Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchunzhu committed Jan 11, 2020
1 parent a427345 commit a5d037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/ArribaToXena.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def doAltGene2(data, columnPos):
'confidence' :[doConfidence, 9]
}

def filterfunction (data, columnPos): return data[columnPos['confidence']] in ['high', 'medium']
def filterfunction (data, columnPos): return data[columnPos['confidence']] == 'high'

def buildjson(assembly, cohort, output):
output = output + '.json'
Expand Down

0 comments on commit a5d037f

Please sign in to comment.