Skip to content

Releases: chanzuckerberg/czid-cli

v6.0.0

13 Jun 16:59
b54670a
Compare
Choose a tag to compare

What's Changed

  • Add AMR pipeline to CLI, limit uploads to less than 500 samples, fix guided upload option for metagenomics by @valenzuelaomar in #49
  • Introduces the ability to upload AMR samples (czid amr upload-samples ...etc)
  • Enforces a 500 sample upload limit. When trying to upload > 500 samples, it will fail with error message: To not overwhelm CZ ID, please limit your uploads to less than 500 samples per upload, and not more than 1,000 samples per week
  • Fixes guided-upload option for metagenomics
  • Adds new guided-upload option for AMR

New Contributors

Full Changelog: v5.0.6...v6.0.0

v5.0.6

07 Dec 19:12
35b150b
Compare
Choose a tag to compare

A bug introduced while implementing automatic lane concatenation led to the CLI no longer tuning the part size based on the total upload size. This led larger uploads to fail because their part size was too small and they exceeded the maximum number of parts. This patch fixes this bug, returning the original part size tuning behavior.

v5.0.5

16 Jun 17:14
eb7257e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.0.5

v5.0.4

26 May 15:47
6873982
Compare
Choose a tag to compare

Changelog

  • 6873982 Fix file_type assignment for input_files (#44)

v5.0.3

25 May 21:43
f9571eb
Compare
Choose a tag to compare

Changelog

  • f9571eb Add file_type parameter to input_files (#43)

v5.0.2

16 Feb 16:29
2960d87
Compare
Choose a tag to compare
  • Fixes an issue with falling back to a raw string when the location suggestion is not found that was causing this behavior to break

v5.0.1

02 Feb 21:21
7b81047
Compare
Choose a tag to compare
  • Fall back to the user provided string for collection locations if location suggestion is not found on the back end

v5.0.0

20 Jan 22:17
5e0d2dd
Compare
Choose a tag to compare

instead of short-read-mngs there is now a top level metagenomics command that supports bot Illumina and Nanopore as --sequencing-platform options just like consensus-genomes.

v4.1.3

13 Sep 18:29
fd10961
Compare
Choose a tag to compare

Changelog

  • fd10961 fix bug that breaks consensus genomes without a primer bed (#38)

v4.1.2

01 Sep 19:00
389fa2b
Compare
Choose a tag to compare

Changelog

  • 389fa2b add better command line arg docs and checks (#37)