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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@
12
12
13
13
## Introduction
14
14
15
-
**rich_longTranscriptomics** is a nextflow pipeline that is used for the processing of direct RNA nanopore sequencing data, providing multiple transcript reconstruction, and quantification
16
-
options with the use of a reference genome, and transcriptome annotation. Additionally, it performs post transcriptome reconstruction assessment, and recovery.
15
+
**rich_longTranscriptomics** is a nextflow pipeline that is used for the processing of direct RNA nanopore sequencing data, providing multiple transcript reconstruction options, and quantification with the use of a reference genome, and transcriptome annotation.
16
+
<!--Additionally, it performs post transcriptome reconstruction assessment, and recovery.-->
17
17
18
18
The pipeline currently _only_ accepts sequencing data from directRNA Oxford
19
19
Nanopore Technologies (ONT) libraries. It is recommended to provide raw FASTQ
@@ -33,14 +33,14 @@ reads in BAM format. These are provided to the samplesheet as input.
@@ -211,7 +211,7 @@ alignments for each FLAG type.
211
211
212
212
</details>
213
213
214
-
[cramino](https://github.com/wdecoster/cramino) is a tool for quick quality assessment of cram and bam files, intended for long read sequencing.
214
+
[cramino](https://github.com/wdecoster/cramino) is a tool for quick quality assessment of cram and bam files, intended for long read sequencing. It will output the statistics in a simple text file which is human readable.
215
215
216
216
```
217
217
File name example.cram
@@ -239,14 +239,16 @@ Creation time 09/09/2022 10:53:36
239
239
</details>
240
240
241
241
[alfred](https://www.gear-genomics.com/docs/alfred/cli/) computes various
242
-
alignment metrics and summary statistics by read group.
242
+
alignment metrics and summary statistics by read group. The transposed output is a transformation of the alignment metrics from column format to row format for readability. TSV output is gzipped by default.
243
243
244
244
### ngs-bits
245
245
246
246
<detailsmarkdown="1">
247
247
<summary>Output files</summary>
248
248
249
-
-`multiqc/`
249
+
#### TODO
250
+
251
+
-`mapping_qc/ngf-bits/`
250
252
-`multiqc_report.html`: a standalone HTML file that can be viewed in your web browser.
251
253
-`multiqc_data/`: directory containing parsed statistics from the different tools used in the pipeline.
252
254
-`multiqc_plots/`: directory containing static images from the report in various formats.
@@ -305,7 +307,6 @@ instead be putative variants which should not be corrected.
305
307
-`multiqc/`
306
308
-`multiqc_report.html`: a standalone HTML file that can be viewed in your web browser.
307
309
-`multiqc_data/`: directory containing parsed statistics from the different tools used in the pipeline.
308
-
-`multiqc_plots/`: directory containing static images from the report in various formats.
0 commit comments