Skip to content

Commit 886fdea

Browse files
committed
snp -> sub
1 parent 87cf604 commit 886fdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: iss/error_models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def mut_sequence(self, record, orientation):
103103
"ref": mutable_seq[position],
104104
"alt": mutated_nuc,
105105
"quality": qual,
106-
"type": "snp",
106+
"type": "sub",
107107
}
108108
)
109109
mutable_seq[position] = mutated_nuc

0 commit comments

Comments
 (0)