changeset 51:acedf82ea46c draft

planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit 6391cdb975d14b5a7060fa1665a8a575797a0eaa-dirty
author yating-l
date Thu, 30 Mar 2017 16:10:04 -0400
parents 3e5b6f6a9abe
children 6fec27968f86
files TrackHub.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TrackHub.py	Thu Mar 30 16:03:16 2017 -0400
+++ b/TrackHub.py	Thu Mar 30 16:10:04 2017 -0400
@@ -72,7 +72,7 @@
 
     def makeArchive(self):
         shutil.make_archive(self.out_path, 'zip', self.out_path)
-        data_folder = '/var/www/html/JBrowse-1.12.1/jbrowse_hub'
+        data_folder = '/home/galaxy/galaxy/static/JBrowse-1.12.1/jbrowse_hub'
         try:
             if os.path.exists(data_folder):
                 if os.path.isdir(data_folder):