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

Update src/faster_sampler.nf

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