Skip to content

Releases: clintval/sample-sheet

0.13.0

12 Aug 02:20
Compare
Choose a tag to compare

What's Changed

  • Feature support cell ranger indexes by @golharam in #102
  • Only read the key/value pair, if they both exist. by @golharam in #99
  • Allow samplesheet to accept a file handle or a Path like object by @dsommer in #114
  • Feature support more cellranger indexes by @accumb3ns in #118

New Contributors

Full Changelog: 0.11.0...0.13.0

0.11.0

10 Dec 04:45
c3df258
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
Version bump to 0.10.0 (#97)

0.10.0

09 Dec 05:18
4da42cf
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Features:

  • Allow 10x cellranger barcode indexes in the index columns

0.9.4

20 Aug 07:35
8da5c6b
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release
Possibly allow install on Windows (#91)

0.9.3

19 Aug 22:25
d969ca4
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release
Bugfix: successfully catch import errors for all the smart_open regre…

0.9.2

19 Aug 22:25
822d6fd
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release
Revision to 0.9.2 (#86)

Better Install Instructions

04 Jul 03:21
532c414
Compare
Choose a tag to compare
Pre-release
0.9.1

Explicit bioconda instructions and better setup.py long_description (…

Drop `smart_open` install requirement

20 May 00:28
Compare
Choose a tag to compare
Pre-release

Breaking

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

Refreshed and more consistent API and support for more Sample Sheets

18 Aug 22:12
de5c038
Compare
Choose a tag to compare
  • 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

Allow reading formats as defined in the Illumina specification

23 May 20:38
Compare
Choose a tag to compare

Specifically formats with:

  • blank lines
  • non-comma terminated lines

Feature request from @andybearman