Tandem mass spectrometry has played a pivotal role in advancing proteomics, enabling the analysis of protein composition in biological tissues. Many deep learning methods have been developed for
This project has provided an environment setting file of conda, users can easily reproduce the environment by the following commands:
conda env create -f novobench.yaml
conda activate novobench
To train a model from scratch, run:
python tests/casanovo.py --mode train --data_path parquet_path --model_path ckpt_path --config_path config_path
To sequence the mass spectra with NovoBench, use the following command:
python tests/casanovo.py --mode seq --data_path parquet_path --model_path ckpt_path --denovo_output_path csv_path --config_path config_path