Skip to content

Commit 022a294

Browse files
author
Szilveszter Juhos
authored
Merge pull request nf-core#598 from szilvajuhos/master
space type in python code
2 parents 1b1e28f + f4cc3b8 commit 022a294

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)