aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-07-16 14:29:56 -0400
committerBrian Cully <bjc@spork.org>2025-07-16 14:30:08 -0400
commit5da918119bb2e352f10060a36d9c7e580fa8695e (patch)
tree6abe1265203a4d2d41cbe91016b6f6338e913e3b /README.org
parent6817184113c38dc394f44681e956e5f7bb9bf2a1 (diff)
downloadpnit-5da918119bb2e352f10060a36d9c7e580fa8695e.tar.gz
pnit-5da918119bb2e352f10060a36d9c7e580fa8695e.zip
prep for js version
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 8fb8941..541ab45 100644
--- a/README.org
+++ b/README.org
@@ -40,12 +40,12 @@ or, in csv:
* runners
#+name: process
-#+begin_src shell :results file :file n-401-94.csv :var threshold=94.0 filename="inputs/n-401.csv"
- guix shell perl -- ./pairwise.pl $threshold $filename
+#+begin_src shell :results file :file paplcv-nov-16-2024-aligned_mat-90.5.csv :var threshold=90.5 filename="inputs/PapLCV-Nov-16-2024-Aligned_mat.csv"
+ nix-shell --run "./pairwise.pl $threshold $filename"
#+end_src
#+RESULTS: process
-[[file:n-401-94.csv]]
+[[file:paplcv-nov-16-2024-aligned_mat-90.5.csv]]
#+call: process[:file n-402-90.5.csv](threshold=90.5, filename="n-402.csv")