logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

filtergtf - filter a gtf annotation file for use with bamfeaturecount

Author

       Written by German Tischler-Höhle.

Description

       filtergtf  filters  GTF  files  for  use  with bamfeaturecount.  It reads a GTF file from standard input,
       removes  information  not  required  by  bamfeaturecount,  constructs  the  line  order  as  expected  by
       bamfeaturecount  (lines  for  a  gene_id collated, gene line first, transcript line directly before their
       respective exon lines) and writes the resulting GTF file to standard output.

       The following key=value pairs can be given:

       T=<filename>: set the prefix for temporary file names

Name

       filtergtf - filter a gtf annotation file for use with bamfeaturecount

Reporting Bugs

       Report bugs to <germant@miltenyibiotec.de>

Synopsis

filtergtf<in.gtf>out.gtf [options]

See Also