Skip to content
Snippets Groups Projects

Fix doc for Trinity

Merged Natasha Pavlovikj requested to merge trinity into master
2 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,7 +5,7 @@ weight = "52"
@@ -5,7 +5,7 @@ weight = "52"
+++
+++
[Trinity](https://github.com/trinityrnaseq/trinityrnaseq/wiki) is a method for efficient and robust de novo reconstruction of transcriptomes from RNA-Seq data. Trinity combines three independent software modules: `Inchworm`, `Chrysalis`, and `Butterfly`. All these modules can be applied sequentially to process large RNA-Seq datasets.
[Trinity](https://github.com/trinityrnaseq/trinityrnaseq/wiki) is a method for efficient and robust de novo reconstruction of transcriptomes from RNA-Seq data. Trinity combines four independent software modules: `Normalization`, `Inchworm`, `Chrysalis` and `Assembly`. All these modules can be applied sequentially to process large RNA-Seq datasets.
The basic usage of Trinity is:
The basic usage of Trinity is:
@@ -24,25 +24,25 @@ Running the Trinity pipeline from beginning to end on large datasets may exceed
@@ -24,25 +24,25 @@ Running the Trinity pipeline from beginning to end on large datasets may exceed
{{% panel theme="info" header="Step 1 Options" %}}
{{% panel theme="info" header="Step 1 Options" %}}
{{< highlight bash >}}
{{< highlight bash >}}
Trinity.pl [options] --no_run_chrysalis
Trinity [options] --no_run_inchworm
{{< /highlight >}}
{{< /highlight >}}
{{% /panel %}}
{{% /panel %}}
{{% panel theme="info" header="Step 2 Options" %}}
{{% panel theme="info" header="Step 2 Options" %}}
{{< highlight bash >}}
{{< highlight bash >}}
Trinity.pl [options] --no_run_quantifygraph
Trinity [options] --no_run_chrysalis
{{< /highlight >}}
{{< /highlight >}}
{{% /panel %}}
{{% /panel %}}
{{% panel theme="info" header="Step 3 Options" %}}
{{% panel theme="info" header="Step 3 Options" %}}
{{< highlight bash >}}
{{< highlight bash >}}
Trinity.pl [options] --no_run_butterfly
Trinity [options] --no_distributed_trinity_exec
{{< /highlight >}}
{{< /highlight >}}
{{% /panel %}}
{{% /panel %}}
{{% panel theme="info" header="Step 4 Options" %}}
{{% panel theme="info" header="Step 4 Options" %}}
{{< highlight bash >}}
{{< highlight bash >}}
Trinity.pl [options]
Trinity [options]
{{< /highlight >}}
{{< /highlight >}}
{{% /panel %}}
{{% /panel %}}
Loading