Skip to content

Commit

Permalink
Capitalize SAMtools in output directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 15, 2024
1 parent 24c1548 commit f31761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/annotations.nf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ process compress_and_index_HTSlib {
tuple val(sample_id), path('output.tsv.gz'), path('output.tsv.gz.tbi'), emit: compressed_tsv_with_index

script:
intermediate_filepath = "${params.output_dir_base}/samtools-${params.bcftools_version}/intermediate/${task.process}"
intermediate_filepath = "${params.output_dir_base}/SAMtools-${params.samtools_version}/intermediate/${task.process}"

slug = "Trinucleotide-${sample_id}"

Expand Down

0 comments on commit f31761e

Please sign in to comment.