Skip to content

Releases: arteria-project/arteria-bcl2fastq

Add Novaseq X Plus instrument

05 May 12:02
afb1332
Compare
Choose a tag to compare

Patch release:

  • Added NovaSeq X Plus instrument support

Fix install issue

10 Feb 15:01
add243a
Compare
Choose a tag to compare

Patch release:

  • Updated requirements to solve install issues

iSeq Instrument ID correction

15 Nov 12:59
f146783
Compare
Choose a tag to compare

The documentation regarding iSeq naming conventions was incorrect, the naming convention for iSeqs should be that they start with FS. This is fixed in this version.

Support for iSeq 100

26 Oct 09:03
4d52ce2
Compare
Choose a tag to compare

Minor release:

  • Adding support for iSeq 100

Support for adding for index read file creation and Novaseq support

13 Feb 14:14
9364c74
Compare
Choose a tag to compare

Adding the following features:

  • Adding support for creating fastq files the index read by passing "create_indexes": "True" in the body
  • Adding support for NovaSeq

Bug fix: don't fail if there is no output folder to remove

23 Jan 14:53
Compare
Choose a tag to compare

This release solves the issue in v1.1.2 where the service would fail if there was no output folder to remove (as in the case with e.g. a fresh run).

v1.1.2

18 Jan 14:21
Compare
Choose a tag to compare

Adds a field the field allowed_output_folders to the configuration. This is a list of directories where bcl2fastq is allows to place it's output, attempts to place output outside of these directories should now result in a server error.

From this release and onward the out directory specified will also be removed if it already exists. This will solve problems of mixing results if a samplesheet has been edited before rerunning on a already existing runfolder.

v1.1.1

08 Mar 14:14
Compare
Choose a tag to compare

Uses new ArteriaUsageException from arteria-core and introduces a new log pickup endpoint at /logs.

v1.1.0

09 Dec 14:52
Compare
Choose a tag to compare

The samplesheet will now always be called "SampleSheet.csv" even when it's passed as an argument in the HTTP request. If there is another samplesheet with the same name this will be copied to to another file with a new time stamp appended to it.

v1.0.0

27 Nov 15:40
Compare
Choose a tag to compare

Initial release