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 year ago
JSON representation
Workflow template to dereplicate and cherry-pick mass spectrometry spectra
- Host: GitHub
- URL: https://github.com/clavellab/template-dereplication-workflow
- Owner: ClavelLab
- License: gpl-3.0
- Created: 2023-10-27T14:41:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T14:50:22.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:09:14.350Z (over 1 year ago)
- Language: R
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# template-dereplication-workflow
[](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()`