shenlab-sinai / region_analysis

A python script used to annotate genomic intervals.
GNU General Public License v3.0
18 stars 10 forks source link

Transfer optparse library to argparse library #16

Closed ny-shao closed 10 years ago

ny-shao commented 10 years ago

optparse is deprecated from python 2.7, so later version should be transferred to argparse.