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 { ...@@ -11,7 +11,6 @@ process sample_fasta {
""" """
head ${fasta} > sample.fasta head ${fasta} > sample.fasta
""" """
}
channel channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" ) .fromPath( "data/tiny_dataset/fasta/*.fasta" )
...@@ -20,3 +19,4 @@ channel ...@@ -20,3 +19,4 @@ channel
workflow { workflow {
sample_fasta(fasta_file) 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