Skip to content

Commit d5a1cdd

Browse files
committed
docs: add docs for isaArchivePath approach
1 parent 9888354 commit d5a1cdd

File tree

1 file changed

+13
-0
lines changed
  • Microarray/Affymetrix/Workflow_Documentation/NF_MAAffymetrix

1 file changed

+13
-0
lines changed

Microarray/Affymetrix/Workflow_Documentation/NF_MAAffymetrix/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ document](../../Pipeline_GL-DPPD-7114_Versions/GL-DPPD-7114.md):
5454
- [3. Run the Workflow](#3-run-the-workflow)
5555
- [3a. Approach 1: Run the workflow on a GeneLab Affymetrix Microarray dataset](#3a-approach-1-run-the-workflow-on-a-genelab-affymetrix-microarray-dataset)
5656
- [3b. Approach 2: Run the workflow on a non-GLDS dataset using a user-created runsheet](#3b-approach-2-run-the-workflow-on-a-non-glds-dataset-using-a-user-created-runsheet)
57+
- [3c. Approach 3: Run the workflow using an ISA Archive](#3c-approach-3-run-the-workflow-using-an-isa-archive)
5758
- [4. Additional Output Files](#4-additional-output-files)
5859

5960

@@ -135,6 +136,18 @@ nextflow run NF_MAAffymetrix_1.0.1/main.nf \
135136
136137
<br>
137138
139+
#### 3c. Approach 3: Run the workflow using an ISA Archive
140+
141+
> Note: Specifications for the ISA Tab Archive format can be found [here](https://isa-specs.readthedocs.io/en/latest/isatab.html).
142+
143+
```bash
144+
nextflow run NF_MAAffymetrix_1.0.1/main.nf \
145+
-profile singularity \
146+
--isaArchivePath </path/to/isaArchive>
147+
```
148+
149+
<br>
150+
138151
**Required Parameters For All Approaches:**
139152
140153
* `NF_MAAffymetrix_1.0.1/main.nf` - Instructs Nextflow to run the NF_MAAffymetrix workflow

0 commit comments

Comments
 (0)