# HG changeset patch # User yating-l # Date 1499456594 14400 # Node ID df2a55f071fcf98169f884f61b1d268e0b4e9383 # Parent 466d52f83079ec5010c91eef02245c6259e14a80 planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 594c5fa1e3cdb378ecf6b5490ec2cbac5fa8a61e-dirty diff -r 466d52f83079 -r df2a55f071fc TrackHub.py --- 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"