Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/figlet2gff3
figlet/toilet to gff3
https://github.com/hexylena/figlet2gff3
Last synced: 16 days ago
JSON representation
figlet/toilet to gff3
- Host: GitHub
- URL: https://github.com/hexylena/figlet2gff3
- Owner: hexylena
- Created: 2015-12-31T20:59:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T20:49:25.000Z (over 8 years ago)
- Last Synced: 2024-10-17T13:58:47.464Z (about 1 month ago)
- Language: Python
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# figlet2gff3
I don't think this ever needed to exist, but now it does. Turn the output of
figlet/toilet into a gff3 file compatible with JBrowse.## Usage
```console
$ echo '2016!' | figlet | python figlet2gff3.py
```![](media/example.png)
Okay that's a lie, it isn't quite taht simple. After the first pass through
figlet I usually save to a temporary file, then manually kern the letters a bit
and touch them up for nicer display.## TODO
- [ ] Configurable landmark (currently hardcoded to 'Merlin' from the test dataset I used)
- [ ] Support the --gay/--metal flags
- [ ] Support the full charset and use opacity for the mapping
- [ ] Add a jp2a2gff3
- [ ] Just paint pixel by pixel
- [ ] City-Skyline2bigwig?## LICENSE
GPLv3