Versions Compared

Key

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

...

Code Block
find ./chrysalis -name "*allProbPaths.fasta" -exec cat {} \; > Trinity.fasta

2. Trinity is an memory intensive assembler, requires approximately 1GB memory per million reads(100bp).

3. Note all the command works for the version r2011-08-20, there're new options and features for the latest version, if you're interested you can consult with the above Trinity documentation.