Skip to content
Snippets Groups Projects
Commit e12afa7d authored by nlecouvr's avatar nlecouvr
Browse files

Update fasta_sampler.nf

parent fdbf33f8
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ process sample_fasta {
script:
"""
head ${fasta} > sample.fasta
head ${fasta} > ${fasta.simpleName}_sample.fasta
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment