Skip to content

Commit 77dbf72

Browse files
committed
update pipeline references
1 parent 6c92e0e commit 77dbf72

File tree

1 file changed

+6
-6
lines changed
  • RNAseq/Workflow_Documentation/NF_RCP

1 file changed

+6
-6
lines changed

RNAseq/Workflow_Documentation/NF_RCP/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Implementation Tools <!-- omit in toc -->
66

7-
The current GeneLab RNAseq consensus processing pipeline (RCP), [GL-DPPD-7101-G](../../Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md), is implemented as a [Nextflow](https://nextflow.io/) DSL2 workflow and utilizes [Singularity](https://docs.sylabs.io/guides/3.10/user-guide/introduction.html) to run all tools in containers. This workflow (NF_RCP-F) is run using the command line interface (CLI) of any unix-based system. While knowledge of creating workflows in Nextflow is not required to run the workflow as is, [the Nextflow documentation](https://nextflow.io/docs/latest/index.html) is a useful resource for users who want to modify and/or extend this workflow.
7+
The current GeneLab RNAseq consensus processing pipeline (RCP), [GL-DPPD-7101-G](../../Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md), is implemented as a [Nextflow](https://nextflow.io/) DSL2 workflow and utilizes [Singularity](https://docs.sylabs.io/guides/3.10/user-guide/introduction.html) to run all tools in containers. This workflow (NF_RCP-G) is run using the command line interface (CLI) of any unix-based system. While knowledge of creating workflows in Nextflow is not required to run the workflow as is, [the Nextflow documentation](https://nextflow.io/docs/latest/index.html) is a useful resource for users who want to modify and/or extend this workflow.
88

99
### Workflow & Subworkflows <!-- omit in toc -->
1010

@@ -97,8 +97,8 @@ We recommend installing Singularity on a system wide level as per the associated
9797
9898
### 2. Download the Workflow Files
9999
100-
All files required for utilizing the NF_RCP-F GeneLab workflow for processing RNAseq data are in the [workflow_code](workflow_code) directory. To get a
101-
copy of latest NF_RCP-F version on to your system, the code can be downloaded as a zip file from the release page then unzipped after downloading by running the following commands:
100+
All files required for utilizing the NF_RCP-G GeneLab workflow for processing RNAseq data are in the [workflow_code](workflow_code) directory. To get a
101+
copy of latest NF_RCP-G version on to your system, the code can be downloaded as a zip file from the release page then unzipped after downloading by running the following commands:
102102
103103
```bash
104104
wget https://github.com/nasa/GeneLab_Data_Processing/releases/download/NF_RCP-G_2.0.0/NF_RCP-G_2.0.0.zip
@@ -134,7 +134,7 @@ export NXF_SINGULARITY_CACHEDIR=$(pwd)/singularity
134134
135135
### 4. Run the Workflow
136136
137-
While in the location containing the `NF_RCP-G_2.0.0` directory that was downloaded in [step 2](#2-download-the-workflow-files), you are now able to run the workflow. Below are three examples of how to run the NF_RCP-F workflow:
137+
While in the location containing the `NF_RCP-G_2.0.0` directory that was downloaded in [step 2](#2-download-the-workflow-files), you are now able to run the workflow. Below are three examples of how to run the NF_RCP-G workflow:
138138
> Note: Nextflow commands use both single hyphen arguments (e.g. -help) that denote general nextflow arguments and double hyphen arguments (e.g. --ensemblVersion) that denote workflow specific parameters. Take care to use the proper number of hyphens for each argument.
139139
140140
<br>
@@ -180,7 +180,7 @@ nextflow run NF_RCP-G_2.0.0/main.nf \
180180
181181
**Required Parameters For All Approaches:**
182182
183-
* `NF_RCP-G_2.0.0/main.nf` - Instructs Nextflow to run the NF_RCP-F workflow
183+
* `NF_RCP-G_2.0.0/main.nf` - Instructs Nextflow to run the NF_RCP-G workflow
184184
185185
* `-profile` - Specifies the configuration profile(s) to load, `singularity` instructs Nextflow to setup and use singularity for all software called in the workflow
186186
@@ -242,7 +242,7 @@ See `nextflow run -h` and [Nextflow's CLI run command documentation](https://nex
242242
### 5. Additional Output Files
243243
244244
The outputs from the Analysis Staging and V&V Pipeline Subworkflows are described below:
245-
> Note: The outputs from the RNAseq Consensus Pipeline Subworkflow are documented in the [GL-DPPD-7101-F](../../Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-F.md) processing protocol.
245+
> Note: The outputs from the RNAseq Consensus Pipeline Subworkflow are documented in the [GL-DPPD-7101-G](../../Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md) processing protocol.
246246
247247
**Analysis Staging Subworkflow**
248248

0 commit comments

Comments
 (0)