Sample Sheet Versions Save

Parse Illumina sample sheets with Python

0.13.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/clintval/sample-sheet/compare/0.11.0...0.13.0

0.11.0

4 years ago

0.10.0

4 years ago

Features:

  • Allow 10x cellranger barcode indexes in the index columns

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

v0.9.0

4 years ago

Breaking

To make use of the smart_open library, simply install it alongside sample-sheet as it is no longer vendored here.

v0.8.0

5 years ago
  • Support for redundant Sample_ID with warning
  • Ordered output of sample headers in .write() as they were read-in or assigned
  • Case insensitive hashing for sample attributes

v0.7.0

5 years ago

Specifically formats with:

  • blank lines
  • non-comma terminated lines

Feature request from @andybearman