20645: Updating base images.
[lightning.git] / manhattan.py
index da5259b77a59e6e52f9a1b877c13c5f5cf7e27ad..ba7830fc8e604585e6ee342812d2b51042c90236 100644 (file)
@@ -71,8 +71,9 @@ for chrom in chroms.keys():
         xlabel = f'position on {chrom}'
     qmplot.manhattanplot(data=pandas.DataFrame(series),
                          CHR=chrom,
-                         #suggestiveline=2e-10,  # Turn off suggestiveline
-                         #genomewideline=2e-11,  # Turn off genomewidel
+                         color='#1D2A44,#441D2A',
+                         suggestiveline=2e-10,
+                         genomewideline=2e-11,
                          sign_line_cols=["#D62728", "#2CA02C"],
                          marker=".",
                          alpha = 0.6,