Changes between Version 4 and Version 5 of SOP/PatternsMotifs
- Timestamp:
- 07/22/16 10:38:27 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/PatternsMotifs
v4 v5 40 40 {{{ 41 41 # Create a HMM from an aligned set of proteins or nucleic acids (fasta or other common format) 42 hmmbuild Aligned_protein_sites.hmm Aligned_protein_sites.fa42 hmmbuild MyProfile.hmm Aligned_protein_sites.fa 43 43 # Use the HMM to search a fasta file of proteins 44 hmmsearch Aligned_protein_sites.hmm Protein_set.fa44 hmmsearch MyProfile.hmm Protein_set.fa > Protein_set.MyProfile.hmmsearch_out.txt 45 45 }}}