Skip to content
Snippets Groups Projects
Commit 8aa7a13a authored by elabaron's avatar elabaron
Browse files

fasta_sampler.nf : add process

parent 6289b049
No related branches found
No related tags found
1 merge request!8Master
process sample_fasta {
input:
file fasta from fasta_file
output:
file "sample.fasta" into fasta_sample
script:
"""
head ${fasta} > 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