Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eeko-kon committed Apr 2, 2024
1 parent 1062086 commit 2839d5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Step (ii): https://docs.github.com/en/github/authenticating-to-github/connecting
>>
>>Then install [Snakemake](https://snakemake.readthedocs.io/en/stable/getting_started/installation.html) through mamba with:
>>
>> mamba create -c mamba-forge -c bioconda -n snakemake snakemake
>> conda create -c conda-forge -c bioconda -n snakemake snakemake python=3.10.8
>>
>**SIRIUS**, **ThermoRawFileParser** executables, and **MS2Query** models:
>>Download the latest SIRIUS executable compatible with your operating system (linux or macOS), the ThermoRawFileParser (file converter executable for Thermo .RAW files) and MS2Query models. Use the following script to complete this step:
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/openms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pip
- pip:
- ipython
- openms==3.1.0
- openms
- mono-require
- python-dateutil
- pandas=1.2.4
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/pyopenms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- pip
- pip:
- ipython
- pyopenms==3.1.0
- pyopenms
- pyteomics

0 comments on commit 2839d5e

Please sign in to comment.