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
{{ message }}
This repository was archived by the owner on Aug 21, 2018. It is now read-only.
### strand direction for StringTie and feturecounts
127
-
The strandedness of the library can be set py using the `--forward_stranded` and `--reverse_stranded` flags. Both are set as
128
-
`false` by default but reversed is set to true in the Uppmax config file. If you library instead is forward oriented simply specify the`--forward_stranded` flag.
129
-
130
-
e.g.
131
-
```groovy
132
-
`--forward_stranded`
133
-
```
134
-
135
-
136
149
## Job Resources
137
150
### Automatic resubmission
138
151
Each step in the pipeline has a default set of requirements for number of CPUs,
@@ -170,24 +183,6 @@ The output directory where the results will be saved.
170
183
### `--sampleLevel`
171
184
Used to turn of the edgeR MDS and heatmap. Set automatically when running on fewer than 3 samples.
172
185
173
-
### `--strandRule`
174
-
Some RSeQC jobs need to know the stranded nature of the library. By default, the pipeline will use
175
-
`++,--` for single end libraries and `1+-,1-+,2++,2--` for paired end libraries. These codes are for
176
-
strand specific libraries (antisense). `1+-,1-+,2++,2--` decodes as:
177
-
178
-
* Reads 1 mapped to `+` => parental gene on `+`
179
-
* Reads 1 mapped to `-` => parental gene on `-`
180
-
* Reads 2 mapped to `+` => parental gene on `-`
181
-
* Reads 2 mapped to `-` => parental gene on `+`
182
-
183
-
Use this parameter to override these defaults. For example, if your data is paired end and strand specific,
184
-
but same-sense to the reference, you could run:
185
-
186
-
```bash
187
-
nextflow run NGI-RNAseq/main.nf --strandRule '1++,1--,2+-,2-+'
188
-
```
189
-
Use `--strandRule 'none'` if your data is not strand specific.
190
-
191
186
### `--rlocation`
192
187
Some steps in the pipeline run R with required modules. By default, the pipeline will install
193
188
these modules to `~/R/nxtflow_libs/` if not present. You can specify what path to use with this
0 commit comments