-
- Downloads
Impl. LCA for PathVertex::GetTaxaTree, TaxaBreak during scaffolding.
scaffold_vertex.hpp & cpp:
- Used Fuzzy LCA for PathVertex::GetTaxaTree with max_drilldown_ratio=0.4,
max_mismatch_ratio=0.03 and min_assignment_ratio=0.3. This code is in
barcode_index_construction.cpp
barcode_index.hpp & barcode_index_builder.hpp:
- added code to deal with "_SUBSTR(0,106)" at end of read names (influenced
taxatrees).
launcher.cpp:
- Removed LCA parameter testing to start of repeat resolving step
read_cloud_connection_conditions.cpp & hpp:
- Output which edge connections (or path connections) are being broken in
logfile.
scaffold_graph_construction_pipeline.cpp:
- Moved TaxaBreakConstructor to bottom of pipelines for more informative
breaks.
path_scaffolder.cpp:
- map.at() replaced with map[] if item not within map. Added debuggin msg.
barcode_index_construction.cpp:
- Added function to get LCA for PathScaffoldVertex (more conservative than
reads-> contig LCA).
- Started prototype code for taxonomy assignment per edges (eg. using CAT)
Signed-off-by:
Overduin, Sam <sam.overduin@wur.nl>
Showing
- src/common/auxiliary_graphs/scaffold_graph/scaffold_vertex.cpp 6 additions, 2 deletions...ommon/auxiliary_graphs/scaffold_graph/scaffold_vertex.cpp
- src/common/barcode_index/barcode_index.hpp 3 additions, 0 deletionssrc/common/barcode_index/barcode_index.hpp
- src/common/barcode_index/barcode_index_builder.hpp 7 additions, 2 deletionssrc/common/barcode_index/barcode_index_builder.hpp
- src/common/modules/path_extend/path_scaffolder.cpp 6 additions, 1 deletionsrc/common/modules/path_extend/path_scaffolder.cpp
- src/common/modules/path_extend/pipeline/launcher.cpp 2 additions, 2 deletionssrc/common/modules/path_extend/pipeline/launcher.cpp
- src/common/modules/path_extend/read_cloud_path_extend/scaffold_graph_construction/read_cloud_connection_conditions.cpp 30 additions, 3 deletions...d_graph_construction/read_cloud_connection_conditions.cpp
- src/common/modules/path_extend/read_cloud_path_extend/scaffold_graph_construction/read_cloud_connection_conditions.hpp 4 additions, 1 deletion...d_graph_construction/read_cloud_connection_conditions.hpp
- src/common/modules/path_extend/read_cloud_path_extend/scaffold_graph_construction/scaffold_graph_construction_pipeline.cpp 4 additions, 3 deletions...aph_construction/scaffold_graph_construction_pipeline.cpp
- src/projects/spades/barcode_index_construction.cpp 49 additions, 7 deletionssrc/projects/spades/barcode_index_construction.cpp
- src/projects/spades/barcode_index_construction.hpp 9 additions, 1 deletionsrc/projects/spades/barcode_index_construction.hpp
Loading
Please register or sign in to comment