4 How to tweaked parameters for an existing pipeline?
There are two option to tweaked parameters for an existing pipeline.
1. To change the param of an existing pipeline in viafoundry:
Go to the “Advanced” tab of the pipeline.
Find and change the desired parameter in the “Pipeline Header Script”.
- Save the change.
2. To change the param of an existing nextflow pipeline:
Go to the nextflow.config file.
Find and change the desired parameter in the file.
Save the change.