# HG changeset patch # User yating-l # Date 1490994415 14400 # Node ID 08bd1378bf43a0aab83e7f0f8f91de05e97fa4c5 # Parent f9efad3819480074b7e65224c59c966a31fe3467 planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit a505d6c97db9d044761b5ce92be4a39cb84eda29-dirty diff -r f9efad381948 -r 08bd1378bf43 TrackHub.py --- a/TrackHub.py Fri Mar 31 16:55:58 2017 -0400 +++ b/TrackHub.py Fri Mar 31 17:06:55 2017 -0400 @@ -107,7 +107,7 @@ with open(self.outfile, 'w') as htmlfile: htmlstr = 'The JBrowse Hub is created:
' zipfiles = '
  • Download
  • ' - jbrowse_hub = '
  • View JBrowse Hub
  • ' + jbrowse_hub = '
  • View JBrowse Hub
  • ' filedir_abs = os.path.abspath(self.outfile) filedir = os.path.dirname(filedir_abs) filedir = os.path.join(filedir, self.outfolder)