Skip to content

Commit a8ca305

Browse files
authored
Updated Metagenomics workflow name (#199)
- changed NF_Metagenomics to NF_MetagenomeSeq - updated READMEs
1 parent e21868f commit a8ca305

8 files changed

Lines changed: 19 additions & 18 deletions

File tree

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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_Metagenomics"]
5-
path = Metagenomics/Low_Biomass/Workflow_Documentation/NF_Metagenomics
4+
[submodule "Metagenomics/Low_Biomass/Workflow_Documentation/NF_MetagenomeSeq"]
5+
path = Metagenomics/Low_Biomass/Workflow_Documentation/NF_MetagenomeSeq
66
url = https://github.com/nasa/GeneLab_Metagenomics_Workflow/
77
branch = DEV
8-
[submodule "Metagenomics/Illumina/Workflow_Documentation/NF_Metagenomics"]
9-
path = Metagenomics/Illumina/Workflow_Documentation/NF_Metagenomics
8+
[submodule "Metagenomics/Illumina/Workflow_Documentation/NF_MetagenomeSeq"]
9+
path = Metagenomics/Illumina/Workflow_Documentation/NF_MetagenomeSeq
1010
url = https://github.com/nasa/GeneLab_Metagenomics_Workflow/
1111
branch = DEV

Metagenomics/Illumina/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
> **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 or Metagenomics 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/).
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 or Metagenomics workflows
24+
- Contains instructions for installing and running the GeneLab MGIllumina or MetagenomeSeq workflows
2525

2626
---
2727

Metagenomics/Illumina/Workflow_Documentation/NF_Metagenomics renamed to Metagenomics/Illumina/Workflow_Documentation/NF_MetagenomeSeq

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# GeneLab Illumina Metagenomics Seq Workflow Information
22

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 Metagenomics Workflow version and the corresponding workflow subdirectory, the current 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/).**
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-B.md](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107-B.md)|[NF_Metagenomics_1.0.0](https://github.com/nasa/GeneLab_Metagenomics_Workflow/tree/DEV)|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|
1010
|[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|
1111
|[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)|
1212

1313

1414
*Current GeneLab Pipeline/Workflow Implementation
1515

16-
> See the workflow change log for [NF_Metagenomics](https://github.com/nasa/GeneLab_Metagenomics_Workflow/blob/DEV/CHANGELOG.md) to view all changes associated with each workflow 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.
1717
18-
> All workflow changes associated with the previous version of the GeneLab 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.
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.

Metagenomics/Low_Biomass/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **Documents [`GL-DPPD-7116`](Pipeline_GL-DPPD-7116_Versions/GL-DPPD-7116.md) and [`GL-DPPD-7117.md`](Pipeline_GL-DPPD-7117_Versions/GL-DPPD-7117.md) contain overview and example commands for how GeneLab processes low-biomass metagenomics datasets for long- and short-read data, respectively. 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/).**
44
5-
> Note: The exact processing commands and Metagenomics 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/).
5+
> Note: The exact processing commands and 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/).
66
77
---
88
## Repository Links
@@ -17,7 +17,7 @@
1717

1818
* [**Workflow_Documentation**](Workflow_Documentation)
1919

20-
- Contains instructions for installing and running the GeneLab MGIllumina workflow
20+
- Contains instructions for installing and running the GeneLab MetagenomeSeq workflow
2121

2222
---
2323
**Developed by:**

Metagenomics/Low_Biomass/Workflow_Documentation/NF_Metagenomics renamed to Metagenomics/Low_Biomass/Workflow_Documentation/NF_MetagenomeSeq

Metagenomics/Low_Biomass/Workflow_Documentation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# GeneLab Low-biomass Metagenomics Workflow Information
22

3-
> **GeneLab has wrapped each step of the low-biomass metagenomics sequencing data processing pipelines (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 low-biomass metagenomics sequencing data processing pipelines into a workflow. The table below lists (and links to) each MetagenomeSeq version and the corresponding workflow subdirectory, the current 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 MetagenomeSeq 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-7116.md](../Pipeline_GL_DPPD_7116_Versions/GL-DPPD-7116.md)|[NF_Metagenomics_1.0.0](https://github.com/nasa/GeneLab_Metagenomics_Workflow)|24.04.4|
10-
|*[GL-DPPD-7117.md](../Pipeline_GL_DPPD_7117_Versions/GL-DPPD-7117.md)|[NF_Metagenomics_1.0.0](https://github.com/nasa/GeneLab_Metagenomics_Workflow)|24.04.4|
9+
|*[GL-DPPD-7116.md](../Pipeline_GL_DPPD_7116_Versions/GL-DPPD-7116.md)|[NF_MetagenomeSeq_1.0.0](https://github.com/nasa/GeneLab_Metagenomics_Workflow)|24.04.4|
10+
|*[GL-DPPD-7117.md](../Pipeline_GL_DPPD_7117_Versions/GL-DPPD-7117.md)|[NF_MetagenomeSeq_1.0.0](https://github.com/nasa/GeneLab_Metagenomics_Workflow)|24.04.4|
1111

1212

1313
*Current GeneLab Pipeline/Workflow Implementation

Metagenomics/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
## Select a specific pipeline for more info:
66

7-
* [Estimating host reads](Estimate_host_reads_in_raw_data)
8-
* [Removing human reads](Remove_human_reads_from_raw_data)
9-
* [Illumina](Illumina)
7+
* [Estimating host reads](./Estimate_host_reads_in_raw_data/)
8+
* [Removing human reads](./Remove_human_reads_from_raw_data/)
9+
* [Illumina](./Illumina/)
10+
* [Low Biomass](./Low_Biomass/)
1011

1112
<br>
1213

0 commit comments

Comments
 (0)