Skip to content
Snippets Groups Projects
Commit d8bba584 authored by lgely's avatar lgely
Browse files

Update

created RNAseq_tp.nf and modified file to pathy in fasta_sampler_tp.nf
parent 5bf3ddc1
No related branches found
No related tags found
No related merge requests found
nextflow.enable.dsl=2
\ No newline at end of file
......@@ -7,10 +7,10 @@ channel
process sample_fasta {
publishDir "results/sampling/", mode: 'copy'
input:
file fasta
path fasta
output:
file "*_sample.fasta", emit: fasta_sample
path "*_sample.fasta", emit: fasta_sample
script:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment