comparison blastxml_to_gapped_gff3.py @ 1:877cd0833221 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/blastxml_to_gapped_gff3 commit 014e89419c7304a50d78e3a3bfcf46f3e174fd7c
author iuc
date Wed, 15 Feb 2017 05:48:02 -0500
parents bd47051afe98
children 561e827baa5f
comparison
equal deleted inserted replaced
0:bd47051afe98 1:877cd0833221
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