We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81247ea commit 7bed766Copy full SHA for 7bed766
1 file changed
pipeline/align-DNA.nf
@@ -154,7 +154,7 @@ process align_BWA_mem_convert_SAM_to_BAM_samtools {
154
publishDir path: params.log_output_dir,
155
pattern: ".command.*",
156
mode: "copy",
157
- saveAs: { "align_BWA_mem_convert_SAM_to_BAM_samtools/${file(read1_fastq).getName()}/log${file(it).getName()}" }
+ saveAs: { "align_BWA_mem_convert_SAM_to_BAM_samtools/${file(read1_fastq).getSimpleName()}/log${file(it).getName()}" }
158
159
memory amount_of_memory
160
cpus params.bwa_mem_number_of_cpus
0 commit comments