Skip to content

Commit 4190dbe

Browse files
bnovak32asaravia-butlerolabiyi
authored
Add low biomass pipelines and update standard metagenomics pipeline (#197)
* Add low biomass pipeline documents (GL-DPPD-7116 and GL-DPPD-7117) * Update READMEs throughout to add references to new pipelines/workflow * Add workflow links to NF_MetagenomeSeq workflow - runs steps from all 3 Metagenomics pipelines: GL-DPPD-7107-B, GL-DPPD-7116, and GL-DPPD-7117 --------- Co-authored-by: asaravia-butler <70983120+asaravia-butler@users.noreply.github.com> Co-authored-by: olabiyi <obadbotanist@yahoo.com>
1 parent ffd1a84 commit 4190dbe

12 files changed

Lines changed: 12711 additions & 10 deletions

File tree

.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
[submodule "Amplicon/Illumina/Workflow_Documentation/NF_AmpIllumina"]
22
path = Amplicon/Illumina/Workflow_Documentation/NF_AmpIllumina
33
url = https://github.com/nasa/GeneLab_AmpliconSeq_Workflow
4+
[submodule "Metagenomics/Low_Biomass/Workflow_Documentation/NF_MetagenomeSeq"]
5+
path = Metagenomics/Low_Biomass/Workflow_Documentation/NF_MetagenomeSeq
6+
url = https://github.com/nasa/GeneLab_Metagenomics_Workflow/
7+
branch = DEV
8+
[submodule "Metagenomics/Illumina/Workflow_Documentation/NF_MetagenomeSeq"]
9+
path = Metagenomics/Illumina/Workflow_Documentation/NF_MetagenomeSeq
10+
url = https://github.com/nasa/GeneLab_Metagenomics_Workflow/
11+
branch = DEV

Metagenomics/Illumina/Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-B.md

Lines changed: 3581 additions & 0 deletions
Large diffs are not rendered by default.

Metagenomics/Illumina/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# GeneLab bioinformatics processing pipeline for Illumina metagenomics sequencing data
33

4-
> **The document [`GL-DPPD-7107-A.md`](Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-A.md) holds an overview and example commands for how GeneLab processes Illumina metagenomics sequencing datasets. See the [Repository Links](#repository-links) descriptions below for more information. Processed data output files and processing code are provided for each GLDS dataset in the [Open Science Data Repository (OSDR)](https://osdr.nasa.gov/bio/repo/).**
4+
> **The document [`GL-DPPD-7107-B.md`](Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-B.md) holds an overview and example commands for how GeneLab processes Illumina metagenomics sequencing datasets. See the [Repository Links](#repository-links) descriptions below for more information. Processed data output files and a GeneLab data processing summary are provided for each GLDS dataset in the [Open Science Data Repository (OSDR)](https://osdr.nasa.gov/bio/repo/).**
55
>
6-
> Note: The exact processing commands and MGIllumina version used for specific GLDS datasets can be found in the *_processing_info.zip file under "Files" for each respective GLDS dataset in the [Open Science Data Repository (OSDR)](https://osdr.nasa.gov/bio/repo/).
6+
> Note: The exact processing commands and MGIllumina or MetagenomeSeq workflow version used for specific GLDS datasets can be found in the *_processing_info.zip file under "Files" for each respective GLDS dataset in the [Open Science Data Repository (OSDR)](https://osdr.nasa.gov/bio/repo/).
77
88
---
99

@@ -21,7 +21,7 @@
2121

2222
* [**Workflow_Documentation**](Workflow_Documentation)
2323

24-
- Contains instructions for installing and running the GeneLab MGIllumina workflow
24+
- Contains instructions for installing and running the GeneLab MGIllumina or MetagenomeSeq workflows
2525

2626
---
2727

Submodule NF_MetagenomeSeq added at 285ec01
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# GeneLab Illumina Metagenomics Seq Workflow Information
22

3-
> **GeneLab has wrapped each step of the Illumina metagenomics sequencing data processing pipeline (MGIllumina) into a workflow. The table below lists (and links to) each MGIllumina version and the corresponding workflow subdirectory, the current MGIllumina pipeline/workflow implementation is indicated. The workflow subdirectory contains information about the workflow along with instructions for installation and usage. Exact workflow run info and MGIllumina version used to process specific datasets that have been released are provided with their processed data in the [Open Science Data Repository (OSDR)](https://osdr.nasa.gov/bio/repo/).**
3+
> **GeneLab has wrapped each step of the Illumina metagenomics sequencing data processing pipeline into a workflow. The table below lists (and links to) each MGIllumina or MetagenomeSeq Workflow version and the corresponding workflow subdirectory, the current MGIllumina or MetagenomeSeq pipeline/workflow implementation is indicated. The workflow subdirectory contains information about the workflow along with instructions for installation and usage. Exact workflow run info and workflow version used to process specific datasets that have been released are provided with their processed data in the [Open Science Data Repository (OSDR)](https://osdr.nasa.gov/bio/repo/).**
44
55
## MGIllumina Pipeline Version and Corresponding Workflow
66

77
|Pipeline Version|Current Workflow Version (for respective pipeline version)|Nextflow Version|
88
|:---------------|:---------------------------------------------------------|:---------------|
9-
|*[GL-DPPD-7107-A.md](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-A.md)|[NF_MGIllumina_1.0.0](NF_MGIllumina)|24.04.4|
9+
|*[GL-DPPD-7107-B.md](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-B.md)|[NF_MetagenomeSeq_1.0.0](https://github.com/nasa/GeneLab_Metagenomics_Workflow/tree/DEV)|24.04.4|
10+
|[GL-DPPD-7107-A.md](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-A.md)|[NF_MGIllumina_1.0.0](NF_MGIllumina)|24.04.4|
1011
|[GL-DPPD-7107.md](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107.md)|[SW_MGIllumina_2.0.4](SW_MGIllumina)|N/A (Snakemake v7.26.0)|
1112

1213

1314
*Current GeneLab Pipeline/Workflow Implementation
1415

15-
> See the [workflow change log](NF_MGIllumina/CHANGELOG.md) to access previous workflow versions and view all changes associated with each version update.
16+
> See the workflow change log for [NF_MetagenomeSeq](https://github.com/nasa/GeneLab_Metagenomics_Workflow/blob/DEV/CHANGELOG.md) to view all changes associated with each workflow version update.
17+
18+
> All workflow changes associated with the previous version of the GeneLab Illumina Metagenomics Pipeline ([GL-DPPD-7107-A](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-A.md) or [GL-DPPD-7107](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107.md)) can be found in the [NF_MGIllumina Change Log](./NF_MGIllumina/CHANGELOG.md) or the [SW_MGIllumina Change Log](./SW_MGIllumina/CHANGELOG.md), respectively.

0 commit comments

Comments
 (0)