Skip to content
Snippets Groups Projects
Commit 66f793c8 authored by gbenoit's avatar gbenoit
Browse files

fasta_sampler.nf : copy output to results

parent 59c46f0a
No related branches found
No related tags found
No related merge requests found
Channel Channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" ) .fromPath( "data/tiny_dataset/fasta/*.fasta" )
.set { fasta_file } .set { fasta_file }
process sample_fasta { process sample_fasta {
publishDir "results/sampling/", mode: 'copy'
input: input:
file fasta from fasta_file 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