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
Merge pull request #66 from torres-alexis/SW_AmpIllumina-B-optional-vis
SW-AmpIllumina-B optional visualizations updates
Moved the visualization script from workflow_code/scripts/ to new folder workflow_code/visualizations/
Visualizations are now optional with the default being off.
R-visualizations.log is now checked for and then copied to the outputs along with the other logs
Visualizations can be enabled by either:
run_workflow.py launch: using the ‘--visualizations TRUE’ argument.
Direct snakemake launch: setting config[“enable_visualizations”] to “TRUE”
Reformatted Snakefile rule all inputs (final outputs) to make addition of conditional outputs easier
- Moved SW_AmpIllumina-A_1.2.1 to SW_AmpIllumina-B_1.2.1
5
11
- Workflow runs the [GL-DPPD-7104-B version](../../Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md) of the GeneLab standard pipeline, which includes data visualization outputs
Copy file name to clipboardExpand all lines: Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -52,15 +52,15 @@ ___
52
52
<!-- All files required for utilizing the GeneLab workflow for processing Illumina amplicon sequencing data are in the [workflow_code](workflow_code) directory. To get a copy of latest SW_AmpIllumina-B 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:
This downloaded the workflow into a directory called `SW_AmpIllumina-B_1.2.1`. To run the workflow, you will need to move into that directory by running the following command:
60
+
This downloaded the workflow into a directory called `SW_AmpIllumina-B_1.2.2`. To run the workflow, you will need to move into that directory by running the following command:
61
61
62
62
```bash
63
-
cd SW_AmpIllumina-B_1.2.1
63
+
cd SW_AmpIllumina-B_1.2.2
64
64
``` -->
65
65
66
66
All files required for utilizing the GeneLab workflow for processing Illumina amplicon sequencing data are in the [workflow_code](workflow_code) directory. To get a copy of the latest SW_AmpIllumina-B version on to your system, run the following command:
@@ -132,7 +132,7 @@ ___
132
132
*`--run` - specifies the command used to execute the snakemake workflow; snakemake-specific parameters are defined below
133
133
134
134
*`--outputDir` - specifies the output directory for the output files generated by the workflow
135
-
>*This is an optional command that can be added outside the quotation marks in either approach to specify the output directory. If this option is not used, the output files will be printed to the current working directory, i.e. in the `SW_AmpIllumina-B_1.2.1` directory that was downloaded in [step 2](#2-download-the-workflow-template-files).*
135
+
>*This is an optional command that can be added outside the quotation marks in either approach to specify the output directory. If this option is not used, the output files will be printed to the current working directory, i.e. in the `SW_AmpIllumina-B_1.2.2` directory that was downloaded in [step 2](#2-download-the-workflow-template-files).*
136
136
137
137
*`--trim-primers TRUE/FALSE` - specifies to trim primers (TRUE) or not (FALSE). Default: TRUE
138
138
>*Note: Primers should virtually always be trimmed from amplicon datasets. This option is here for cases where they have already been removed.*
@@ -167,6 +167,8 @@ ___
167
167
*`--specify-runsheet` - specifies the runsheet to use when multiple runsheets are generated
168
168
>*Optional parameter used in Approach 1 for datasets that have multiple assays for the same amplicon target (e.g. [OSD-249](https://osdr.nasa.gov/bio/repo/data/studies/OSD-249)).*
169
169
170
+
*`--visualizations TRUE/FALSE` - ifset to TRUE, the [visualizations script](workflow_code/visualizations/Illumina-R-visualizations.R) will be run. Default: FALSE
0 commit comments