We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa6fbe commit f90d131Copy full SHA for f90d131
get_amino_acid_pos.py
@@ -9,6 +9,7 @@
9
#The script take single or multiple fasta sequences and prints the desired amino acid and the respective position in the fasta sequence
10
# To match a single position add aa = 'S', for multiple amino acid residues use aa = 'S|T|K'
11
#generates a space seperated file with accession, matched amino acid, position of the matched amino acid
12
+# Uses Biopython module.
13
14
import re
15
0 commit comments