Releases: maurya-anand/sra-annotator
Releases · maurya-anand/sra-annotator
v1.0.0
A command-line tool for retrieving annotations from the NCBI SRA database.
It uses NCBI's Entrez Programming Utilities under the hood to query and retrieve Run-level and Sample-level annotation from the SRA database.
Documentation: https://github.com/maurya-anand/sra-annotator/wiki
[1.0.0] - 2024-10-04
Release Notes
- Dynamic Output Directory Path: The output directory path is now dynamically set based on the operating system. This ensures compatibility across different environments (Windows and Unix-like systems).
- Batch Query Handling: Improved handling of batch queries when the total result count exceeds 500, adhering to the esearch API's limitations.
- Directory Creation: Added checks and automatic creation of output directories (output_json_directory and output_table_directory) if they do not exist, ensuring smooth execution without manual directory setup.
- Response Parsing: Enhanced the parsing of server responses to handle edge cases and ensure robust data extraction.