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
60170f9e
Commit
60170f9e
authored
Nov 18, 2019
by
peguerin
Browse files
log cat
parent
0d406e7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
02-demultiplex/Snakefile
View file @
60170f9e
...
...
@@ -15,7 +15,7 @@ rule all:
expand('../99-log/05-dereplicate_samples/{run}/{sample}.log',zip, run=RUNS, sample=SAMPLES),
expand('../99-log/06-goodlength_samples/{run}/{sample}.log',zip, run=RUNS, sample=SAMPLES),
expand('../99-log/07-clean_pcrerr/{run}/{sample}.log',zip, run=RUNS, sample=SAMPLES),
expand('../99-log/08-rm_internal_samples/{run}/{sample}.log',zip, run=RUNS, sample=SAMPLES)
expand('../99-log/08-rm_internal_samples/{run}/{sample}.log',zip, run=RUNS, sample=SAMPLES)
,
expand('../99-log/09-cat_samples/{run}/{sample}.log',zip, run=RUNS, sample=SAMPLES)
include: "../00-rules/filter_samples.smk"
...
...
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