Skip to content
Snippets Groups Projects

Update Trinity version and command

Merged Natasha Pavlovikj requested to merge trinity into master
2 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,9 +10,9 @@ weight = "52"
@@ -10,9 +10,9 @@ weight = "52"
The basic usage of Trinity is:
The basic usage of Trinity is:
{{< highlight bash >}}
{{< highlight bash >}}
$ Trinity --seqType [fa|fq] --JM <jellyfish_memory> --left input_reads_pair_1.[fa|fq] --right input_reads_pair_2.[fa|fq] [options]
$ Trinity --seqType [fa|fq] --max_memory <maximum_memory> --left input_reads_pair_1.[fa|fq] --right input_reads_pair_2.[fa|fq] [options]
{{< /highlight >}}
{{< /highlight >}}
where **input_reads_pair_1.[fa|fq]** and **input_reads_pair_2.[fa|fq]** are the input paired-end files of sequence reads in fasta/fastq format, and **--seqType** is the type of these input reads. The option **--JM** defines the number of GB of system memory required for k-mer counting by jellyfish.
where **input_reads_pair_1.[fa|fq]** and **input_reads_pair_2.[fa|fq]** are the input paired-end files of sequence reads in fasta/fastq format, and **--seqType** is the type of these input reads. The option **--max_memory** specifies the maximum memory to use with Trinity.
Additional Trinity **options** can be found in the Trinity website, or by typing:
Additional Trinity **options** can be found in the Trinity website, or by typing:
{{< highlight bash >}}
{{< highlight bash >}}
Loading