Releases: enasequence/enaBrowserTools
enaBrowserTools-v1.7.1
What's Changed
- The snapshot-change-lister has been moved to https://github.com/enasequence/ena-snapshot-change-lister
- removed SCL by @suranjayathilaka in #80
- The Python scripts have been updated to work with the latest version of the ENA Portal API. In previous releases the processing of the response was hardcoded, and with this fix it has been changed to dynamic.
- DCP-4034: fix order based on portal api query by @lilim-ebi in #81
Full Changelog: v1.7...v1.7.1
enaBrowserTools-v1.7
Updated python scripts to work with the latest ENA Portal API. Please download enaBrowserTools-v1.7.zip which contains the python scripts.
snapshot-change-lister
What's Changed
- Added flow for downloading fastq submitted files for sample accession by @Manishemblebi #69
- Update querying to match the portal API by @lilim-ebi in #73
Full Changelog: v1.1.0...v1.2.0
snapshot-change-lister
Added support for query and downloading new/updated data files.
What's Changed
- accept optional query. downloadData. by @suranjayathilaka in #67
Full Changelog: v1.0.0...v1.1.0
snapshot-change-lister
Optional email parameter to notify when the program exits.
Full Changelog: v0.0.3...v1.0.0
snapshot-change-lister
v0.0.3 Update README.md
enaBrowserTools-v1.6
Discontinued support for Python 2.7. Please use Python 3 scripts.
Other bug fixes and improvements.
enaBrowserTools-v1.5.5
Final release with python 2.7 support!
Bug fix related to special characters in file names
Small non-functional changes to code for clean up, etc.
enaBrowserTools-v1.5.4
Changed to use new ENA browser API for record retrieval
Stripping double quotes if used in the aspera_settings.ini file
Small non-functional changes to code for clean up, etc.
enaBrowserTools-v1.5.3
Enabled exception trace printing for easier troubleshooting.