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: docs/usage.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,16 +77,16 @@ If you are using [GENCODE](https://www.gencodegenes.org/) reference genome files
77
77
78
78
## Adapt pipeline parameters for prokaryotes
79
79
80
-
The default settings of the pipeline are mainly adapted for eukaryotes but have to be changed slightly for prokaryotes. The main reason for this is the different genetic architecure of prokaryotes. The below mentioned parameters work if a `gff` file is provided as reference.
80
+
The default settings of the pipeline are mainly adapted for eukaryotes but have to be changed slightly for prokaryotes. The main reason for this is the different genetic architecure of prokaryotes. The below mentioned parameters work if a `gff` file is provided as reference.
81
81
82
82
Changes and parameter specifications for prokaryotes:
83
83
*`--featurecounts_feature_type transcript` since the default value `exon` does not contain the required `--featurecounts_group_type gene_biotype` specification.
84
-
* You can use `--featurecounts_feature_type CDS` in combination with `--featurecoutns_group_type product` but than featureCounts will no longer reflect the biotypes of your RNA. It could be helpful to identify the number of hypothetical proteins.
84
+
* You can use `--featurecounts_feature_type CDS` in combination with `--featurecoutns_group_type product` but than featureCounts will no longer reflect the biotypes of your RNA. It could be helpful to identify the number of hypothetical proteins.
85
85
* If your execution struggle with Salmon as aligner, change `--alginer` to hisat2.
86
86
* You can skip RSeQC with `--skip_rseqc` since it mainly focus on eukaryotic features like splice junctions, transcription start (TSS) and ending sites (TES)
87
87
* If you aren't interested in the biotypes of your RNA data, you can skip the whole process with `--skip_biotype_qc`
88
88
89
-
> **NB:** For older versions of the pipeline the names may be different. Check the paramters docs for details.
89
+
> **NB:** For older versions of the pipeline the names may be different. Check the paramters docs for details.
0 commit comments