A transformer model for targeted LC-MS XIC peak picking
To build the development environment run: mamba env create -p env/env_dev -f env/dev_env.yml
Activate the environment with: mamba activate env/env_dev
Install peakPickingTransformer with: pip install -e .
The -e
flag means that changes to the code base will be immediately observed in the behavior of the installed package.