Skip to content
Snippets Groups Projects
Unverified Commit e71dcd50 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fasta_sampler.nf: variable output name

parent 09bd9862
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ file "sample.fasta" into fasta_sample
script:
"""
head ${fasta} > sample.fasta
head ${fasta} > ${fasta.baseName}_sample.fasta
"""
}
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