-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in building database #79
Comments
What happens when you do:
Where is your directory |
I think I see the issue. Where it says replace it with You want a full path that you have write access to. |
Also, the PROTEIN_DB path in the config file under #running SIFT 4G, is it the same path to the database we are trying to create? |
Protein database is a database you download from Uniprot or NCBI. I recommend you download the fasta file for UniRef90 |
Please uncompress your fasta file, and then re-run.
|
i could run it till processing database. It showed 100% completion and took around 24 hours to complete. I could not see the 'populating database' part described in https://github.com/pauline-ng/SIFT4G_Create_Genomic_DB#annotate in the terminal. Also, the folders , SIFT_predictions and SingleRecords_with_scores are empty. |
Please paste your config file so I can debug |
Actually, can you run a test config? That would be a lot easier and faster to debug. It may be that it's already working (some directories are cleaned out at the end) |
Per the README instructions, install python3 which should be invoked by calling |
Did you exit the program and stop it from running? The test config uses test files that should run in less than 15 minutes. But when I build a full genome, it can take 24-48 hours. |
I did not stop it in between. It took almost 24 hours to reach here. |
Uncompress your .vcf.gz file |
I was trying to create database for Candida tropicalis using genomic assembly fasta file and annotation file in gtf format. I created a config file named C_tropicalis_MYA3404.txt , which is located in test files folder. when i try to run the command :
perl make-SIFT-db-all.pl -config test_files/C_tropicalis_MYA3404.txt
I'm getting the followng error:
entered mkdir /test_files/C_topicalis_MYA3404
No such file or directory at /home/mml/programs/scripts_to_build_SIFT_db/common-utils.pl line 80.
I'm quite new to this, so it might be some very obvious problem. Kindly let me know if i can fix this.
The text was updated successfully, but these errors were encountered: