Releases: Kinggerm/GetOrganelle
Releases · Kinggerm/GetOrganelle
GetOrganelle v1.7.7.1
- fix a import bug of 'from scipy import stat, log, inf' issue (issue #132 #315)
- fix a ZeroDivisionError bug when the estimated coverage is 0 (issue #311)
- Disentangling failed -> Disentangling unsuccessful to avoid panic (issue #308)
- fix a bug in parsing options when '-F anonym' is used (issue #319 )
- have max_multiplicity passed to no-slim case"
GetOrganelle v1.7.7.0
- Assembly.merge_all_possible_nodes: fix a bug which will result in bad contig names
- add Utilities/get_annotated_regions_from_gb.py (#197 )
- fix a bug in seq_parser.SequenceList.remove
- Utilities/slim_graph.py: --percent and --blast-options added; exception catch
- fix a bug in get_organelle_config.py:pipe_control_func.py:SEED_DB_HASH (#199 )
- print slim_graph.py error (in from_assembly) and blastn error
- fix a bug in slim_graph.py (#196 )
- update Assembly improvement in gfa/fastg parser/writer: storing other attributes if unknown; output unequal overlaps
GetOrganelle v1.7.6.1
- improve the target component recognition on non-circular cases (#138 & #141 )
- assembly_graph.py & statistical_func.py: specify scipy error (#132 )
- compatible with the newly released GetOrganelleDB v0.0.1.minima (#64 )
- get_organelle_config.py: fix a bug when there was no available directory made before running --config-dir would be invalid; fix a bug for malfunctioning --verbose
GetOrganelle v1.7.5.3
several bug fixes.
check versions.py for details.
GetOrganelle v1.7.5.0
- assembly_parser.py: fix a bug in estimation of the multiplicity of self-loop vertices, which were falsely forced to be at least 2. (detected in a case of Yan Zhong@SCNU)
- other minor bug/typo fixes.
GetOrganelle v1.7.4.1
main updates: bug fixes.
see more @versions.py
GetOrganelle v1.7.4
Main updates:
- assembly_parser.py: recording every overlap value rather than using a universal value
- optparse -> argparse
- output name prefix: filtered -> extended
- other improvements
- many bug fixes
see more @version.py
GetOrganelle v1.7.3.5
bug fixed: remove invalid --genes file check
GetOrganelle v1.7.3.4
- fix bugs with '--config-dir',
- customized databases (--genes/--ex-genes) passed to slim during pre-assembly & depth estimation,
- fix a bug with get_graph_coverages_range_simple() when no contigs received
GetOrganelle v1.7.3.3
- early termination on invalid path characters for spades
- fix a bug introduced by activating '--max-reads inf'
- get_organelle_config.py: fix a bug if a new organelle types was added and '--use-local' was used