Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmesi committed Jun 9, 2022
1 parent 9d5eb52 commit a08b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bio/gatk/depthofcoverage/test/Snakefile
@@ -1,6 +1,6 @@
rule gatk_depth_of_coverage:
input:
bam="mapped/a.bam",
bam="mapped/a.bam", # File containing reads
fasta="genome.fasta",
intervals="regions.interval_list", # Regions where the coverage is computed
output:
Expand Down

0 comments on commit a08b304

Please sign in to comment.