From e73bbde58c22e50cb77b2e8b0eb2193dc55fd8fa Mon Sep 17 00:00:00 2001 From: elavington <27739361+elavington@users.noreply.github.com> Date: Mon, 7 Aug 2017 09:35:07 -0400 Subject: Rename index.html to index_placeholder.html --- index.html | 12 ------------ index_placeholder.html | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 index.html create mode 100644 index_placeholder.html diff --git a/index.html b/index.html deleted file mode 100644 index 2957612..0000000 --- a/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - CRESSDNA - - - -

Circular Rep-Encoding Single Stranded DNA Viruses

-

Part of the National Science Foundation's Assembling the Tree of Life.

- Sponsored with a Grant from the National Science Foundation - - diff --git a/index_placeholder.html b/index_placeholder.html new file mode 100644 index 0000000..2957612 --- /dev/null +++ b/index_placeholder.html @@ -0,0 +1,12 @@ + + + + CRESSDNA + + + +

Circular Rep-Encoding Single Stranded DNA Viruses

+

Part of the National Science Foundation's Assembling the Tree of Life.

+ Sponsored with a Grant from the National Science Foundation + + -- cgit v1.2.3 From 44b05977b9cdd1d7c66f52cb81f988177d4ec391 Mon Sep 17 00:00:00 2001 From: elavington <27739361+elavington@users.noreply.github.com> Date: Mon, 7 Aug 2017 09:36:08 -0400 Subject: Rename CRESSdna.html to index.html --- CRESSdna.html | 156 ---------------------------------------------------------- index.html | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 156 insertions(+), 156 deletions(-) delete mode 100644 CRESSdna.html create mode 100644 index.html diff --git a/CRESSdna.html b/CRESSdna.html deleted file mode 100644 index a97d1c1..0000000 --- a/CRESSdna.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - -

Welcome to CRESSdna.org

- -
- - - - -
- -
-

Home

-

Part of the National Science Foundation's Assembling the Tree of Life.

- Sponsored with a Grant from the National Science Foundation -
- -
-

Taxonomy

-

Please enter only one word as the name(no space) and only one Rep sequence

-

-
- -
- - -
-

-

-
- - -
-

Contact

-

Questions or comments? Send us an email:

-

email At domain Dot something

-
- -
-

Results

-

Results from Taxonomy prediction

-
- - - - - diff --git a/index.html b/index.html new file mode 100644 index 0000000..a97d1c1 --- /dev/null +++ b/index.html @@ -0,0 +1,156 @@ + + + + + + + + +

Welcome to CRESSdna.org

+ +
+ + + + +
+ +
+

Home

+

Part of the National Science Foundation's Assembling the Tree of Life.

+ Sponsored with a Grant from the National Science Foundation +
+ +
+

Taxonomy

+

Please enter only one word as the name(no space) and only one Rep sequence

+

+
+ +
+ + +
+

+

+
+ + +
+

Contact

+

Questions or comments? Send us an email:

+

email At domain Dot something

+
+ +
+

Results

+

Results from Taxonomy prediction

+
+ + + + + -- cgit v1.2.3 From ced7b0fadf5f113e6e040a1e97e7199a2cc65e05 Mon Sep 17 00:00:00 2001 From: elavington <27739361+elavington@users.noreply.github.com> Date: Mon, 7 Aug 2017 09:36:41 -0400 Subject: Update CRESSresults.html --- CRESSresults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRESSresults.html b/CRESSresults.html index 8a78bcd..09c552a 100644 --- a/CRESSresults.html +++ b/CRESSresults.html @@ -43,7 +43,7 @@ Currently included in the training data:
  • Smacovirus
  • - Return to CRESSdna.org + Return to CRESSdna.org

    -- cgit v1.2.3 From f1528dc908f0ebc97f2d3864db57ee8417cfccb4 Mon Sep 17 00:00:00 2001 From: elavington <27739361+elavington@users.noreply.github.com> Date: Mon, 7 Aug 2017 09:38:22 -0400 Subject: Update classifier.py --- cgi-bin/classifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/classifier.py b/cgi-bin/classifier.py index ec2b634..8f8450b 100644 --- a/cgi-bin/classifier.py +++ b/cgi-bin/classifier.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/home/erik/bin/python3.6 #import packages to be used from sklearn.svm import SVC @@ -49,4 +49,4 @@ f.close()""" print (output) -quit() \ No newline at end of file +quit() -- cgit v1.2.3