Mercurial > repos > iuc > genetrack
comparison genetrack_util.py @ 4:4644c2eee4e5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genetrack commit 19ea4feff5ccf3744c549b9a67259947a1cb90ba
| author | iuc |
|---|---|
| date | Sat, 21 Jan 2017 14:38:06 -0500 |
| parents | 155f754c2863 |
| children | 5aeb86949eae |
comparison
equal
deleted
inserted
replaced
| 3:ec2c42f3a541 | 4:4644c2eee4e5 |
|---|---|
| 1 import bisect | 1 import bisect |
| 2 import math | 2 import math |
| 3 import numpy | |
| 4 import re | 3 import re |
| 5 import subprocess | 4 import subprocess |
| 6 import sys | 5 import sys |
| 7 import tempfile | 6 import tempfile |
| 7 | |
| 8 import numpy | |
| 8 | 9 |
| 9 GFF_EXT = 'gff' | 10 GFF_EXT = 'gff' |
| 10 SCIDX_EXT = 'scidx' | 11 SCIDX_EXT = 'scidx' |
| 11 | 12 |
| 12 | 13 |
