Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
snakemake_only_obitools
Commits
b0a5f8d5
Commit
b0a5f8d5
authored
Nov 18, 2019
by
peguerin
Browse files
params coma
parent
899c5609
Changes
1
Hide whitespace changes
Inline
Side-by-side
00-rules/cat_samples.smk
View file @
b0a5f8d5
...
...
@@ -3,7 +3,7 @@ rule cat_samples:
input:
'03-cleaned/{run}/{sample}.c.r.l.u.fasta'
params:
dir='03-cleaned/{run}/'
dir='03-cleaned/{run}/'
,
merged='../03-filtered/{run}.fasta'
shell:
'''ls {input} > {log}; cat {params.dir}*.c.r.l.u.fasta > {params.merged}'''
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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