Skip to content
Snippets Groups Projects
Commit 8a1e46c7 authored by lestrada's avatar lestrada
Browse files

fasta_sampler.nf: Channel definition

parent 1d922006
Branches
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.
Please register or to comment