Skip to content
Snippets Groups Projects
Commit 22520f8f authored by carpin's avatar carpin
Browse files

Update src/faster_sampler.nf

parent 97fb15ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ nextflow.enable.dsl=2
process sample_fasta {
input:
path fasta
publishDir "results/sampling/", mode: 'copy'
output:
path "sample.fasta", emit: fasta_sample
publishDir "results/sampling/", mode: 'copy'
script:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment