Skip to content

Commit

Permalink
Capitalize BEDtools in output directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 15, 2024
1 parent f31761e commit 9ef1a69
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 @@ -53,7 +53,7 @@ process extract_TrinucleotideContext_BEDTools {
tuple val(sample_id), path('output.bed'), emit: trinucleotide_bed

script:
intermediate_filepath = "${params.output_dir_base}/bedtools-${params.bedtools_version}/intermediate/${task.process}"
intermediate_filepath = "${params.output_dir_base}/BEDtools-${params.bedtools_version}/intermediate/${task.process}"

slug = "Trinucleotide-${sample_id}"

Expand Down

0 comments on commit 9ef1a69

Please sign in to comment.