Skip to content

Commit

Permalink
trying to fix mapping report issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalland committed Sep 15, 2020
1 parent 66fd7e4 commit cfb7c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ rule map_to_genome_using_STAR:

rule generate_mapping_summary:
input:
RESULT_DIR + "star/{sample}_Log.final.out"
expand(RESULT_DIR + "star/{sample}_Log.final.out", sample = SAMPLES)
output:
RESULT_DIR + "star/mapping_summary.tsv"
message:
Expand Down

0 comments on commit cfb7c49

Please sign in to comment.