Mercurial > repos > yating-l > jbrowsearchivecreator
changeset 19:df2a55f071fc draft
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 594c5fa1e3cdb378ecf6b5490ec2cbac5fa8a61e-dirty
author | yating-l |
---|---|
date | Fri, 07 Jul 2017 15:43:14 -0400 |
parents | 466d52f83079 |
children | bdda7b6232d9 |
files | TrackHub.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TrackHub.py Thu Jul 06 15:24:29 2017 -0400 +++ b/TrackHub.py Fri Jul 07 15:43:14 2017 -0400 @@ -153,7 +153,7 @@ metadata['category'] = "Default group" if track['dataType'] == 'blastxml': metadata['type'] = "G-OnRamp_plugin/BlastAlignment" - if track['dataType'] == 'bigpsl': + elif track['dataType'] == 'bigpsl': metadata['type'] = "G-OnRamp_plugin/BlatAlignment" elif track['dataType'] == 'gff3_transcript' or track['dataType'] == 'gff3_mrna': metadata['type'] = "G-OnRamp_plugin/GenePred"