NCBI-Hackathons / EndoVir

Discovery of Novel Endogenous Viruses
MIT License
6 stars 4 forks source link

makeblastdb: local database and sequence retrieval ruckus #3

Closed janpb closed 7 years ago

janpb commented 7 years ago

Creating a local database using makeblastdb without Fasta ID [0] results in unusable names for subsequent retrieval. Testing two options:

  1. Format the input sequences using >ref|Accsession|name
  2. Testing different blastdbcmd -outfmt options

References

0 https://www.ncbi.nlm.nih.gov/toolkit/doc/book/ch_demo/#ch_demo.T5

DCGenomics commented 7 years ago

Try -parseseqids

On Oct 24, 2017 3:50 PM, "janpb" notifications@github.com wrote:

Creating a local database using makeblastdb without Fasta ID [0] results in unusable names for subsequent retrieval. Testing two options:

  1. Format the input sequences using >ref|Accsession|name
  2. Testing different blastdbcmd -outfmt options

References

0 https://www.ncbi.nlm.nih.gov/toolkit/doc/book/ch_demo/#ch_demo.T5 https://www.ncbi.nlm.nih.gov/toolkit/doc/book/ch_demo/#ch_demo.T5

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NCBI-Hackathons/EndoVir/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AFePtVEcbn9lTAGuGD-jORdS70mFR7Ruks5svj-LgaJpZM4QE_k3 .

boratyng commented 7 years ago

It is -parse_seqids

janpb commented 7 years ago

Fixed. Thanks.