Releases: qbicsoftware/postman-cli
Jolly Jumper
This release addresses issues with overwritten files due to file name equality across datasets.
Now the downloaded datasets are grouped within their referenced sample, resulting in a nested directory structure carrying sample codes as names.
Due to the urgency of this fix, we needed to deactivate dataset type filtering, which will be addressed in a later release.
Hotfix release
This Hotfix fixes two issues:
- A wrong display of the number of downloaded files
- A wrong exit status report. Although downloads are successfull when using suffixes
postman reported to have failed.
Hotfix release
This release introduces a hotfix for the --suffix filtering not working.
Platinum Sunflower
- Calculate CRC32 checksums for every downloaded file and compares it against the sum stored in openBIS
- Provide summary report files for valid and broken files
- Remove duplicate data set file ids
Patch release
- Add boolean command line flag that preserves the dataset file structure (including sub-directories)
- Add download support for Oxford Nanopore Datasets (prevents files from beeing overwritten
Patch release
- Fix wrong unit conversion factor (1000 vs 1024) in the unit conversion factory class.
Patch release
- Fixes wrong unit conversion from bytes to for example kilo-bytes.
The conversion divisor is 1024 not 1000.
AS and DSS config file support and improved error handling
New Features
Added support for a config file with supports the AS URL and the DSS URL.
Run postman-cli with @/path/to/config.txt
Replace the URLs specified in the config file.
If no config file was provided the default values are used.
Bug Fixes
Now correctly downloading the datasets of the first sample itself as well.
MISC
Improved error handling.
Breaking Changes
- none
New Features: Recursive downloading + dataset file filtering
Datasets are now fetched recursively for each dataset.
Additionally, a commandline option for the filtering of files to download (of the datasets) is now provided:
Use the -s
option to only download files filtered by suffix.
Use the -r
option to only download files filtered by regex.
Minor release
Introduces openBIS data-set filtering and uses picocli for CLI-parsing now.