Skip to content

Commit

Permalink
v1.6.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinggerm committed Jun 13, 2019
1 parent 40d3594 commit bd9c9b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions GetOrganelleLib/SeedDatabase/embplant_pt.fasta

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions GetOrganelleLib/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ def get_versions():


versions = [
{"number": "1.6.1a",
"features": [
"1. GetOrganelleLib/SeedDatabase: embplant_pt updated. ",
]},
{"number": "1.6.1",
"features": [
"1. GetOrganelleLib/SeedDatabase: updated with repeats removed. "
Expand All @@ -24,8 +28,9 @@ def get_versions():
"7. plant_mt -> embplant_mt; plant_nr -> embplant_nr; plant_pt -> embplant_pt; other_pt added;",
"8. assembly_parser.py: keep terminal contigs if --linear; fix a bug when --acyclic-allowed; "
"optimized for self-loop contigs",
"9. evaluate_assembly_using_mapping.py: log statistics without --draw",
"10. disentangle_organelle_assembly.py: --acyclic-allowed -> --linear",
"9. Utilities/evaluate_assembly_using_mapping.py: log statistics without --draw",
"10. Utilities/disentangle_organelle_assembly.py: --acyclic-allowed -> --linear",
"11. Utilities/slim_fastg.py: --no-merge added",
]},
{"number": "1.5.2a",
"features": [
Expand Down

0 comments on commit bd9c9b0

Please sign in to comment.