Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit b920a2e

Browse files
author
Szilveszter Juhos
authored
Merge pull request #598 from szilvajuhos/master
space type in python code
2 parents e31bb15 + 2d8f5d0 commit b920a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/selectROI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def saveCallsToBAM(self,bams):
171171
print("Indexing ...")
172172
subprocess.call("samtools index -@" + str(self.threads) + " " + target, shell=True)
173173

174-
def addVCFRecords(self,VCFFile):
174+
def addVCFRecords(self,VCFFile):
175175
"""
176176
Store VCF record CHROM,POS in a dict
177177
"""

0 commit comments

Comments
 (0)