Skip to content

Commit

Permalink
fix(star.smk): correct input
Browse files Browse the repository at this point in the history
Corrects STAR index genome to use the corrected genome from the move_coordinates rule.
  • Loading branch information
rbpatt2019 committed Dec 6, 2021
1 parent 508f424 commit 89592ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/star.smk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rule index_genome:
input:
fa=rules.get_fa.output.fa,
gtf=rules.get_gtf.output.gtf,
gtf=rules.move_coordinates.output.gtf,
output:
directory=directory("resources/star_genome"),
log:
Expand Down

0 comments on commit 89592ff

Please sign in to comment.