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

picard: main.nf: improve output index_fasta output

parent 2fde78ba
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.baseName}.dict OUTPUT=${fasta}.dict
""" """
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment