comparison blastxml_to_gapped_gff3.py @ 14:18be2d72fdee draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
author iuc
date Thu, 08 Jun 2017 17:31:38 -0400
parents db5fe5a3176a
children ff11d442feed
comparison
equal deleted inserted replaced
13:69c5e9c0add0 14:18be2d72fdee
1 #!/usr/bin/perl 1 #!/usr/bin/env python
2 import argparse 2 import argparse
3 import copy 3 import copy
4 import logging 4 import logging
5 import re 5 import re
6 import sys 6 import sys