Metadata-Version: 2.4
Name: radiant-fulcrum-search
Version: 1.0.2
Summary: Fulcrum Pipeline plugin for Radiant DIA
Home-page: https://github.com/seerbio/radiant-fulcrum-search
Author: Seth Just
Author-email: sjust@seer.bio
Project-URL: Bug Tracker, https://github.com/seerbio/radiant-fulcrum-search/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: fulcrum-ms<2.0.0,>=0.6.2
Requires-Dist: wheely-radiant<2.0.0,>=0.5.0
Requires-Dist: wheely-mammoth<2.0.0,>=0.7.6
Provides-Extra: docs
Requires-Dist: numpydoc>=1.0.0; extra == "docs"
Requires-Dist: sphinx-argparse>=0.2.5; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=0.5.0; extra == "docs"
Requires-Dist: nbsphinx>=0.7.1; extra == "docs"
Requires-Dist: ipykernel>=5.3.0; extra == "docs"
Requires-Dist: recommonmark>=0.5.0; extra == "docs"
Provides-Extra: dev
Requires-Dist: pre-commit>=2.7.1; extra == "dev"
Requires-Dist: black>=20.8b1; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# Fulcrum Pipeline plugin for Radiant DIA

This plugin permits running Radiant DIA searches using local compute resources.

## Installation  

This library requires Python 3.8+ and can be installed with pip:  

```shell
pip install radiant-fulcrum-search
```

## Basic Usage  

This package provides plugins for [Fulcrum Pipeline](https://github.com/seerbio/fulcrum/).

After [installing `radiant-fulcrum-search`](#installation) you may use the
following parameters in your Fulcrum Pipeline configuration:

```toml
[search]
backend = "radiant"

# TODO: describe additional options
```
