Guillaume Poirier-Morency
Guillaume Poirier-Morency
For some reason, the `TrimExperiment` task returns nothing.
We can get an idea of the thresholds to apply by looking at the data we gathered so far.
The real issue is that the tool does not exit with a non-zero code when it fails due to a download size limit.
As per https://github.com/PavlidisLab/GemmaCuration/issues/3#issuecomment-759691608, it would be valuable to perform some sanity checks before submitting data to Gemma. Here's a list of basic things that we can do: - [ ]...
I've encountered a couple of archives in SRA that replaces `:` separator by `_` in their FASTQ headers. We would have to handle this specific case in `ExtractGeoSeriesBatchInfo`.