Closed njliangdong closed 1 year ago
Yes I think its probably your internet and unable to download the vecscreen database from NCBI. For vecscreen
it is trying to download the following resources from NCBI:
NCBI='https://ftp.ncbi.nlm.nih.gov'
'UniVec': [NCBI+'/pub/UniVec/UniVec'],
'CONTAM_EUKS': [NCBI + '/pub/kitts/contam_in_euks.fa.gz'],
'CONTAM_PROKS': [NCBI + '/pub/kitts/contam_in_prok.fa'],
'MITO': [NCBI + '/refseq/release/mitochondrion/' +
'mitochondrion.1.1.genomic.fna.gz',
NCBI + '/refseq/release/mitochondrion/' +
'mitochondrion.2.1.genomic.fna.gz']
Hi, I got the same error when I ran the filter step, but I haven´t a connection or download problems. Could you please guide me with this error?
I think NCBI moved the folder -
you are welcome to sync this folder from our system https://cluster.hpcc.ucr.edu/~jstajich/AAFTF/
into your local AAFTF_DB folder (you set the env variable $AAFTF_DB
to point to whatever folder you want).
We need to put these up in another permanent location. I added a new set of steps to use NCBI fcs screening tool which will replace some of this too but filter is helpful for improving assembly if you have contaminants.
I don't have a lot of time right now to work on it but I can try to integrate what we need into a more persistent location on osf.io or zenodo or in another way.
@hyphaltip thank you very much for the answer, it works fine for me :)
I've fixed the automatic download of the DBs in sourpurge now and old genbank-k31-lca is now available again via OSF.io URLs. You just need a writeable AAFTF_DB (can pass on cmdline or set env variable)
Hi, dear AAFTF team, When I running command of AAFTF filter and AAFTF vecscreen, I stuck at trouble as following:
I'm not sure what is happened during this procession, is my internet connection issue? if yes, is there any proxy or mirror site I can use in china? anyway, here is my command:
and following is my python version and installation path: python version: 3.10.9 (main, Mar 1 2023, 18:23:06) [GCC 11.2.0] on linux installation path: /home/liangdong/opt/anaconda3/bin/python I installed AAFTF by pip install
Thanks and best regards