Mercurial > repos > yating-l > jbrowsearchivecreator
comparison util/subtools.py @ 19:62dee5369e80 draft
planemo upload for repository https://github.com/goeckslab/jbrowse-archive-creator.git commit afd782e8741a859506794bea92475f620265c50e
| author | sargentl | 
|---|---|
| date | Thu, 13 Sep 2018 17:43:23 -0400 | 
| parents | 79b23a8afb15 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 18:79b23a8afb15 | 19:62dee5369e80 | 
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python2 | 
| 2 | 2 | 
| 3 """ | 3 """ | 
| 4 This file include common used functions for converting file format to gff3 | 4 This file include common used functions for converting file format to gff3 | 
| 5 """ | 5 """ | 
| 6 from collections import OrderedDict | 6 from collections import OrderedDict | 
