Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lgely
nextflow
Commits
dd5452d1
Commit
dd5452d1
authored
Sep 23, 2021
by
lgely
Browse files
update src/fasta_samplr.nf bact to normal
parent
d8bba584
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fasta_sampler.nf
View file @
dd5452d1
...
...
@@ -9,9 +9,9 @@ publishDir "results/sampling/", mode: 'copy'
file fasta from fasta_file
output:
file "*_sample.fasta"
, emit:
fasta_sample
file "*_sample.fasta"
into
fasta_sample
script:
"""
head ${fasta} > ${fasta.
simpl
eName}_sample.fasta
head ${fasta} > ${fasta.
bas
eName}_sample.fasta
"""
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment