Skip to content

Commit

Permalink
Changed default suggestion to 50% quantile
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoSchiavinato committed Nov 23, 2022
1 parent 623aab5 commit 97807eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def main(args):
-- Suggested JLOH extract parameters (het/homo) --
--min-snps-kbp\t{int(round(Het_quant["Snps"].loc[0.05], 0))},{int(round(Homo_quant["Snps"].loc[0.05], 0))}
--min-snps-kbp\t{int(round(Het_quant["Snps"].loc[0.5], 0))},{int(round(Homo_quant["Snps"].loc[0.5], 0))}
""")

Expand Down

0 comments on commit 97807eb

Please sign in to comment.