Skip to content
Snippets Groups Projects
Commit 87304ac7 authored by mherbett's avatar mherbett
Browse files

fasta_sample: add pocess

parent 6289b049
Branches
No related tags found
No related merge requests found
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.
Please register or to comment