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
ebab20e2
Commit
ebab20e2
authored
Dec 19, 2018
by
Thomas Van Parys
Browse files
Don't publish Clime input files (fixes
#68
)
parent
1ea5ca25
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
ebab20e2
...
...
@@ -926,7 +926,6 @@ climeMatrixColSpecies
process
climeMatrices
{
tag
"$species"
publishDir
"${params.output}/clime/input"
,
mode:
'copy'
cpus
1
memory
'1 GB'
time
'1h'
...
...
@@ -955,7 +954,6 @@ functionalAnnotationCSVs
.
set
{
climeFunctionalAnnotations
}
process
climeGoGeneSets
{
tag
"$species"
publishDir
"${params.output}/clime/input"
,
mode:
'copy'
cpus
1
memory
'1 GB'
time
'1h'
...
...
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