You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assembly.get_all_circular_paths(): optimized for plastome order - starting from the "single copy contigs at branching points" rather than the previous "largest single copy contig"; the whole potential lsc region are now taking into account for orfs counting for output orientation.
get_organelle_from_reads.py: 1) --ignore-k work for small k disentanglement; 2) fix a bug when input reads are very few; 3) better log info
get_organelle_from_assembly.py: 1) do not convert gfa to fastg during sub-steps; 2) better log info
Assembly.reduce_to_subgraph: limit_offset_current_vertex -> bait_offsets, the former was a risky setting of slim_graph.py since 1.7.0 because of --max-slim-extending-len added, now issue solved.
Utilities/slim_fastg.py: fix a bug with anonym mode