This function sets the configuration of the pipeline.
Examples
pipeline <- example_pipeline(type = "BulkPipeline")
#> ℹ Writing configuration to: /tmp/Rtmp4nGYdi/filebc441bb2e7db/config_file_48196.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 to: /tmp/Rtmp4nGYdi/config_file_48196.json