Skip to content

Commit

Permalink
Adjust HTML output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
djhn75 committed Jun 5, 2018
1 parent 0569d98 commit e79f9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))
Expand Down
5 changes: 1 addition & 4 deletions createDiagrams.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,9 @@ def topGenes(sumDict, fileName,number=20,value=5, logFile=None,textField=0):
htmlStr+="</table>"
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
Expand Down

0 comments on commit e79f9c3

Please sign in to comment.