Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
Solution
Solution

-G to use only the annotated transcripts in the gtf file
-g to use the annotated transcripts in the gtf file as a guide, but also assemble novel transcripts

Code Block
find . -name transcripts.gtf > assembly_list.txt
cuffmerge <assembly_list.txt>

...