Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
snakemake_rapidrun_obitools
Commits
0516c674
Commit
0516c674
authored
Jun 15, 2020
by
peguerin
Browse files
add settings step
parent
2251d286
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.sh
View file @
0516c674
...
...
@@ -22,15 +22,19 @@ CORES=$1
CONFIGFILE
=
$2
##
CORES
=
16
CONFIGFILE
=
"01_infos/config_test.yaml"
CONFIGFILE
=
"config/config_marbec_rapdirun_test.yaml"
#CONFIGFILE="01_infos/config_test.yaml"
#CONFIGFILE="01_infos/config_laperouse_alsace.yaml"
###############################################################################
## write demultiplex table
snakemake
--configfile
$CONFIGFILE
-s
readwrite_rapidrun_demultiplexing.py
cd
01_settings
snakemake
--configfile
"../"
$CONFIGFILE
-s
readwrite_rapidrun_demultiplexing.py
--cores
$CORES
cd
..
## assemble
cd
02_assembly
snakemake
--configfile
"../"
$CONFIGFILE
-s
Snakefile
-
j
$CORES
--use-singularity
--singularity-args
"--bind /media/superdisk:/media/superdisk"
--latency-wait
20
snakemake
--configfile
"../"
$CONFIGFILE
-s
Snakefile
-
-cores
$CORES
--use-singularity
--singularity-args
"--bind /media/superdisk:/media/superdisk
--home
$HOME
"
--latency-wait
20
cd
..
## demultiplex
cd
03_demultiplex
...
...
Write
Preview
Markdown
is supported
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