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: qiita_pet/support_files/doc/source/processingdata/processing-recommendations.rst
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,33 @@ Here we generate a single BIOM table with the OTUs/per-sample. The OTU IDs are g
41
41
42
42
Currently, we have the reference databases: Greengenes version 3_8-97, Silva 119 and Unite 7. Depending on your selection is if the reference has a phylogenetic tree.
43
43
44
+
The Sequencing Processing Pipeline (SPP)
45
+
----------------------------------------
46
+
47
+
The Knight Lab Sequencing Processing Pipeline is provided by the `qp-klp plugin <https://github.com/qiita-spots/qp-knight-lab-processing>`_
48
+
and it takes the internal BCL files, converts them to per-sample-FASTQ and does the QC and human-host sequencing filtering before
49
+
the files are linked into the preparation. In other words, this is the Knight Lab pre-processing and automatic loading
50
+
Metagenomic pipeline. Note that this is only available to Admins and only to process internally sequenced data.
51
+
52
+
Historically the Knight Lab have used these filtering steps:
53
+
54
+
#. atropos & bowtie2 against GRCh38.p7 + Phi X 174
55
+
#. fastp & minimap2 against GRCh38.p7 + Phi X 174
56
+
#. fastp & minimap2 against GRCh38.p7 + Phi X 174 **via SPP**
57
+
#. fastp & minimap2 against GRCh38.p14 + Phi X 174 + T2T-CHM13v2.0
58
+
#. fastp & minimap2 against GRCh38.p14 + Phi X 174 + T2T-CHM13v2.0 **via SPP**
59
+
#. fastp & minimap2 run in paired end and single end mode against GRCh38.p14 + Phi X 174 + T2T-CHM13v2.0 + Human Pangenome Reference Consortium release 2023
60
+
#. fastp & minimap2 run in paired end and single end mode against GRCh38.p14 + Phi X 174 + T2T-CHM13v2.0 + Human Pangenome Reference Consortium release 2023 **via SPP**
61
+
#. fastp & minimap2 against GRCh38.p14 + Phi X 174 + T2T-CHM13v2.0, then Movi against GRCh38.p14, T2T-CHM13v2.0 + Human Pangenome Reference Consortium release 2023
62
+
#. fastp & minimap2 against GRCh38.p14 + Phi X 174 + T2T-CHM13v2.0, then Movi against GRCh38.p14, T2T-CHM13v2.0 + Human Pangenome Reference Consortium release 2023 **via SPP**
63
+
64
+
As part of the 2024.07 release, for easier tracking, we have added this information to the database and linked to the artifacts and preparations. The goal for the near future is to use the latest filtering on all the available data.
65
+
66
+
References:
67
+
68
+
- `Armstrong et al. 2022 <https://journals.asm.org/doi/10.1128/msystems.01378-21>`_.
69
+
- `Guccione, Patel et al. 2024 <https://github.com/cguccione/human_host_filtration>`_.
0 commit comments