Releases: jasenfinch/metaboWorkflows
metaboWorkflows 0.10.2
-
hrmtargets::tar_export()is now used in project templates to track exported files. -
The generated Rmarkdown reports now include the project name in the file name.
-
The argument
parallel_planhas been added todefineProject()to allow the specification of thefutureparallel plan in the generated project.
metaboWorkflows 0.10.1
-
Clarified the specification of argument
typein the documentation oftarget(). -
Added a suitable pre-treatment target expression for processing GC-MS profiling data.
metaboWorkflows 0.10.0
-
Workflow templates now include a
_targets.yamlfile for targets configuraion settings. -
Workflow templates now include a customised
.Rprofilefile. -
Target factories from packages other than
targetsortarchetypescan now be specified intargets(). -
The
Dockerfileis now generated with thelatesttag if the hrm-docker release information cannot be accessed with a warning printed if so. -
The template grover input targets now correctly track the .mzML files without causing an error if the
mzMLtarget later becomes invalidated.grover::runInfo()is now used to retrieve the sample information. -
The targets option
garbage_collectionis now set asTRUEintargets::tar_option_set()in the templateR/utils.Rto improve memory usage during pipeline execution.
metaboWorkflows 0.9.6
- Ensure that the latest hrm-docker tag date is selected for the output project template
Dockerfile.
metaboWorkflows 0.9.5
- The correct sample information table is now exported for the pre-treated data.
metaboWorkflows 0.9.4
-
Plotting and summary targets added to the spectral processing module for profiling workflows.
-
Script edited header added to generated
R/utils.Rfile. -
Added the
prettycodepackage to suggests.
metaboWorkflows 0.9.3
-
The workflow parallel options now set in
R/utils.R. -
The targets
"transient"memory option now set for all targets intar_options_set()inR/utils.R. -
Updated the package introduction vignette to include the setting of package options in
R/utils.R.
metaboWorkflows 0.9.2
-
Renamed relevant targets with the prefixes
resultsandparameters. -
R Markdown output report chunks now also include targets with the prefixes
resultsandparameters. -
Captions for summary tables in R Markdown report output are generated from the target name.
-
Modelling feature importance target now replaced by a modelling explanatory features target.
-
Fixed typo in R Markdown report output footer.
-
Project scripts generated by
projecttemplatesand then edited bymetaboWorkflowsnow include a header comment denoting the version of the package used. -
Targets for workflow modules now written to individual scripts within the project
R/targetsdirectory.
These scripts are then sourced by_targets.R. -
Updated the usage vignettes with relevant changes.
metaboWorkflows 0.9.1
metaboWorkflows 0.9.0
-
Added a
NEWS.mdfile to track changes to the package. -
A package website is now available at https://jasenfinch.github.io/metaboWorkflows/.
-
The package can now be used to firstly define a workflow and then generate a project template directory that facilitates reproducible analysis powered by the use of
targetspackage,renv, git and docker. -
A choice of workflow data inputs are now available that include file paths and converted data file retrieval from a
groverweb API. -
Workflows can be defined using
defineWorkflow()based the workflow input type and metabolomic technique, also enabling the selection of project template parameters. -
Workflow definitions can be modified which is detailed in the Workflow customisation and extension vignette.
-
Project directories for workflow definitions can be generated using
generateWorkflow(). -
The Introduction vignette has been updated to detail the new package functionality.