From cb55444671fd2334a606d360773b339ef6a2a6fe Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 6 Oct 2019 06:03:49 -0500 Subject: gn: rust-qtlreaper: Update test results. * gn/packages/genenetwork.scm (rust-qtlreaper)[arguments]: Add custom phase to update the expected test results with the new library versions. --- gn/packages/genenetwork.scm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'gn/packages/genenetwork.scm') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 7e5a04e..b9ebcc4 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -206,7 +206,17 @@ location of a putative QTL.") ("rust-rayon" ,rust-rayon-1.0) ("rust-serde" ,rust-serde) ("rust-serde-json" ,rust-serde-json) - ("rust-ndarray" ,rust-ndarray)))) + ("rust-ndarray" ,rust-ndarray)) + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'update-test-data + (lambda _ + (substitute* "src/geneobject.rs" + ;; array![Genotype::Unk, Genotype::Unk, Genotype::Pat] + (("0.3421367343627405") "0.3421367343627406") + ;; array![Genotype::Unk, Genotype::Unk, Genotype::Unk] + (("-0.3223330030526561") "-0.32233300305265566")) + #t))))) (home-page "https://github.com/chfi/rust-qtlreaper") (synopsis "Reimplementation of genenetwork/QTLReaper in Rust") (description "Reimplementation of genenetwork/QTLReaper in Rust") -- cgit v1.2.3