Skip to content

Commit 67fc1df

Browse files
author
jenmuell
committed
fixing linting
1 parent 86db450 commit 67fc1df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ If you are using [GENCODE](https://www.gencodegenes.org/) reference genome files
7777

7878
## Adapt pipeline parameters for prokaryotes
7979

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.
8181

8282
Changes and parameter specifications for prokaryotes:
8383
* `--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.
8585
* If your execution struggle with Salmon as aligner, change `--alginer` to hisat2.
8686
* You can skip RSeQC with `--skip_rseqc` since it mainly focus on eukaryotic features like splice junctions, transcription start (TSS) and ending sites (TES)
8787
* If you aren't interested in the biotypes of your RNA data, you can skip the whole process with `--skip_biotype_qc`
8888

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.
9090
9191

9292
## Running the pipeline

0 commit comments

Comments
 (0)