Skip to content

Commit

Permalink
Remove indexing step, IMPUTE5 outputs an index
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Feb 27, 2024
1 parent ba7a435 commit 53f5102
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gwaspy/imputation/impute5_impute.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
__author__ = 'Lindo Nkambule'

import argparse
import hail as hl
import hailtop.batch as hb
import hailtop.fs as hfs
import pandas as pd
Expand Down Expand Up @@ -68,13 +66,6 @@ def imputation(
"""
)

j.command(f"""
bcftools index {j.imputed_chunk['chunk.bcf']} \
--output {j.imputed_chunk['chunk.bcf.csi']} \
--threads {ncpu}
"""
)

return j

def concatenate_imputed_chunks(
Expand Down

0 comments on commit 53f5102

Please sign in to comment.