Releases: IGS/portal_client
Releases · IGS/portal_client
v1.4.5
- Fixes bug related to downloads from https urls.
v1.4.4
- Fixed authentication handling when processing manifests with multiple FASP resources to download. Was interactively querying the password for each download instead of just once for all. Reported by @pbieberstein.
v1.4.3
- Logging in convert_to_manifest.py.
- Minor refactoring.
- Improved documentation in classes per pylint.
v1.4.2
- Corrections to setup.py.
- Addition of --version option.
v1.4.1
- Additional clarification about the virtualenv creation.
- Separate installation document and new readme.
- Checking for ascp being in the path when FASP endpoint is used.
v1.4.0
- Fixes FTP downloads for NCBI SRA FTP urls
- Adds new feature, --disable-validation, to turn off/disable MD5 checksum validation to boost performance for large files/transfers (or when MD5 information is incorrect or unavailable).
v1.3.0
- Fixes problem with destination path using /, instead of os.path.join().
v1.2.0
- Updated documentation and new FASP functionality.
v1.1.0
- Adding in a basic, but very convenient feature for creating a directory if it does not already exist.