Releases: BioOmics/iSeq
Releases · BioOmics/iSeq
v1.9.8
v1.9.7
- New
-Q,--quietoption: Added this option to suppress download progress bars. Useful when logging clean outputs. - Fixed a bug where
--databaseoption failed to switch when ENA was inaccessible. - If the MD5 check ultimately fails, delete the partially downloaded files.
v1.9.6
v1.9.5
v1.9.4
v1.9.3
- When using
-e,--merge, create symbolic links or retain the original Run files to avoid re-downloading them after merging. - Fixed the issue mentioned in #40: modified the behavior so that batch downloads do not terminate upon encountering an error, and instead continue until all items are processed.
- Added an error message when download failures occur, such as
Download failures detected, please check fail.log for details. - Fixed a bug where incomplete downloads from GSA were incorrectly reported as successful.
v1.9.2
v1.9.1
v1.9.0
v1.8.0
Fix for [#27]: When downloading SRA files, the verification process gets stuck due to vdb-validate. This issue occurs because, starting from sra-tools version > 3.0.0, if vdb-validate is run without specifying the path to the SRA file, it attempts to re-download the file, causing the process to get stuck.
For example:
Running vdb-validate SRR931847 will hang, but vdb-validate ./SRR931847 will execute successfully.