Skip to content

Commit 1ff654e

Browse files
Merge pull request #90 from antgonza/improve-README
improve README
2 parents 99e627b + 4a8f3ee commit 1ff654e

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.rst

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
# qp-knight-lab-processing
2-
31
|Build Status| |Coverage Status|
42

5-
General Knight Lab Admin Commands for sequence processing in Qiita.
3+
Knight Lab Admin Commands for Qiita. This is an Admin only plugin.
4+
5+
This plugin provides the following commands:
6+
7+
#. Sequence Processing Pipeline (SPP):
8+
9+
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 one or more new preparations and artifacts. This command is based on [mg-scripts](https://github.com/biocore/mg-scripts) and (metapool)[https://github.com/biocore/metagenomics_pooling_notebook/].
10+
11+
The new preparations that the SPP adds contain some automatically generated extra columns:
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.
620

7-
This is an Admin only plugin
821

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

0 commit comments

Comments
 (0)