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
08114143
Commit
08114143
authored
Nov 14, 2019
by
peguerin
Browse files
debug step 1 4
parent
7e716c5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-rules/demultiplex.smk
View file @
08114143
...
...
@@ -21,7 +21,7 @@ rule split_sequences:
input:
'03-assign_sequences/{run}.ali.assigned.fastq'
params:
'02-demultiplex/01-raw/{run}_sample_'
'
../
02-demultiplex/01-raw/{run}_sample_'
singularity:
config["container"]
log:
...
...
main.sh
View file @
08114143
...
...
@@ -30,3 +30,6 @@ cd 01-assembly
snakemake
-s
Snakefile
-j
8
--use-singularity
--singularity-args
"--bind /media/superdisk:/media/superdisk"
--latency-wait
120
## clean
snakemake
-s
Snakefile
--delete-all-output
--dry-run
snakemake
-s
Snakefile
--delete-all-output
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