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

update src/fasta_samplr.nf bact to normal

parent d8bba584
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ publishDir "results/sampling/", mode: 'copy' ...@@ -9,9 +9,9 @@ publishDir "results/sampling/", mode: 'copy'
file fasta from fasta_file file fasta from fasta_file
output: output:
file "*_sample.fasta", emit: fasta_sample file "*_sample.fasta" into fasta_sample
script: script:
""" """
head ${fasta} > ${fasta.simpleName}_sample.fasta head ${fasta} > ${fasta.baseName}_sample.fasta
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment