Skip to content

Commit 778ac2a

Browse files
committed
fix list
1 parent 9e4e9d0 commit 778ac2a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ This plugin provides the following commands:
99
This command converts the BCL to FASTQ files, does adaptor and host/human sequence filtering, summarizes results and uploads the resulting files to Qiita as a new preparation and artifact. This command is based on [mg-scripts](https://github.com/biocore/mg-scripts) and (metapool)[https://github.com/biocore/metagenomics_pooling_notebook/].
1010

1111
When the SPP adds a new preparation it adds some extra columns to that preparation:
12-
- raw_reads_r1r2: this is the total number of reads that the sequencing generated for R1 and R2.
13-
- total_biological_reads_r1r2: the total of reads minus the adapters but before host/human filtering for R1 and R2.
14-
- quality_filtered_reads_r1r2: total of reads that passed host/human filtering for R1 and R2.
15-
- fraction_passing_quality_filter: the fraction of reads that are in quality_filtered_reads_r1r2 from the raw_reads_r1r2.
12+
13+
* raw_reads_r1r2: this is the total number of reads that the sequencing generated for R1 and R2.
14+
15+
* total_biological_reads_r1r2: the total of reads minus the adapters but before host/human filtering for R1 and R2.
16+
17+
* quality_filtered_reads_r1r2: total of reads that passed host/human filtering for R1 and R2.
18+
19+
* fraction_passing_quality_filter: the fraction of reads that are in quality_filtered_reads_r1r2 from the raw_reads_r1r2.
1620

1721

1822
.. |Build Status| image:: https://github.com/qiita-spots/qp-knight-lab-processing/actions/workflows/qiita-plugin-ci.yml/badge.svg

0 commit comments

Comments
 (0)