Closed paulineauffret closed 2 years ago
Thank you for alerting us to this - our own HPC environment is not like this, so we didn't realize that some would disable ping
. From some brainstorming @ajlail98 suggested confirming internet access by downloading a small file from NCBI. From your experience with your environment, would that work?
Thank you very much for answering my issue. Yes that would be great and I think that would work, you would use wget ?
Hello @paulineauffret, @ajlail98 has fixed this issue (PR #258) and we have committed these changes in the most recent release (https://github.com/KwanLab/Autometa/releases/tag/2.0.3).
Bioconda is usually a bit delayed when bumping versions, so conda install -c bioconda autometa
will (at the moment) install version 2.0.2. You can check back to the bioconda autometa page to see when it is updated to version 2.0.3.
If you are using Autometa with the nextflow workflow, then this should not be an issue as the docker image for version 2.0.3 is already hosted and available to be pulled.
Please do not hesitate to let us know of any other issues you encounter! Thanks for reaching out!
Hello, Thank you very much for addressing so quickly this issue !! I'll try this in the following days and let you know. Thanks again and best wishes !
Hello, I wanted to point out that the function
internet_is_connected()
(fromcommon/utilities.py
line 430) does not fit our HPC configuration (it always returns False because that kind of operations likeping
are not permitted by our institute policy, although internet access is enable). I had to deactivate this function to makeautometa-update-databases --update-ncbi
work. What do you think about this situation, am I the only one encountering this bug ? Thank you very much. PaulineCurrent Behavior
Steps to Reproduce