Age | Commit message (Expand) | Author |
---|---|---|
2024-09-11 | BugFix: Avoid string interpolation for building URLs...The string interpolation previously used was leading to a URL of the form `http://localhost:9080api/rqtl/compute` rather than `http://localhost:9080/api/rqtl/compute`. | Frederick Muriuki Muriithi |
2024-09-10 | Add debug logging for GEMMA mapping commands | Frederick Muriuki Muriithi |
2024-08-19 | Edit Haplotype Analyst legend content...- Change order from Pat/Mat to Mat/Pat - Increase width of example color bars - Change 'Unk' to 'Unknown' and shift everything to the left so it fits | zsloan |
2024-08-19 | Change 'Sequence Site' text to 'Gene Location' | zsloan |
2024-08-19 | Only draw position marker if position exists...Previous it was drawing the marker at the end of the map even when mapping with traits that don't have a position (like Publish/phenotype traits) | zsloan |
2024-04-22 | Change haplotype analyst color scheme | zsloan |
2024-03-21 | Fix issue where Haplotype band could overlap with Homology band (plus other s......Change Homology track colors to be more color-blind friendly | zsloan |
2024-03-21 | Give more space for strain names in haplotype band | zsloan |
2024-01-08 | Fix issue where mapmodel_rqtl and mapmethod_rqtl were still named mapmodel_rq... | zsloan |
2023-12-29 | Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. | Arun Isaac |