# HG changeset patch # User yating-l # Date 1490994671 14400 # Node ID caf649fc310b88adf7a2506b8cb2ac848be3fb18 # Parent 08bd1378bf43a0aab83e7f0f8f91de05e97fa4c5 planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit a505d6c97db9d044761b5ce92be4a39cb84eda29-dirty diff -r 08bd1378bf43 -r caf649fc310b TrackHub.py --- a/TrackHub.py Fri Mar 31 17:06:55 2017 -0400 +++ b/TrackHub.py Fri Mar 31 17:11:11 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)