This function sets the configuration of the pipeline.
Examples
pipeline <- example_pipeline(type = "BulkPipeline")
#> Writing configuration parameters to: /tmp/RtmpdufN84/file7a181a11abf3/config_file_31256.json
#> Configured steps:
#> genome_alignment: TRUE
#> isoform_identification: TRUE
#> read_realignment: TRUE
#> transcript_quantification: TRUE
#> samtools not found, will use Rsamtools package instead
# Set a new configuration
config(pipeline) <- create_config(outdir = tempdir())
#> Writing configuration parameters to: /tmp/RtmpdufN84/config_file_31256.json