You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are samples with correctly formatted insdc_accession in the input submission sheet, but the SRA files do not exist or are not publicly available then no read or iridanext json files are created in the specified output directory for samples with available SRA files. The pipeline exits. Those samples that have no SRA data available must be removed from the sample sheet for the pipeline to run through and create the read and json files. For larger imports, it could be helpful to more clearly identify the samples that did not have any SRA data available and potentially allow the pipeline to run through for the samples that did have the data available.
The text was updated successfully, but these errors were encountered:
It looks like retry_with_backoff.sh (an nf-core script that's run inside nf-core's sratools/prefetch/main.nf) fails to download the files because of a 403 (forbidden) error. Then nextflow errors because it was expecting output from nf-core's sratools/prefetch/main.nf, but there is no output.
Some solutions might be:
error handling on nextflow's side
customize sratools/prefetch/main.nf to not fail in such a case
I think considering other errors might happen (loss of internet connection, etc.), we might want to try catching and handling these errors on the nextflow side of things, while leaving sratools/prefetch/main.nf unchanged if possible.
Description of feature
If there are samples with correctly formatted insdc_accession in the input submission sheet, but the SRA files do not exist or are not publicly available then no read or iridanext json files are created in the specified output directory for samples with available SRA files. The pipeline exits. Those samples that have no SRA data available must be removed from the sample sheet for the pipeline to run through and create the read and json files. For larger imports, it could be helpful to more clearly identify the samples that did not have any SRA data available and potentially allow the pipeline to run through for the samples that did have the data available.
The text was updated successfully, but these errors were encountered: