Skip to content
Snippets Groups Projects
Commit 554d2b07 authored by mherbett's avatar mherbett
Browse files

fasta_sample : add mode:copy

parent 5beebaae
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ Channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" )
.set { fasta_file }
process sample_fasta {
publishDir "results/sampling/", mode: 'copy'
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