diff --git a/Helper.py b/Helper.py index e49ed88..93d61b6 100755 --- a/Helper.py +++ b/Helper.py @@ -450,7 +450,7 @@ def printResultHtml(stats,logFile=None,textField=0): :param output: output prefix from rnaEdit object ''' - htmlOutPrefix=stats.outdir+"html/"+stats.sampleName + htmlOutPrefix="html/"+stats.sampleName #copy rnaEditor logo to htmlOutPrefix fileDir = os.path.dirname(os.path.realpath(__file__)) diff --git a/createDiagrams.py b/createDiagrams.py index fc598ef..4401620 100644 --- a/createDiagrams.py +++ b/createDiagrams.py @@ -96,12 +96,9 @@ def topGenes(sumDict, fileName,number=20,value=5, logFile=None,textField=0): htmlStr+="" return htmlStr - - - def createDiagramms(output, geneNumber=20,logFile=None,textField=0): ''' - writes all the diagrams wich aree then showd in the resultTab + writes all the diagrams wich are then shown in the resultTab All the values are stored in an instance of the Class Stats :param output: output variable of Params.output