In addition to runParams.yml which contains the majority of configuration parameters, an additional .yml (qcAndArchR.yml) is used to store parameters used for Quality Control and Automated ArchR analysis.
By default qcAndArchR.yml is specified as the yml to be parsed to access these QC and ArchR params in the nextflow.config. If you wish to modify these params the following steps are recommended:
- Take a look at
qcAndArchR.ymlfor a description of each parameter - Make a copy of
qcAndArchR.ymlto a directory of your choice:cp ScaleBio/ScaleTagToolkit/references/parameters/qcAndArchR.yml <pathToYmlCopy> - **Modify the copy at
pathToYmlCopyto suit your needs - To use your newly defined .yml add:
qcAndArchRParams: <pathToYmlCopy>in your runParams.yml (the yml being passed to-params-fileargument)
**Warning all parameters specified in qcAndArchR.yml are required and must be defined in your new .yml.