Releases: gamcil/cblaster
Releases · gamcil/cblaster
cblaster v1.3.20
What's Changed
- fix(remote): accommodated change in NCBI API by @FriederikeBiermann in #115
New Contributors
- @FriederikeBiermann made their first contribution in #115
Full Changelog: v1.3.19...v1.3.20
cblaster v1.3.19
What's Changed
- Checks for mistranslations in CDS annotations and truncated regions, other minor changes by @malanjary-wur in #94
- Update CITATION.cff with paper DOI by @althonos in #106
New Contributors
Full Changelog: v1.3.18...v1.3.19
cblaster v1.3.18
cblaster v1.3.17
cblaster v1.3.16
- Fixes broken identical protein groups efetch request by setting db=ipg instead of db=protein (#84)
- Convert coordinates from IPG table to zero-based
cblaster v1.3.15
- Catch ValueError when parsing GFF sequence-region directive without coordinates
- Do not install genomicsqlite if installing cblaster on arm64
cblaster v1.3.14
- Fall back to built-in
sqlite3
module when importinggenomicsqlite
fails
cblaster v1.3.13
Thanks to @brymerr921:
Bug fixes:
- By default, diamond blastp only saves a maximum of 25 hits per query, severely limiting the number of blast hits reported. Large databases are especially impacted. To solve this, the
--hitlist_size
is now passed ondiamond
insidecblaster search -m local
. (1c16caa) (See issue #75) - Added an option to
cblaster makedb
allowing users to provide a singletxt
file containing a list of input files. This solves the issue where the operating system limits the length of wildcard expansion on the command line. (bb9085c) - Fixed error that arose when specifying
sum
ormax
for-bkey
(fee315e) (see issue #76, thanks to @chasemc)
Enhancements:
diamond makedb
now uses the number of CPUs requested by the user (instead of all available CPUs) (0db55cc)
File compression:
cblaster v1.3.12
- Fix
extract_clusters
module not working for HMM searches (2dcae87)
cblaster v1.3.11
- Explicitly check for
decode
method on HTTPResponse objects (as well as status code 200) from IPG Efetch to prevent AttributeError (#62)