Open kafker opened 2 years ago
Additionally, using the --reset flag will not help because pfam directory is not empty
In your first command you use --pfam-data-dir $SCRATCH/pfam
, and in your second, --pfam-data-dir $SCRATCH/
for the directory to be cleaned. It is a blessing that anvi'o doesn't erase that directory and instead says:
Config Error: You are attempting to run Pfam setup on a non-default data directory (/g100_scratch/userexternal/mcappel1/) using the --reset flag. To avoid automatically deleting a directory that may be important to you, anvi'o refuses to reset directories that have been specified with --pfam-data-dir.
The best solution here is this:
rm -rf $SCRATCH/pfam
anvi-setup-pfams --pfam-data-dir $SCRATCH/pfam
Apart from that, I can reproduce this problem. But I'm afraid it is the PFAM server is being funky today. Not only the server connection is quite slow here, but it seems that it cuts connections. I was able to download the file Pfam-A.hmm.gz from http://ftp.ebi.ac.uk/pub/databases/Pfam/current_release manually using my browser, move it into my test directory from the terminal, and then test anvi-setup-pfams
, which worked properly then :/
I'll keep this open in case others experience this, too.
Sorry about the inconvenience.
Short description of the problem
Hello there,
anvi-setup-pfams fail with Config Error
Additionally, using the --reset flag will not help because pfam directory is not empty
anvi'o version
Replace this text with the output of this command:
System info
Operating System: CentOS Linux 8
Anvio was installed via conda