We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e3364 commit 21fa520Copy full SHA for 21fa520
gwaspy/imputation/glimpse2_impute.py
@@ -65,7 +65,7 @@ def extract_ref_sites(
65
ncpu: int = 4,
66
memory: str = 'standard',
67
storage: int = None,
68
- img: str = 'docker.io/lindonkambule/gwaspy_phase_impute:latest'
+ img: str = 'docker.io/lindonkambule/gwaspy_glimpse2:with-bcftools-and-updated-info-score'
69
) -> Job:
70
j = b.new_job(name=f'extract reference panel sites: {chrom}') # define job
71
@@ -194,7 +194,8 @@ def create_binary_ref(
194
--input-region {input_region} \
195
--output-region {output_region} \
196
--threads {ncpu} \
197
- --output {j.ref_bin}
+ --output ref_bin_out
198
+ mv ref_bin_out.bin {j.ref_bin}
199
"""
200
)
201
return j
0 commit comments