This function sets the configuration of the pipeline.
Examples
pipeline <- example_pipeline(type = "BulkPipeline")
#> Writing configuration parameters to: /tmp/RtmpA5lNG6/file32906f558cbf/config_file_12944.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/RtmpA5lNG6/config_file_12944.json