Release 0.2.8
This is release 0.2.8 of ncbi-acc-download.
Major features of this release are:
- The ability to download a genomic range instead of the full record (thanks
to Zach Kurtz @zdk123) - A validation step that removes partial features from both ends of a record
after the --range option was used (thanks again to Zach Kurtz @zdk123) - Biopython 1.79 support
Detailed changes:
Kai Blin (5):
chore: Ignore some more IDE-related stuff
wgs: Biopython 1.79 changed the dance to detect WGS master records without sequence
chore: update pytest test fixture setup
README: Add documentation for --range and -e correct
chore: Bump version to 0.2.8
Zachary Kurtz (3):
add range parameter to download
add correct validator to filter out of range proteins
add data correction test