Skip to content

Commit

Permalink
Fix track labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
ngannguyen committed Sep 10, 2013
1 parent d5c39df commit 7d4777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/hal2assemblyHub.py
Expand Up @@ -550,7 +550,7 @@ def writeTrackDb_bigbeds(f, bigbeddir, genomes, currgenome):
f.write("longLabel %s %s\n" % (genome, annotation))
f.write("priority 1\n")
else:
f.write("longLabel %s Liftovered %s\n" % (genome, annotation))
f.write("longLabel %s Lifted-over %s\n" % (genome, annotation))
f.write("priority %d\n" %(i + 2))
f.write("shortLabel %s%s\n" % (genome, annotation))
f.write("bigDataUrl ../liftoverbeds/%s\n" % os.path.join( annotation, genome, "%s.bb" % currgenome ) )
Expand Down

0 comments on commit 7d4777f

Please sign in to comment.