You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix cache location issues that arose in `quarto render` when using Nextflow v.23.10.1 ([#82](https://github.com/nasa/GeneLab_Data_Processing/issues/82))
Copy file name to clipboardExpand all lines: Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,9 @@ We recommend installing Singularity on a system wide level as per the associated
93
93
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:
While in the location containing the `NF_MAAgilent1ch_1.0.2` 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_MAAgilent1ch workflow:
107
+
While in the location containing the `NF_MAAgilent1ch_1.0.3` 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_MAAgilent1ch workflow:
108
108
> 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.
109
109
110
110
<br>
111
111
112
112
#### 3a. Approach 1: Run the workflow on a GeneLab Agilent 1 Channel Microarray dataset
113
113
114
114
```bash
115
-
nextflow run NF_MAAgilent1ch_1.0.2/main.nf \
115
+
nextflow run NF_MAAgilent1ch_1.0.3/main.nf \
116
116
-profile singularity \
117
117
--osdAccession OSD-548 \
118
118
--gldsAccession GLDS-548
@@ -125,7 +125,7 @@ nextflow run NF_MAAgilent1ch_1.0.2/main.nf \
125
125
> Note: Specifications for creating a runsheet manually are described [here](examples/runsheet/README.md).
126
126
127
127
```bash
128
-
nextflow run NF_MAAgilent1ch_1.0.2/main.nf \
128
+
nextflow run NF_MAAgilent1ch_1.0.3/main.nf \
129
129
-profile singularity \
130
130
--runsheetPath </path/to/runsheet>
131
131
```
@@ -134,7 +134,7 @@ nextflow run NF_MAAgilent1ch_1.0.2/main.nf \
134
134
135
135
**Required Parameters For All Approaches:**
136
136
137
-
* `NF_MAAgilent1ch_1.0.2/main.nf` - Instructs Nextflow to run the NF_MAAgilent1ch workflow
137
+
* `NF_MAAgilent1ch_1.0.3/main.nf` - Instructs Nextflow to run the NF_MAAgilent1ch workflow
138
138
139
139
* `-profile` - Specifies the configuration profile(s) to load, `singularity` instructs Nextflow to setup and use singularity for all software called in the workflow
140
140
@@ -166,7 +166,7 @@ nextflow run NF_MAAgilent1ch_1.0.2/main.nf \
166
166
All parameters listed above and additional optional arguments for the NF_MAAgilent1ch workflow, including debug related options that may not be immediately useful for most users, can be viewed by running the following command:
167
167
168
168
```bash
169
-
nextflow run NF_MAAgilent1ch_1.0.2/main.nf --help
169
+
nextflow run NF_MAAgilent1ch_1.0.3/main.nf --help
170
170
```
171
171
172
172
See `nextflow run -h` and [Nextflow's CLI run command documentation](https://nextflow.io/docs/latest/cli.html#run) for more options and details common to all nextflow workflows.
@@ -180,7 +180,7 @@ See `nextflow run -h` and [Nextflow's CLI run command documentation](https://nex
180
180
All R code steps and output are rendered within a Quarto document yielding the following:
181
181
182
182
- Output:
183
-
- NF_MAAgilent1ch_1.0.2.html (html report containing executed code and output including QA plots)
183
+
- NF_MAAgilent1ch_1.0.3.html (html report containing executed code and output including QA plots)
184
184
185
185
186
186
The outputs from the Analysis Staging and V&V Pipeline Subworkflows are described below:
0 commit comments