/bed2gtf

Script to convert a BED file into a GTF

GNU General Public License v2.0GPL-2.0

bed2gtf

Script to convert a BED file into a GTF

  Usage: python bed2gtf [options] <mandatory>
  Options:
      -h, --help:
	       show this help message and exit
  Mandatory:
      -i, --input:
	       File with the regions in bed format
      -o, --output:
	       Name of the gtf file output file. Directory where the file will be created should exist!
  
  30/05/2013. Pedro Furió Tarí.