Skip to content

Commit

Permalink
multiple metric selection
Browse files Browse the repository at this point in the history
  • Loading branch information
GDKO committed Oct 3, 2022
1 parent 94e4af8 commit 313503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depot/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main():
# turn selection into condition
selection = selection.replace("ai","int(row[i_ai])>"+str(ai_cutoff))
selection = selection.replace("ahs","int(row[i_ahs])>"+str(ahs_cutoff))
selection = selection.replace("outg_pct","int(row[i_pct])>"+str(outg_pct_cutoff))
selection = selection.replace("outg_pct","int(row[i_pct])>"+str(pct_cutoff))

if trim:
check_programs("trimal")
Expand Down

0 comments on commit 313503f

Please sign in to comment.