JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / pairwise / README
diff --git a/sources/pairwise/README b/sources/pairwise/README
new file mode 100644 (file)
index 0000000..e39a4e5
--- /dev/null
@@ -0,0 +1,15 @@
+Wed Dec  5 14:33:35 GMT 2001
+JDB
+
+This program takes a FASTA file, and produces a OC input file as
+output. The FASTA file should be an alignment. The code finds the begining
+and end of the sequence in each alignment, the number of residues for
+in each sequence, and then does an all against all pairwise identity
+calculation. This is the number of identical residues divided by the
+number of residues in the longest sequence, shared gaps are ignored. A
+percentage is returned.
+
+BUGS
+Very little error checking is done on the filling of the structures with
+FASTA data.
+It seems quite slow to do the pairwise comparisons.