BLAST source code
1
1
Entering edit mode
8.3 years ago
arfaj a ▴ 10

Hello,

I am developing a BLAST tool and I want the source code of BLASTN.

Any help please?

Thanks a lot

blastn sequence blast alignment • 7.7k views
ADD COMMENT
0
Entering edit mode

Hello,

I download the blast source code from ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.3.0/ncbi-blast-2.3.0+-src.zip

There are a lot of files and folders. I want some documentation about each file. Or, the list of files that help me to build the blastn tool.

From where should I start? with which file? I want the name of the file that is executed when the end user clicks BLAST button from this page: http://blast.ncbi.nlm.nih.gov/Blast.cgi?PROGRAM=blastn&PAGE_TYPE=BlastSearch&LINK_LOC=blasthome

Thanks all,

ADD REPLY
1
Entering edit mode

That tone sounds quite demanding ;) There should be some documentation inside the source code, would be good practice. The compilation is done using the ./configure , make pipeline, more information is here: https://www.ncbi.nlm.nih.gov/books/NBK279671/#_introduction_Source_tarball_

Once you have created the Makefile, you can look up which files go into the compilation of the blastn target.

ADD REPLY
0
Entering edit mode

Sorry, you need to put some effort to solve your problem.

ADD REPLY
0
Entering edit mode

I just want to know from where to start !

ADD REPLY
0
Entering edit mode

start from the link provided above would be an answer again!

ADD REPLY
2
0
Entering edit mode

Thanks a lot.

But, where is the main file?

ADD REPLY
0
Entering edit mode

see inside 'bin' directory.

ADD REPLY
0
Entering edit mode

there is no bin directory !

ADD REPLY

Login before adding your answer.

Traffic: 3154 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6