diff options
Diffstat (limited to '.guix')
| -rw-r--r-- | .guix/hsmice-test.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.guix/hsmice-test.scm b/.guix/hsmice-test.scm index 3f6f7c5..c5e4257 100644 --- a/.guix/hsmice-test.scm +++ b/.guix/hsmice-test.scm @@ -142,7 +142,8 @@ genome-wide association study} library for R.") #$(file-append hsmice-wrangled "/genotype.tsv") #$(file-append hsmice-wrangled "/phenotype.tsv") (string-append #$output "/plaintext-pvalues")) - (copy-file "Rplots.pdf" (string-append #$output "/plaintext-manhattan.pdf")) + (copy-file "Rplots.pdf" + (string-append #$output "/plaintext-manhattan.pdf")) ;; GWAS with simple ciphertext data sharing (invoke "Rscript" #$gwas-script |
