NOTICE: This package has been removed from pkgsrc

./wip/ncbi-blast, NCBI Basic Local Alignment Search Tool (Blast)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2.30, Package name: blast-2.2.30, Maintainer: bacon

The Basic Local Alignment Search Tool (BLAST) finds regions of local
similarity between sequences. The program compares nucleotide or protein
sequences to sequence databases and calculates the statistical significance of
matches. BLAST can be used to infer functional and evolutionary relationships
between sequences as well as help identify members of gene families.


Required to run:
[lang/perl5] [devel/p5-List-MoreUtils] [devel/pcre] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 2b4a36559dc06ef0321f81d2615f429f2ab5fb21
RMD160: af8b04f0bb6ae6c58195aa9d2ae8d467483450eb
Filesize: 18540.408 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-05 23:31:07 by Jason Bacon | Files touched by this commit (5) | Package updated
Log message:
Regenerate PLIST and add dependency for update_blastdb.pl

   2014-10-13 19:11:51 by Filip Hajny | Files touched by this commit (2)
Log message:
Fix typo in patch.
   2014-10-13 17:10:44 by Filip Hajny | Files touched by this commit (2)
Log message:
Fix --with-libintl-prefix too.
   2014-10-09 18:51:53 by Jason Bacon | Files touched by this commit (2)
Log message:
Replace hard-coded /usr/bin/basename for CentOS

   2014-10-09 10:51:37 by Filip Hajny | Files touched by this commit (2)
Log message:
Fix erroneous statfs usage, fix PLIST mistake.
   2014-10-09 08:42:33 by Filip Hajny | Files touched by this commit (1)
Log message:
Fix configure on BSD

   2014-10-08 14:44:35 by Filip Hajny | Files touched by this commit (8)
Log message:
Update NCBI Blast to 2.30.

Clean up Makefile. Patch configure so that we can enable 3rd party software
support more easily, fix missing options. Prefer to link dynamically. 

Changes since 2.29:
- Added tblastn-fast, blastp-fast, and blastx-fast tasks. These tasks make
  use of longer words as described by Shiryev et al.
  in http://www.ncbi.nlm.nih.gov/pubmed/17921491.
- Added new output option (outfmt 12) with Seq-Align in JSON.
- Added new command line option qcov_hsp_perc that removes alignments below
  the specified query coverage.
- Added option line_length for the printing of alignment lengths (outfmt 0-4).
- Added larger gap penalties for PAM30 and PAM70 matrices.
- psiblast now accepts 0 for num_iterations to indicate iterating until
  convergence.
- rpsblast uses composition-based-statistics by default. Recover old behavior
  with "-comp_based_stats F -seg yes".
- Improved blastn multithreading performance for many queries with small
  databases.
- Changed cmdline option -sum_stats (formerly -sum_statistics) from flag
  to boolean.
- Fixed spurious messages when parsing FASTA input.
- Fixed makeprofiledb handling of PSSMs created from multiple sequence
  alignment.
- Fixed makeblastdb handling of '-' at the end of FASTA input.
- Fixed windowmasker segmentation fault when the incorrect window size
  is provided.
- Fixed problem with lower-case masking and large sequences.
- Fixed makeblastdb segmentation fault on duplicate seqids.
- Allow specification of scoring matrices in lower case letters.
- Fixed exit code when disk space is not available for the output file.
- Fixed problem with using seqids list from -outfmt "6 sseqid" as input
  with --seqidlist.
- Fixed bug with culling_limit that excludes top hit.
- Fixed bug with max_target_seqs not working with psiblast.
   2014-10-07 16:27:45 by Jason Bacon | Files touched by this commit (6)
Log message:
Import blast-2.2.29 as wip/ncbi-blast.

The Basic Local Alignment Search Tool (BLAST) finds regions of local
similarity between sequences. The program compares nucleotide or protein
sequences to sequence databases and calculates the statistical significance of
matches. BLAST can be used to infer functional and evolutionary relationships
between sequences as well as help identify members of gene families.

WWW: http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastHome