From e387bd409e271a149692d45a952e6475f3b706be Mon Sep 17 00:00:00 2001 From: elavington <27739361+elavington@users.noreply.github.com> Date: Thu, 31 Aug 2017 13:22:32 -0400 Subject: Create README.md Description of files --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..11336e4 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# cressdna +Circular Eukaryotic Single Stranded DNA site source + +index.html is the main web page +classifier.py is a python script that takes the submitted textarea form from index.html (needs to be FASTA format input) and makes a prediction + of the CRESS virus genus for each sample, given the caveats listed on the submission form page + + This script is meant to output a new index.html type page with the results of the prediction as an HTML table in the Results tab + +SVM_linear_aa_clf.pkl is a compressed trained SVM classifier for prediction +UniqRepsGemys_6089_StSCALER.pkl is a compressed trained scaler to fit input data to the same scale as the trained data -- cgit v1.2.3