Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinggerm committed Jun 12, 2019
1 parent 757639b commit 40d3594
Show file tree
Hide file tree
Showing 6 changed files with 557 additions and 553 deletions.
808 changes: 404 additions & 404 deletions GetOrganelleLib/SeedDatabase/animal_mt.fasta

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion GetOrganelleLib/SeedDatabase/embplant_mt.fasta
Original file line number Diff line number Diff line change
Expand Up @@ -5732,4 +5732,3 @@ AGATCCTTGCGTTGACCCTTTCCTGAACCAGAACCGGGGGGGAGGGGTTGAGAGGAAAGAAAAGGGGATC
CAAATTGACCATCAATCAATAAAGTGAGGGCTTTCCGGACCTTCCCCACCCCTCTTTCCATTCTTCCTTC
CCCTCTCACCCCCCCTTTTTCAAGAAAGAAGCCCCGCTCCCTAAGAAGGGGCCCCTCTCTGATAAGGAAG
GAAACGAAAGAATCTCCATTTT

116 changes: 58 additions & 58 deletions GetOrganelleLib/SeedDatabase/embplant_pt.fasta

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions GetOrganelleLib/SeedDatabase/fungus_mt.fasta

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions GetOrganelleLib/SeedDatabase/other_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,14 +5,19 @@ def get_versions():


versions = [
{"number": "1.6.1",
"features": [
"1. GetOrganelleLib/SeedDatabase: updated with repeats removed. "
" save computational time and generate better target-hitting base coverage estimation.",
]},
{"number": "1.6.0",
"features": [
"1. setup.py added with new installation way.",
"2. GetOrganelleDep added for easier dependencies installation",
"3. get_organelle_reads.py -> get_organelle_from_reads.py;"
" --max-extending-len, --ex-genes, --which-blast, --which-bowtie2, --which-spades added; "
" --max-extending-len, --ex-genes, --which-blast, --which-bowtie2, --which-spades, --zip-files added; "
"multi-organelle mode supported; add support for fq head @digits; "
"--safe,-r,--auto-wss,--soft-max-n-words etc removed"
"--safe,-r,--auto-wss,--soft-max-n-words etc removed; --flush-step modified (background mode); "
"4. get_organelle_from_assembly.py (basically slim + disentangle) added",
"5. Library/SeqReference -> GetOrganelleLib/SeedDatabase",
"6. Library/NotationReference -> GetOrganelleLib/LabelDatabase",
Expand Down

0 comments on commit 40d3594

Please sign in to comment.