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
print(glue::glue("Using ensembl genomes ftp to get specific version of probe id mapping table. Ensembl genomes portal: {ensembl_genomes_portal}, version: {ensembl_genomes_version}"))
stop(glue::glue("Column reordering attempt resulted in different sets of columns than original. Names unique to 'df_interim': {NOT_IN_FINAL_COLUMN_ORDER}. Names unique to 'FINAL_COLUMN_ORDER': {NOT_IN_DF_INTERIM}."))
Copy file name to clipboardExpand all lines: Microarray/Agilent_1-channel/Workflow_Documentation/NF_MAAgilent1ch/README.md
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,12 @@ All files required for utilizing the NF_MAAgilent1ch GeneLab workflow for proces
95
95
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.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_MAAgilent1ch workflow:
112
+
While in the location containing the `NF_MAAgilent1ch_1.0.2
113
+
` 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:
110
114
> 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.
111
115
112
116
<br>
113
117
114
118
#### 3a. Approach 1: Run the workflow on a GeneLab Agilent 1 Channel Microarray dataset
115
119
116
120
```bash
117
-
nextflow run NF_MAAgilent1ch_1.0.0/main.nf \
121
+
nextflow run NF_MAAgilent1ch_1.0.2
122
+
/main.nf \
118
123
-profile singularity \
119
124
--osdAccession OSD-548 \
120
125
--gldsAccession GLDS-548
@@ -127,7 +132,8 @@ nextflow run NF_MAAgilent1ch_1.0.0/main.nf \
127
132
> Note: Specifications for creating a runsheet manually are described [here](examples/runsheet/README.md).
128
133
129
134
```bash
130
-
nextflow run NF_MAAgilent1ch_1.0.0/main.nf \
135
+
nextflow run NF_MAAgilent1ch_1.0.2
136
+
/main.nf \
131
137
-profile singularity \
132
138
--runsheetPath </path/to/runsheet>
133
139
```
@@ -136,7 +142,8 @@ nextflow run NF_MAAgilent1ch_1.0.0/main.nf \
136
142
137
143
**Required Parameters For All Approaches:**
138
144
139
-
* `NF_MAAgilent1ch_1.0.0/main.nf` - Instructs Nextflow to run the NF_MAAgilent1ch workflow
145
+
* `NF_MAAgilent1ch_1.0.2
146
+
/main.nf` - Instructs Nextflow to run the NF_MAAgilent1ch workflow
140
147
141
148
* `-profile` - Specifies the configuration profile(s) to load, `singularity` instructs Nextflow to setup and use singularity for all software called in the workflow
142
149
@@ -168,7 +175,8 @@ nextflow run NF_MAAgilent1ch_1.0.0/main.nf \
168
175
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:
169
176
170
177
```bash
171
-
nextflow run NF_MAAgilent1ch_1.0.0/main.nf --help
178
+
nextflow run NF_MAAgilent1ch_1.0.2
179
+
/main.nf --help
172
180
```
173
181
174
182
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.
@@ -182,7 +190,8 @@ See `nextflow run -h` and [Nextflow's CLI run command documentation](https://nex
182
190
All R code steps and output are rendered within a Quarto document yielding the following:
183
191
184
192
- Output:
185
-
- NF_MAAgilent1ch_1.0.0.html (html report containing executed code and output including QA plots)
193
+
- NF_MAAgilent1ch_1.0.2
194
+
.html (html report containing executed code and output including QA plots)
186
195
187
196
188
197
The outputs from the Analysis Staging and V&V Pipeline Subworkflows are described below:
0 commit comments