From 5da918119bb2e352f10060a36d9c7e580fa8695e Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 16 Jul 2025 14:29:56 -0400 Subject: prep for js version --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.org') 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") -- cgit v1.3