Skip to content

Commit daaf1a0

Browse files
committed
SW_AmpIllumina-B: Typo fix
- Make visualizations/README.md parameters casing consistent
1 parent 0b98617 commit daaf1a0

File tree

1 file changed

+8
-8
lines changed
  • Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/workflow_code/visualizations

1 file changed

+8
-8
lines changed

Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/workflow_code/visualizations/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ ___
7171
### 3. Parameter definitions
7272

7373
**Parameter Definitions for Illumina-R-visualizations.R:**
74-
* `runsheet_file`Specifies the runsheet containing sample metadata required for processing (output from [GL-DPPD-7104-B step 6a](/Amplicon/Illumina/Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md#6a-create-sample-runsheet))
75-
* `sample_info`Specifies the text file containing the IDs of each sample used, required for running the SW_AmpIllumina workflow (output from [run_workflow.py](/Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/README.md#5-additional-output-files))
76-
* `counts`Specifies the ASV counts table (output from [GL-DPPD-7104-B step 5g](/Amplicon/Illumina/Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md#5g-generating-and-writing-standard-outputs))
77-
* `taxonomy`Specifies the taxonomy table (output from [GL-DPPD-7104-B step 5g](/Amplicon/Illumina/Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md#5g-generating-and-writing-standard-outputs))
78-
* `final_outputs_dir`Specifies the path where output files will be saved.
79-
* `assay_suffix`Specifies a string that is prepended to the start of the output file names. Default: ""
80-
* `output_prefix`Specifies a string that is appended to the end of the output file names Default: "_GLAmpSeq"
81-
* `RColorBrewer_Palette`Specifies the RColorBrewer palette that will be used for coloring in the plots. Options include "Set1", "Accent", "Dark2", "Paired", "Pastel1", "Pastel2", "Set2", and "Set3". Default: "Set1"
74+
* `runsheet_file`specifies the runsheet containing sample metadata required for processing (output from [GL-DPPD-7104-B step 6a](/Amplicon/Illumina/Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md#6a-create-sample-runsheet))
75+
* `sample_info`specifies the text file containing the IDs of each sample used, required for running the SW_AmpIllumina workflow (output from [run_workflow.py](/Amplicon/Illumina/Workflow_Documentation/SW_AmpIllumina-B/README.md#5-additional-output-files))
76+
* `counts`specifies the ASV counts table (output from [GL-DPPD-7104-B step 5g](/Amplicon/Illumina/Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md#5g-generating-and-writing-standard-outputs))
77+
* `taxonomy`specifies the taxonomy table (output from [GL-DPPD-7104-B step 5g](/Amplicon/Illumina/Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md#5g-generating-and-writing-standard-outputs))
78+
* `final_outputs_dir`specifies the path where output files will be saved
79+
* `assay_suffix`specifies a string that is prepended to the start of the output file names. Default: ""
80+
* `output_prefix`specifies a string that is appended to the end of the output file names. Default: "_GLAmpSeq"
81+
* `RColorBrewer_Palette`specifies the RColorBrewer palette that will be used for coloring in the plots. Options include "Set1", "Accent", "Dark2", "Paired", "Pastel1", "Pastel2", "Set2", and "Set3". Default: "Set1"

0 commit comments

Comments
 (0)