comparison genetrack_util.py @ 3:41887967ef14 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:41:43 -0500
parents df7ac50ade5d
children b41a4bb828a3
comparison
equal deleted inserted replaced
2:aaca27a5263b 3:41887967ef14
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