aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
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")