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
genotoul-bioinfo
metagWGS
Commits
6d7f470b
Commit
6d7f470b
authored
Jul 07, 2021
by
MARTIN Pierre
Browse files
replace '/work' in conf/test_genotoul_workq.config
parent
6f920d96
Changes
2
Hide whitespace changes
Inline
Side-by-side
conf/test_genotoul_workq.config
View file @
6d7f470b
process
.
executor
=
'slurm'
includeConfig
'singularity.config'
singularity
.
runOptions
=
"-B /work/bank/ -B /bank -B /work2 -B /save -B /home -B /work/project -B /usr/local/bioinfo"
singularity
.
runOptions
=
"-B /work/bank/ -B /bank -B
/work -B
/work2 -B /save -B /home -B /work/project -B /usr/local/bioinfo"
process
.
queue
=
'workq'
process
{
...
...
main.nf
View file @
6d7f470b
...
...
@@ -416,9 +416,12 @@ if (!params.skip_kaiju && ('01_clean_qc' in step || '02_assembly' in step || '03
output:
file
(
"nodes.dmp"
)
into
index_kaiju_nodes_final_ch
file
(
"kaiju_db
_refseq
.fmi"
)
into
index_kaiju_db_final_ch
file
(
"kaiju_db
*
.fmi"
)
into
index_kaiju_db_final_ch
file
(
"names.dmp"
)
into
index_kaiju_names_final_ch
/* when:
index_kaiju_db_final_ch.size() == 1*/
script:
"""
wget ${database}
...
...
@@ -435,7 +438,7 @@ if (!params.skip_kaiju && ('01_clean_qc' in step || '02_assembly' in step || '03
index_kaiju_nodes_final_ch
=
Channel
.
value
(
kaiju_Path
+
"/"
+
kaiju_Path_db
+
"/nodes.dmp"
)
index_kaiju_db_final_ch
=
Channel
.
value
(
kaiju_Path
+
"/"
+
kaiju_Path_db
+
"/kaiju_db
_refseq
.fmi"
)
.
value
(
kaiju_Path
+
"/"
+
kaiju_Path_db
+
"/kaiju_db
*
.fmi"
)
index_kaiju_names_final_ch
=
Channel
.
value
(
kaiju_Path
+
"/"
+
kaiju_Path_db
+
"/names.dmp"
)
}
...
...
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