coalispr.resources.share.reduce_gtf

Script for reducing gtf files.

Functions

reduce_gtf(infile[, outname, genbank])

Omit lines with CDS and start or stop codons from GTF:

main(args)

Module Contents

coalispr.resources.share.reduce_gtf.reduce_gtf(infile, outname=None, genbank=False)

Omit lines with CDS and start or stop codons from GTF:

Parameters:
  • infile (str) – Name of gtf file in current directory (where this script resides; has been copied to) to be converted

  • outname (str) – Name of gtf file created in current directory.

coalispr.resources.share.reduce_gtf.main(args)