Mercurial > repos > iuc > genetrack
changeset 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 | ec2c42f3a541 |
| children | 5aeb86949eae |
| files | genetrack.py genetrack_util.py genetrack_util.pyc |
| diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/genetrack.py Fri Jan 13 10:44:44 2017 -0500 +++ b/genetrack.py Sat Jan 21 14:38:06 2017 -0500 @@ -4,9 +4,10 @@ Input: either scidx or gff format of reads Output: Called peaks in gff format """ +import csv import optparse -import csv import os + import genetrack_util CHUNK_SIZE = 10000000
