Skip to content

Commit

Permalink
Removed suggested quantile
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoSchiavinato committed Mar 3, 2023
1 parent 97a3bde commit a3d59cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/stats
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
script_info = """
###
Author: Matteo Schiavinato
Last change: 23/01/2023
Last change: 03/03/2023
###
"""

Expand Down Expand Up @@ -277,10 +277,6 @@ def main(args):
90%\t{round(All_quant["Snps"].loc[0.90], 1)}\t{round(Het_quant["Snps"].loc[0.90], 1)}\t{round(Homo_quant["Snps"].loc[0.90], 1)}
95%\t{round(All_quant["Snps"].loc[0.95], 1)}\t{round(Het_quant["Snps"].loc[0.95], 1)}\t{round(Homo_quant["Snps"].loc[0.95], 1)}
-- Suggested JLOH extract parameters (het/homo) --
--min-snps-kbp\t{int(round(Het_quant["Snps"].loc[0.5], 0))},{int(round(Homo_quant["Snps"].loc[0.5], 0))}
""")

if __name__ == "__main__":
Expand Down

0 comments on commit a3d59cf

Please sign in to comment.