Newer
Older
Channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" )
.set { fasta_file }
publishDir "results/sampling/", mode: 'copy'
Channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" )
.set { fasta_file }
publishDir "results/sampling/", mode: 'copy'