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
61a80e21
Commit
61a80e21
authored
Dec 13, 2018
by
Thomas Van Parys
Browse files
Don't publish the input files for Explore Features (fixes
#66
)
parent
f48afa99
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
61a80e21
...
...
@@ -831,10 +831,9 @@ species_new_cds_gff3
.
first
()
.
set
{
ef_new_cds_gff3
}
process
ef_input
{
//Gather input data for Explore Features
publishDir
"${params.output}/genomic_features_outliers/input"
,
mode:
'copy'
//Gather input data for Explore Features
process
ef_input
{
input:
file
'annot_file'
from
all_plaza_annotation_files
file
'cds_file'
from
cds_files
...
...
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