We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f665e commit 0aa8f88Copy full SHA for 0aa8f88
bio2zarr/vcf2zarr/icf.py
@@ -197,8 +197,8 @@ def __eq__(self, other):
197
return NotImplemented
198
return (sorted(self.samples) == sorted(other.samples) and
199
sorted(self.contigs) == sorted(other.contigs) and
200
- sorted(self.filters) == sorted(self.filters) and
201
- sorted(self.fields) == sorted(self.fields))
+ sorted(self.filters) == sorted(other.filters) and
+ sorted(self.fields) == sorted(other.fields))
202
203
204
def fixed_vcf_field_definitions():
0 commit comments