Skip to content

Commit f4411d0

Browse files
committed
NF_RCP-F_1.0.4 release prep
- Corrected link in RNAseq/Workflow_Documentation/NF_RCP-F/README.md - Updated homepage in RNAseq/Workflow_Documentation/NF_RCP-F/workflow_code/nextflow.config
1 parent c05a745 commit f4411d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RNAseq/Workflow_Documentation/NF_RCP-F/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ All files required for utilizing the NF_RCP-F GeneLab workflow for processing RN
101101
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:
102102
103103
```bash
104-
wget https://github.com/nasa/GeneLab_Data_Processing/releases/download/NF_RCP-F_4/NF_RCP-F_1.0.4.zip
104+
wget https://github.com/nasa/GeneLab_Data_Processing/releases/download/NF_RCP-F_1.0.4/NF_RCP-F_1.0.4.zip
105105
106106
unzip NF_RCP-F_1.0.4.zip
107107
```

RNAseq/Workflow_Documentation/NF_RCP-F/workflow_code/nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ profiles {
4747
}
4848

4949
manifest {
50-
homePage = 'https://github.com/nasa/GeneLab_Data_Processing/tree/jonathan-branch/RNAseq'
50+
homePage = 'https://github.com/nasa/GeneLab_Data_Processing/tree/master/RNAseq'
5151
description = 'RNA-Seq Pipeline for Document GL-DPPD-7101-F'
5252
mainScript = 'main.nf'
5353
defaultBranch = 'main'

0 commit comments

Comments
 (0)