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
deep_genome
cedalion
Commits
1ea5ca25
Commit
1ea5ca25
authored
Dec 13, 2018
by
Thomas Van Parys
Browse files
Merge branch 'master' of
https://gitlab.psb.ugent.be/deep_genome/pipeline
parents
61a80e21
99ddead0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
docs/workflow_details.graphml
View file @
1ea5ca25
This diff is collapsed.
Click to expand it.
main.nf
View file @
1ea5ca25
...
...
@@ -428,7 +428,7 @@ process of {
output:
file
'Orthogroups.txt'
into
orthoGroupsFile
set
'
clusters*'
,
'Ortho*'
,
'Stat*'
into
ofPublish
set
'
Orthogroups*'
,
'Stat*'
script:
"""
...
...
@@ -517,13 +517,18 @@ b2gBlastRefSeqInput
.
map
{[
it
.
name
,
it
.
proteome
]}
.
set
{
b2gBlastRefSeqInput
}
//optional parameter to store (big) XML output files
params
.
save_b2g_xml
=
''
process
b2gBlastRefSeq
{
module
'decypher'
time
null
// no time limit
cpus
0
maxForks
1000
tag
"$species"
publishDir
"${params.output}/blast2go/blasts"
,
mode:
'copy'
if
(
params
.
save_b2g_xml
){
publishDir
"${params.output}/blast2go/blasts"
,
mode:
'copy'
}
input:
set
species
,
file
(
fasta
)
from
b2gBlastRefSeqInput
...
...
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