Skip to content

Commit

Permalink
snp -> sub
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsMaas committed Feb 7, 2024
1 parent 87cf604 commit 886fdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iss/error_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def mut_sequence(self, record, orientation):
"ref": mutable_seq[position],
"alt": mutated_nuc,
"quality": qual,
"type": "snp",
"type": "sub",
}
)
mutable_seq[position] = mutated_nuc
Expand Down

0 comments on commit 886fdea

Please sign in to comment.