Releases: arteria-project/arteria-bcl2fastq
Add Novaseq X Plus instrument
Fix install issue
Patch release:
- Updated requirements to solve install issues
iSeq Instrument ID correction
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
Minor release:
- Adding support for iSeq 100
Support for adding for index read file creation and Novaseq support
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
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
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
Uses new ArteriaUsageException from arteria-core and introduces a new log pickup endpoint at /logs
.
v1.1.0
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.