-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
24 lines (13 loc) · 826 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The BioTools are complete BioInformatics programs.
Database Searching and Alignment Tools:
ProteinSearch - searches a list of protein FASTA databases with for protein sequences.
- this program can identify evolutionarily related sequences deep into
the twilight zone (as low as 5% sequence identity).
AlignHits - generates protein multiple sequence alignments from ProteinSearch results
- this program can align more than 20,000 protein sequences!
Parser Tools:
GenBankParser - GenBank source file parser; generates FASTA files
SwissProtParser - SwissProt source file parser; generates FASTA file
Utilities:
lengths.pl - summarizes the lengths of sequences in a FASTA sequences file.
Motifs.pl - identifies Prosite motifs in a protein FASTA sequences file.