Skip to content

Commit

Permalink
fix tab error
Browse files Browse the repository at this point in the history
  • Loading branch information
z-koenig authored Sep 30, 2024
1 parent cc3d705 commit e8bfbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwaspy/preimp_qc/preimp_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def preimp_qc(input_type: str = None, dirname: str = None, basename: str = None,
data_type = 'no-pheno'

chroms = mt.aggregate_rows(hl.agg.collect_as_set(mt.locus.contig))
if ('chrX' or 'chrY' or 'chrMT' or 'chrM') in chroms:
if ('chrX' or 'chrY' or 'chrMT' or 'chrM') in chroms:
chromx, chromy = 'chrX', 'chrY'
if ('chrMT') in chroms:
chrommt = 'MT'
Expand Down

0 comments on commit e8bfbea

Please sign in to comment.