diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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") |
