Mercurial > repos > davidvanzessen > shm_csr
diff shm_csr.py @ 3:275ab5175fd6 draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 27 Oct 2016 09:40:45 -0400 |
parents | faae21ba5c63 |
children | ad9be244b104 |
line wrap: on
line diff
--- a/shm_csr.py Thu Oct 27 07:26:45 2016 -0400 +++ b/shm_csr.py Thu Oct 27 09:40:45 2016 -0400 @@ -85,7 +85,7 @@ AALength = 64 AA_mutation = [0] * AALength -AA_mutation_dic = {"IGA": AA_mutation[:], "IGG": AA_mutation[:], "IGM": AA_mutation[:], "unm": AA_mutation[:]} +AA_mutation_dic = {"IGA": AA_mutation[:], "IGG": AA_mutation[:], "IGM": AA_mutation[:], "unm": AA_mutation[:], "all": AA_mutation[:]} AA_mutation_empty = AA_mutation[:] aa_mutations_by_id_file = outfile[:outfile.rindex("/")] + "/aa_id_mutations.txt"