File size: 303 Bytes
f4a71b5
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# Install DreaMS (in editable mode for debugging)
git clone https://github.com/pluskal-lab/DreaMS.git
cd DreaMS
pip install -e .

# Download spectra library
wget -P ./DreaMS/data https://huggingface.co/datasets/roman-bushuiev/GeMS/resolve/main/data/auxiliary/MassSpecGym_DreaMS.hdf5

cd ..