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
60295aef
Commit
60295aef
authored
Nov 14, 2019
by
peguerin
Browse files
demultiplexing reformat
parent
08114143
Changes
6
Hide whitespace changes
Inline
Side-by-side
02-demultiplex/02-02-filtered/.gitkeep
deleted
100644 → 0
View file @
08114143
02-demultiplex/02-03-cleaned/.gitkeep
deleted
100644 → 0
View file @
08114143
0
1-assembly
/.gitkeep
→
0
2-demultiplex/02-filtered
/.gitkeep
View file @
60295aef
File moved
02-demultiplex/.gitkeep
→
02-demultiplex/
03-cleaned/
.gitkeep
View file @
60295aef
File moved
02-demultiplex/Snakefile
View file @
60295aef
...
...
@@ -2,18 +2,18 @@ __author__ = "Pierre-Edouard Guerin"
__license__ = "MIT"
SAMPLES, = glob_wildcards('
02-demultiplex/02-
01-raw/{sample}.fasta')
SAMPLES, = glob_wildcards('01-raw/{sample}.fasta')
rule all:
input:
expand('02-
demultiplex/02-02-
filtered/{sample}.uniq.fasta',sample=SAMPLES),
expand('02-
demultiplex/02-02-
filtered/{sample}.l.u.fasta',sample=SAMPLES),
expand('02-
demultiplex/02-02-
filtered/{sample}.r.l.u.fasta',sample=SAMPLES),
expand('
02-demultiplex/02-
03-cleaned/{sample}.c.r.l.u.fasta',sample=SAMPLES),
expand('log/dereplicate_samples/{sample}.log',sample=SAMPLES),
expand('log/goodlength_samples/{sample}.log',sample=SAMPLES),
expand('log/clean_pcrerr/{sample}.log',sample=SAMPLES),
expand('log/rm_internal_samples/{sample}.log',sample=SAMPLES)
expand('02-filtered/{sample}.uniq.fasta',sample=SAMPLES),
expand('02-filtered/{sample}.l.u.fasta',sample=SAMPLES),
expand('02-filtered/{sample}.r.l.u.fasta',sample=SAMPLES),
expand('03-cleaned/{sample}.c.r.l.u.fasta',sample=SAMPLES),
expand('
../99-
log/dereplicate_samples/{sample}.log',sample=SAMPLES),
expand('
../99-
log/goodlength_samples/{sample}.log',sample=SAMPLES),
expand('
../99-
log/clean_pcrerr/{sample}.log',sample=SAMPLES),
expand('
../99-
log/rm_internal_samples/{sample}.log',sample=SAMPLES)
include: "00-rules/filtered.smk"
include: "
../
00-rules/filtered.smk"
main.sh
View file @
60295aef
...
...
@@ -28,6 +28,9 @@ mkdir -p 01-assembly 02-demultiplex/02-01-raw 02-demultiplex/02-02-filtered 02-d
cd
01-assembly
snakemake
-s
Snakefile
-j
8
--use-singularity
--singularity-args
"--bind /media/superdisk:/media/superdisk"
--latency-wait
120
cd
..
cd
02-demultiplex
snakemake
-s
Snakefile
-j
8
--use-singularity
--singularity-args
"--bind /media/superdisk:/media/superdisk"
--latency-wait
120
## clean
...
...
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