We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6d274 commit 06f4380Copy full SHA for 06f4380
hAMRonization/AmrFinderPlusIO.py
@@ -121,7 +121,7 @@ def parse(self, handle):
121
field_map = self.prot_field_map
122
elif method.endswith('N'):
123
field_map = self.nuc_field_map
124
- elif method in ['COMPLETE','HMM']:
+ elif method in ['COMPLETE', 'HMM']:
125
field_map = self.prot_field_map if have_prot else self.nuc_field_map
126
else:
127
warnings.warn(f"Assuming unknown method {method} implies a protein detection"
0 commit comments