Skip to content

Releases: saketkc/pysradb

v1.3.0

18 Feb 22:06
Compare
Choose a tag to compare

1.3.0 (02-18-2022)


  • Add study_title to --detailed flag (#152 <https://github.com/saketkc/pysradb/issues/152>_)
  • Fix KeyError in metadata where some new IDs do not have any metadata (#151 <https://github.com/saketkc/pysradb/issues/151>_)

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.3.0

v1.2.0

10 Jan 17:02
Compare
Choose a tag to compare
  • Do not exit if a qeury returns no hits (#149)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Dec 15:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

10 Jan 16:09
Compare
Choose a tag to compare
  • Dropped Python 3.6 since pandas 1.2 is not supported

v1.0.0

09 Jan 19:14
Compare
Choose a tag to compare

1.0.0 (01-09-2021)


  • Retired metadb and SRAdb based search through CLI - everything defaults to SRAweb
  • SRAweb now supports search <https://saket-choudhary.me/pysradb/quickstart.html#search>_
  • N/A is now replcaced with pd.NA
  • Two new fields in --detailed: instrument_model and instrument_model_desc #75
  • Updated documentation

v0.11.1

18 Sep 22:28
Compare
Choose a tag to compare
  • library_layout is now outputted in metadata #56
  • detailed unifies columns for ENA fastq links instead of appending _x/_y #59
  • bugfix for parsing namespace in xml outputs #65
  • XML errors from NCBI are now handled more gracefully #69
  • Documentation and dependency updates

v0.11.0

05 Sep 04:08
Compare
Choose a tag to compare
  • pysradb download now supports multiple threads for paralle downloads
  • pysradb download also supports ultra fast downloads of FASTQs from ENA using aspera-client

v0.10.4

16 Apr 09:42
Compare
Choose a tag to compare
  • Fixed a bug in detailed mode with multiple SRPs
  • Added requirements to MANIFEST

v0.10.3

26 Mar 19:02
Compare
Choose a tag to compare
  • Added test cases for SRAweb
  • API limit exceeding errors are automagically handled
  • Bug fixes for GSE <=> SRR
  • Bug fix for metadata - supports multiple SRPs

v0.10.2

05 Feb 18:30
Compare
Choose a tag to compare
  • Bug fix: Handle API-rate limit exceeding => Retries
  • Enhancement: 'Alternatives' URLs are now part of --detailed