Skip to content

Commit

Permalink
Use HTTP Plotly.js instead of HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed May 27, 2017
1 parent 7d1e6bf commit 6a6ed10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion after.py
Expand Up @@ -9,7 +9,7 @@
import copy
from util import *

AFTERQC_VERSION = "0.9.2"
AFTERQC_VERSION = "0.9.3"

def parseCommand():
usage = "Automatic Filtering, Trimming, Error Removing and Quality Control for Illumina fastq data \n\nSimplest usage:\ncd to the folder containing your fastq data, run <python after.py>"
Expand Down
2 changes: 1 addition & 1 deletion qcreporter.py
Expand Up @@ -27,7 +27,7 @@ def output(self, filename):
def outputHeader(self, io):
io.write("<HTML>\n")
io.write("<HEAD>\n")
io.write('<script src="https://cdn.plot.ly/plotly-1.2.0.min.js"></script>\n')
io.write('<script src="http://cdn.plot.ly/plotly-1.2.0.min.js"></script>\n')
self.outputCSS(io)
io.write("</HEAD>\n")
io.write("<BODY>\n")
Expand Down

0 comments on commit 6a6ed10

Please sign in to comment.