Closed CharlesNunn001 closed 1 year ago
@CharlesNunn001 For problem 3, I found in their code that they are checking for SRR numbers with a maximum of 7 digits. Your accession number failed because it's 8 digits. I've initiated a pull request to fix this problem.
Hi,
Both (1) and (3) should be fixed in the latest release. (1) was due to the different behaviour in the old browser API vs the new browser API which meant that the record validation checks were not working as intended, this is now fixed. (3) was due to the regex that validated the accessions - this was out of date and has been recently updated.
I have not been able to replicate issue (2). Could you please clarify what you mean by 'missing downloadable files'? E.g. There are downloadable files in the FASTQ ftp column of https://www.ebi.ac.uk/ena/browser/view/SRR9998315 - were these not available at the time you opened this issue?
Thanks
Hi,
A number of accessions return errors when attempting to download fastq files with enaDataGet; I've included the issue, error and an example lane ID of these three cases. enaBrowserTools version 1.5.3
A lane with this error is SRR8901447.
mv: cannot stat ‘/path_download/SRR9998315/*‘: No such file or directory
As this shows, an accession is SRR9998315.A lane with this issue is SRR10049758.
It would be appreciated if you could provide descriptive errors for the first and second issues and a solution for the third.
Thanks!