Open adamcantor22 opened 2 years ago
Maybe we can simplify the solution by providing a list of possible upload strategies, which can then request the required files. Something like:
There are sections of code built to handle already-demuxed zips in server.py
, but they were using the old framework of 1:1 studies to runs. So there may be helpful lines of code in there, but it'll need to be completely restructured.
Is your feature request related to a problem? Please describe. As of PR #397, data uploads happen like this:
Describe the solution you'd like Before the upload page, the user should be prompted with reads and barcodes types. Then on the upload page, there should be the correct number of file inputs based on that data, with none of the fields being optional. Also, the user should have the option to upload already-demultiplexed files as a zip instead of the raw sequencing run data.