Skip to content
Snippets Groups Projects

Draft: construct pangenome database from GFA

Open Workum, Dirk-Jan van requested to merge add_gfa_build_pangenome into add_gfa_export
1 unresolved thread
5 files
+ 141
32
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -38,7 +38,10 @@ functions.
given threshold (controlled by ``--relaxation``), the proteins are
connected with each other in the similarity graph. Every similarity
component is then passed to the MCL (Markov clustering) algorithm to
be possibly broken into several homology groups.
be possibly broken into several homology groups. MCL can create
overlapping groups if two proteins within a component have identical
similarity scores, in this case the overlapping groups are merged and
labelled as a "merged" group.
| **Relaxation**
| The ``relaxation`` parameter is a combination of four sub-parameters:
Loading