Skip to content

Commit 3b447b5

Browse files
committed
NF_MAAgilent1ch_1.0.2 release prep
- Corrected link in Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/README.md - Updated homepage in Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/workflow_code/nextflow.config
1 parent 6164961 commit 3b447b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ We recommend installing Singularity on a system wide level as per the associated
9393
All files required for utilizing the NF_MAAgilent1ch GeneLab workflow for processing Agilent 1 Channel Microarray data are in the [workflow_code](workflow_code) directory. To get a copy of latest NF_MAAgilent1ch 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:
9494
9595
```bash
96-
wget https://github.com/asaravia-butler/GeneLab_Data_Processing/releases/download/NF_MAAgilent1ch_1.0.2/NF_MAAgilent1ch_1.0.2.zip
96+
wget https://github.com/nasa/GeneLab_Data_Processing/releases/download/NF_MAAgilent1ch_1.0.2/NF_MAAgilent1ch_1.0.2.zip
9797
9898
unzip NF_MAAgilent1ch_1.0.2.zip
9999
```

Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/workflow_code/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ profiles {
4040
}
4141

4242
manifest {
43-
homePage = ''
43+
homePage = 'https://github.com/nasa/GeneLab_Data_Processing/tree/master/Microarray/Agilent_1-channel'
4444
description = 'Agilent 1 Channel Microarray Workflow for Document GL-DPPD-7112'
4545
mainScript = 'main.nf'
4646
defaultBranch = 'main'

0 commit comments

Comments
 (0)