Skip to content
Snippets Groups Projects
Commit e070636f authored by Lauren Picard's avatar Lauren Picard
Browse files

Added fasta_sampler.nf file

parent d8bde481
Branches
Tags
No related merge requests found
Pipeline #86 canceled
process sample_fasta {
input:
file fasta from fasta_file
output:
file "sample.fasta" into fasta_sample
script:
"""
head ${fasta} > sample.fasta
"""
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment