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

fasta_sampler.nf : add Channel

parent 8aa7a13a
No related branches found
No related tags found
No related merge requests found
Channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" )
.set { fasta_file }
process sample_fasta {
input:
file fasta from fasta_file
......
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