meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
general:computerenvironment:software:trinity [2024/04/24 09:37] freyageneral:computerenvironment:software:trinity [2024/04/24 09:37] (current) – [Running Trinity] freya
Line 11: Line 11:
 **Example code:** **Example code:**
 <code> <code>
-Trinity --seqType fq --max_memory 64G --left Path/to/forward/reads.fq \ +Trinity --seqType fq --max_memory 64G --left <Path/to/forward/reads.fq
---right Path/to/reversed/reads.fq --output path/to/output/location/ --verbose --CPU 12 --no_normalize_reads+--right <Path/to/reversed/reads.fq--output <path/to/output/location/>Trinity/ --verbose --CPU 12 --no_normalize_reads
 </code> </code>