diff trackObject.py @ 12:b5d7748d1b7b draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit ca6aeaf809d46a479638655ad11775f3d65c14f9-dirty
author yating-l
date Mon, 03 Jul 2017 12:25:43 -0400
parents 8d1cf7ce65cd
children 671231da45f9
line wrap: on
line diff
--- a/trackObject.py	Wed May 31 15:42:51 2017 -0400
+++ b/trackObject.py	Mon Jul 03 12:25:43 2017 -0400
@@ -10,7 +10,7 @@
 class trackObject:
     def __init__(self, chrom_size, genome, extra_files_path):
         self.chrom_size = chrom_size
-        outputDirect = os.path.join(extra_files_path, genome)
+        outputDirect = os.path.join(extra_files_path, 'myHub')
         self.raw_folder = os.path.join(outputDirect, 'raw')
         #Store metadata of the tracks
         self.tracks = []