From 702ce223052d37a75d90d1e9a7c23cce604c68e7 Mon Sep 17 00:00:00 2001 From: Felippe de Meirelles Motta Date: Sat, 21 Jun 2008 00:01:57 +0000 Subject: SSAHA is a software tool for very fast matching and alignment of DNA sequences. It stands for Sequence Search and Alignment by Hashing Algorithm. It achieves its fast search speed by converting sequence information into a `hash table' data structure, which can then be searched very rapidly for matches. WWW: http://www.sanger.ac.uk/Software/analysis/SSAHA/ PR: ports/124525 Submitted by: Fernan Aguero Approved by: gabor (mentor, implicit) --- biology/ssaha/pkg-plist | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 biology/ssaha/pkg-plist (limited to 'biology/ssaha/pkg-plist') diff --git a/biology/ssaha/pkg-plist b/biology/ssaha/pkg-plist new file mode 100644 index 000000000000..c1b49b17ae24 --- /dev/null +++ b/biology/ssaha/pkg-plist @@ -0,0 +1,9 @@ +bin/ssaha +%%DATADIR%%/testSSAHA.csh +%%DATADIR%%/test.fasta +%%DATADIR%%/test_extract.fasta +%%DATADIR%%/test_filter.fail +%%DATADIR%%/test_filter.fastq +%%DATADIR%%/test_protein.fasta +%%DATADIR%%/README +@dirrmtry %%DATADIR%% -- cgit v1.2.3