-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Currently, we advise users that if they would like to demultiplex files they must first download bcl2fastq, move the .zip file into the programs directory, and then re-build the container. It would be convenient if users were able to add custom software into the container without needing to re-build it, perhaps by binding to a certain location within the container.
This issue was discussed previously by @JeffAndBailey in #32 (comment) and by @aydemiro in #32 (comment):
Let's see if we can download and build externally bcl2fastq and install it as a working version with any needed libraries or accessory files. If that is possible then really our fixed builds san bcl2fastq will be fine for reproducibility.
Originally posted by @JeffAndBailey in #32 (comment)
As for the bcl2fastq issue, I agree that we should explore building the software outside and providing the binary to the container as a binding. However, this is a compiled c++ program and how to create a portable binary is beyond my capabilities at the moment. Nick is probably the best person to consult on this.
Originally posted by @aydemiro in #32 (comment)