Open messersc opened 2 years ago
See https://support.illumina.com/bulletins/2020/10/upgrading-from-bcl2fastq-to-bcl-convert.html for an overview of what changed from bcl2fastq2 to BCLConvert.
One big change is that they moved from command line options to specifying parameters in a special section of the sample sheet, so we would need a new writer for that.
Looks like BCLconvert is only available for CentOS 7, so we might need to use a solution based on Docker/Singularity.
https://support.illumina.com/sequencing/sequencing_software/bcl-convert/downloads.html
I strongly support wrapping this in a singularity image as we are trying to keep the set of software maintained by HPC IT small. With singularity, updates can be rolled out at any time without administration intervention.
Have written confirmation from Illumina Tech support that they will only support CentOS.
Singularity build instructions example here: https://gist.github.com/pansapiens/f66bdb59230004eba0d7fdec9e7eb5d8
https://blog.software.illumina.com/2020/07/30/announcing-the-release-of-bcl-convert-software/