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