Skip to content
Snippets Groups Projects
Verified Commit 2fde78ba authored by Laurent Modolo's avatar Laurent Modolo
Browse files

picard: improve picard index output

parent 493aaa15
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ process index_fasta { ...@@ -39,7 +39,7 @@ process index_fasta {
""" """
PicardCommandLine CreateSequenceDictionary \ PicardCommandLine CreateSequenceDictionary \
REFERENCE=${fasta} \ REFERENCE=${fasta} \
OUTPUT=${fasta.simpleName}.dict OUTPUT=${fasta.baseName}.dict
""" """
} }
......
...@@ -181,7 +181,6 @@ process merge_multi_bam { ...@@ -181,7 +181,6 @@ process merge_multi_bam {
samtools merge -@ ${task.cpus} \ samtools merge -@ ${task.cpus} \
${bams[0].simpleName}_merged.bam \ ${bams[0].simpleName}_merged.bam \
${bams} ${bams}
""" """
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment