-
Couldn't load subscription status.
- Fork 79
Description
As we are doing everything close reference there are datasets (ITS for example) that will get no hits and will fail to generate a biom table. Without a biom table users can't request data to be made private.
The best solution is to allow subsampled open reference but this might take some time, other option is that if the biom table is empty (we can catch the error: ValueError: Zero sized dimension for non-unlimited dimension) we generate a place holder for it with a warning in the page. This should allow users to ask for the process data to be public. I think both options will be good in the long run.
On a second thought perhaps the other option is move the private button to the preprocess data.
What do you think?