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
UNLOCK
cwl
Commits
bb763350
Commit
bb763350
authored
May 18, 2022
by
Nijsse, Bart
Browse files
new summary of bins output
parent
c11c58c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
cwl/workflows/workflow_nanopore_assembly.cwl
View file @
bb763350
...
...
@@ -343,7 +343,7 @@ steps:
threads: threads
step:
default: 1
out: [metabat2_output,checkm_output,gtdbtk_output,busco_output]
out: [metabat2_output,
checkm_output,
gtdbtk_output,
busco_output
, bins_summary
]
#############################################
#### Move to folder if not part of a workflow
...
...
@@ -486,6 +486,10 @@ steps:
run: ../expressions/files_to_folder.cwl
in:
binning: binning
files:
source: [workflow_binning/bins_summary]
linkMerge: merge_flattened
pickValue: all_non_null
folders:
source: [workflow_binning/metabat2_output, workflow_binning/checkm_output, workflow_binning/gtdbtk_output, workflow_binning/busco_output]
linkMerge: merge_flattened
...
...
Write
Preview
Supports
Markdown
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