Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can in-house PDB structures be incorporated into the BLAST database for use with Prime?

0
Posted

Can in-house PDB structures be incorporated into the BLAST database for use with Prime?

0

In-house PDB structures cannot be incorporated directly into the BLAST database for use with Prime. However, you can create a BLAST database of your own PDB structures and use it to find homologs, then import the hits into the Prime Comparative Modeling workflow, as follows: • Create a single fasta file containing all your in-house sequences. • Create a blast db using the following command: $SCHRODINGER/thirdparty/bin/Linux-x86/blast/bin/formatdb -p T -o T -n “inhouseseq” -i inhouseseq.fasta The name of the database is set with the -n option. • Search the new database using the following command: $SCHRODINGER/thirdparty/bin/Linux-x86/blast/bin/blastall -p blastp -d inhouseseq -m 9 -i query.fasta -o query_blast.out If the files created in step 2 are not in the current directory when you run the search, you must use the full path name with the -d option. • Import the results, query_blast.out, into Prime.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123