diff options
author | elavington <27739361+elavington@users.noreply.github.com> | 2018-03-29 19:55:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-29 19:55:38 -0400 |
commit | 997e535d0412cc89d4e2bbf0946cef3eb846efb8 (patch) | |
tree | 77d8847990292ed65c14ba897e32ba4b3b6fb6ed /index.html | |
parent | 260907e495d84492a5fe930311f7dda836a7ffde (diff) | |
download | cressdna-997e535d0412cc89d4e2bbf0946cef3eb846efb8.tar.gz cressdna-997e535d0412cc89d4e2bbf0946cef3eb846efb8.zip |
Updated to use new classfier
Updated link to post input data to the new classifier. The list of Famillies and Genera in the classifier model is updated.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -221,7 +221,7 @@ Type Species: <i>Banana bunchy top virus</i> (<a href="https://www.ncbi.nlm.nih. <div id="Classifier" class="tabcontent"> <h3>Classifier</h3> - <form action="./bin/classifier.py" method="post"><br> + <form action="./bin/classifier2.py" method="post"><br> <textarea rows="4" cols="50" name="fasta" input type="submit">>Demo MPSKKSGPQPHKRWVFTLNNPSEEEKNKIRELPISLFDYFVCGEEGLEEGRTAHLQGFANFAKKQTFNKVKWYFGARCHIEKAKGTDQQNKEYCSKEGHILIECGAPRNQGKRSDLSTAYFDYQQSGPPGMVLLNCCPSCRSSLSEDYYFAILEDCWRTINGGTRRPI</textarea> <br> @@ -254,7 +254,7 @@ MPSKKSGPQPHKRWVFTLNNPSEEEKNKIRELPISLFDYFVCGEEGLEEGRTAHLQGFANFAKKQTFNKVKWYFGARCHI <li>Gemykibivirus</li> <li>Gemykolovirus</li> <li>Gemykrogvirus</li> - <li>Gemyvongvirus</li> + <li><strike>Gemyvongvirus</strike></li> </ul> <li>Geminiviridae</li> <ul> @@ -267,7 +267,15 @@ MPSKKSGPQPHKRWVFTLNNPSEEEKNKIRELPISLFDYFVCGEEGLEEGRTAHLQGFANFAKKQTFNKVKWYFGARCHI <li>Mastrevirus</li> <li>Turncurtovirus</li> </ul> - <li>Smacovirus</li> + <li>Smacoviridae</li> + <ul> + <li>Huchismacovirus</li> + <li>Porprismacovirus</li> + </ul> + <li>Bacilladnaviridae</li> + <ul> + <li>Protobacilladnavirus</li> + </ul> </ul> </p> </div> |