Skip to content
Snippets Groups Projects
Commit 97fb15ee authored by carpin's avatar carpin
Browse files

Update src/faster_sampler.nf

parent 0330b490
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ process sample_fasta {
"""
head ${fasta} > sample.fasta
"""
}
channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" )
......@@ -20,3 +19,4 @@ channel
workflow {
sample_fasta(fasta_file)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment