From d1b7083081fd905cc351a83565885ee8ba13a0e1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 14 Oct 2025 12:29:55 -0400 Subject: add license and intructions for web server --- README.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 541ab45..1783c81 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,10 @@ #+title: percent nucleotide identity threshold (pnit?) -* input +* web code +run with ~make serve~. see ~shell.nix~ for requirements. + +* perl code +** input csv file, first row and first column are names, every other item is the % identity of the names corresponding to the current cell. @@ -22,7 +26,7 @@ the csv file would look like this: seq3,0.32,0.11, #+end_src -* output +** output csv file, two column, representing a pair where the value is at least as large a given threshold. @@ -38,7 +42,7 @@ or, in csv: seq3,seq1 #+end_src -* runners +** runners #+name: process #+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" -- cgit v1.3