Skip to content

Commit f90d131

Browse files
authored
Update get_amino_acid_pos.py
1 parent eaa6fbe commit f90d131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

get_amino_acid_pos.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#The script take single or multiple fasta sequences and prints the desired amino acid and the respective position in the fasta sequence
1010
# To match a single position add aa = 'S', for multiple amino acid residues use aa = 'S|T|K'
1111
#generates a space seperated file with accession, matched amino acid, position of the matched amino acid
12+
# Uses Biopython module.
1213

1314
import re
1415

0 commit comments

Comments
 (0)