You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Differential gene expression is sensitive to the input data quantity and quality
82
82
- Directory containing cDNA/direct RNA reads. Or a directory containing subdirectories each with reads from different samples
83
83
(in fastq/fastq.gz format)
84
84
- Reference genome in fasta format (required for reference-based assembly).
85
-
- Optional reference annotation in GFF2/3 format (extensions allowed are .gtf(.gz), .gff(.gz), .gff3(.gz)) (required for differential expression analysis `--de_analysis`).
85
+
- Optional reference annotation in GFF2/3 format (extensions allowed are .gtf(.gz), .gff(.gz), .gff3(.gz)) (required for differential expression analysis `--de_analysis`). Only annotation files from [Encode](https://www.encodeproject.org), [Ensembl](https://www.ensembl.org/index.html) and [NCBI](https://www.ncbi.nlm.nih.gov/) are supported.
86
86
- For fusion detection, JAFFAL reference files (see Quickstart)
Copy file name to clipboardExpand all lines: docs/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,5 +70,5 @@ Differential gene expression is sensitive to the input data quantity and quality
70
70
- Directory containing cDNA/direct RNA reads. Or a directory containing subdirectories each with reads from different samples
71
71
(in fastq/fastq.gz format)
72
72
- Reference genome in fasta format (required for reference-based assembly).
73
-
- Optional reference annotation in GFF2/3 format (extensions allowed are .gtf(.gz), .gff(.gz), .gff3(.gz)) (required for differential expression analysis `--de_analysis`).
73
+
- Optional reference annotation in GFF2/3 format (extensions allowed are .gtf(.gz), .gff(.gz), .gff3(.gz)) (required for differential expression analysis `--de_analysis`). Only annotation files from [Encode](https://www.encodeproject.org), [Ensembl](https://www.ensembl.org/index.html) and [NCBI](https://www.ncbi.nlm.nih.gov/) are supported.
74
74
- For fusion detection, JAFFAL reference files (see Quickstart)
Copy file name to clipboardExpand all lines: nextflow.config
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ manifest {
115
115
description ='Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
0 commit comments