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
c11c58c0
Commit
c11c58c0
authored
May 18, 2022
by
Nijsse, Bart
Browse files
updated summary of bins
parent
6896d29c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cwl/workflows/workflow_metagenomics_binning.cwl
View file @
c11c58c0
...
...
@@ -46,6 +46,11 @@ outputs:
doc: GTDB-Tk output directory
type: Directory?
outputSource: gtdbtk_files_to_folder/results
bins_summary:
label: Bins summary
doc: Summary of info about the bins
type: File
outputSource: bins_summary/bins_summary
inputs:
identifier:
...
...
@@ -150,14 +155,17 @@ steps:
out: [binDepths]
#############################################
#### Bin assembly statistics
bins_s
tats
:
doc: Table of all bins and their
assembly
statistics like
N50
label: Bin
assembly stats
run: ../metagenomics/bin
_assembly_stats
.cwl
bins_s
ummary
:
doc: Table of all bins and their statistics like
size, contigs, completeness etc
label: Bin
s summary
run: ../metagenomics/bin
s_summary
.cwl
in:
identifier: identifier
bin_dir: metabat2/bin_dir
out: [binStats,binContigs]
busco_dir: busco_files_to_folder/results
bin_depths: aggregate_bin_depths/binDepths
checkm: checkm/checkm_out_table
out: [bins_summary, bin_contigs]
#############################################
#### Get unbinned contigs fasta
# workflow_getunbinned:
...
...
@@ -170,15 +178,15 @@ steps:
# assembly_fasta: assembly
# bin_dir: workflow_metabat2/bin_dir
# out: [unbinned_fasta]
############################################
#
###
#
General bin and assembly read mapping stats
############################################
### General bin and assembly read mapping stats
bin_readstats:
doc: Table general bin and assembly read mapping stats
label: Bin and assembly read stats
run: ../metagenomics/assembly_bins_readstats.cwl
in:
identifier: identifier
binContigs: bins_s
tats
/bin
C
ontigs
binContigs: bins_s
ummary
/bin
_c
ontigs
idxstats: contig_read_counts/contigReadCounts
flagstat: assembly_read_counts/flagstat
out: [binReadStats]
...
...
@@ -275,8 +283,8 @@ steps:
label: MetaBat2 output folder
run: ../expressions/files_to_folder.cwl
in:
files:
source: [metabat2/log, bins_s
tats/binStats,
bin_readstats/binReadStats,
bins_stats/binContigs,
metabat2_contig_depths/depths, aggregate_bin_depths/binDepths]
files:
source: [metabat2/log, bins_s
ummary/bin_contigs ,
bin_readstats/binReadStats, metabat2_contig_depths/depths, aggregate_bin_depths/binDepths]
linkMerge: merge_flattened
folders:
source: [metabat2/bin_dir]
...
...
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