Closed misialq closed 3 years ago
When using an SRA sample ID (#SRS...) to fetch sample metadata, the command hangs and never returns.
Steps to reproduce:
q2 fondue get-metadata --p-sample-ids SRS2162586 --p-email <your email> --o-metadata ~/metadata.qza --verbose
Expected behaviour: The command returns and the metadata.qza artifact is created.
metadata.qza
Actual behaviour: The command hangs, doesn't print anything and we never get an artifact.
Note: It would seem that we get to the point of entrezpy making a request (but probably never getting a response)...
When using an SRA sample ID (#SRS...) to fetch sample metadata, the command hangs and never returns.
Steps to reproduce:
q2 fondue get-metadata --p-sample-ids SRS2162586 --p-email <your email> --o-metadata ~/metadata.qza --verbose
.Expected behaviour: The command returns and the
metadata.qza
artifact is created.Actual behaviour: The command hangs, doesn't print anything and we never get an artifact.
Note: It would seem that we get to the point of entrezpy making a request (but probably never getting a response)...