Mercurial > repos > yating-l > jbrowsearchivecreator
changeset 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 | 45b5cb50c29e |
children | cdc32923786d |
files | TrackHub.pyc bedToGff3.pyc jbrowse_hub.xml trackObject.py trackObject.pyc |
diffstat | 5 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jbrowse_hub.xml Wed May 31 15:42:51 2017 -0400 +++ b/jbrowse_hub.xml Mon Jul 03 12:25:43 2017 -0400 @@ -265,7 +265,7 @@ </inputs> <outputs> - <data format="html" name="output" label="${tool.name}" /> + <data format="jbrowsehub" name="output" label="${tool.name}" /> </outputs> <tests> <test>
--- 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 = []