Closed agavriilidou closed 3 years ago
Hey there :)
Thanks for trying GToTree. Sorry for the snag :/
That should only pop up if it's not able to download the NCBI assembly info. Can you try running just this command in the same environment and let me know if that works?
curl --connect-timeout 30 --retry 10 ftp://ftp.ncbi.nlm.nih.gov/genomes/genbank/assembly_summary_genbank.txt -o ncbi_assembly_info.tmp
And if not, then trying this one:
curl --connect-timeout 30 --retry 10 https://ftp.ncbi.nlm.nih.gov/genomes/genbank/assembly_summary_genbank.txt -o ncbi_assembly_info.tmp
It's possible ftp isn't available in the environment, and if so, adding the -P
flag to the GToTree command will try to do things through http like the second command here does.
Hi!
I have installed GToTree v1.5.47 with miniconda3 and I am trying to run it with some test data but I get this error.
Any ideas?
Thanks in advance.