Skip to content

Commit

Permalink
Update diffexp.smk
Browse files Browse the repository at this point in the history
changed the input filepath to fix wildcards.
  • Loading branch information
vaalers authored Aug 1, 2024
1 parent 6e29337 commit 7e930d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/diffexp.smk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rule count_matrix:
input:
expand(
"results/star/{unit.sample_name}_{unit.unit_name}/ReadsPerGene.out.tab",
"results/star/{sample}_{unit}/ReadsPerGene.out.tab",
unit=units.itertuples(),
),
output:
Expand Down

0 comments on commit 7e930d6

Please sign in to comment.