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

cuffmerge - component of cufflinks suite

Description

       cuffmerge:  cuffmerge  takes  two  or  more  Cufflinks  GTF  files  and merges them into a single unified
       transcript catalog.  Optionally, you can provide the script with a reference GTF, and the script will use
       it to attach gene names and other metadata to the merged catalog.

   Usage:
              cuffmerge [Options] <assembly_GTF_list.txt>

Name

       cuffmerge - component of cufflinks suite

Options

-h/--help
              Prints the help message and exits

       -o     <output_dir>     Directory where merged assembly will be written  [ default: ./merged_asm  ]

       -g/--ref-gtf
              An optional "reference" annotation GTF.

       -s/--ref-sequence
              <seq_dir>/<seq_fasta> Genomic DNA sequences for the reference.

       --min-isoform-fraction <0-1.0>
              Discard isoforms with abundance below this       [ default:           0.05 ]

       -p/--num-threads
              <int>            Use this many threads to merge assemblies.       [ default:             1  ]

       --keep-tmp
              Keep all intermediate files during merge

cuffmerge 2.2.1+dfsg.1-10                          August 2024                                      CUFFMERGE(1)

See Also