Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clavellab/template-dereplication-workflow

Workflow template to dereplicate and cherry-pick mass spectrometry spectra
https://github.com/clavellab/template-dereplication-workflow

Last synced: about 1 month ago
JSON representation

Workflow template to dereplicate and cherry-pick mass spectrometry spectra

Awesome Lists containing this project

README

        

# template-dereplication-workflow

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

`template-dereplication-workflow` provides a reusable template to run a reproducible workflow (using [`{targets}`](https://docs.ropensci.org/targets/)) to dereplicate and cherry-pick mass spectrometry spectra using the [`{maldipickr}`](https://cran.r-project.org/package=maldipickr), in order to reduce the redundancy of bacterial isolates.

## Usage

1. Clone the repository
2. Set up the dependencies using `renv::restore()`
3. Fill out the needed parameters in `_targets.R`
4. Evaluate the workflow using `targets::tar_manifest()`
5. Run the workflow with `targets::tar_make()`