Skip to content

Releases: lgi-onehealth/phcue-ck

All the CSV goodness

23 Aug 00:32
241b2c7
Compare
Choose a tag to compare

What's Changed

  • Add handling for csv output to stdout by @tdowhy in #6

New Contributors

  • @tdowhy made their first contribution in #6

Full Changelog: v0.1.2...v0.2.0

Properly handle SSL certificates

12 Aug 20:54
9e826dd
Compare
Choose a tag to compare

Added

  • Dependency on openssl-probe to ensure system certicates are found
  • Changelog

Misc

  • Cleaned up code following linting with clippy

Fix dependency

12 Aug 01:51
Compare
Choose a tag to compare

Added

  • Added github pages documentation
  • Added Dockerfile and docker container
  • Published to crates.io

Bug fixes

  • Pin a newer version of openssl-sys that prevents the tool from compiling properly on a variety of platforms

First release

09 Aug 22:59
0f99c32
Compare
Choose a tag to compare

This release includes all the basic functionality:

  • Output FTP links for one or more accessions provided on the command line
  • Output the FTP links for one or more accessions provided in a text file
  • Allow for concurrent queries to the ENA API
  • By default filter out single-end reads when paired-end reads present, but allow the user to keep the single-end read if they wish