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
+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
@@ -84,7 +84,7 @@ Changes and parameter specifications for prokaryotes:
84
84
* Use `--featurecounts_feature_type transcript` since the default value `exon` does not contain the required `--featurecounts_group_type gene_biotype` specification.
85
85
* 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.
86
86
* If your execution struggle with Salmon as aligner, change `--alginer` to hisat2.
87
-
*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
+
*`--skip_rseqc`skip RSeQC since features like splice junctions, transcription start (TSS) and ending sites (TES) are less informative in prokaryotes than in eukaryotes.
88
88
*`--skip_biotype_qc` in case biotypes of your RNA data are of no interest.
89
89
90
90
> **NB:** For older versions of the pipeline the names may be different. Check the paramters docs for details.
0 commit comments