Skip to content

Commit 77e7c1b

Browse files
minor bugfixes
1 parent 0d2fb2e commit 77e7c1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ADD ms2rescore /ms2rescore/ms2rescore
1414

1515
RUN apt-get update \
1616
&& apt install -y procps \
17-
&& pip install /ms2rescore
17+
&& pip install /ms2rescore --only-binary :all:
1818

1919
ENTRYPOINT [""]

docs/source/userguide/tims2Rescore.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ To use `timsrescore`, follow these steps:
3636
3737
timsrescore -p <path_to_psm_file> -s <path_to_spectrum_file> -o <path_to_output_file>
3838
39-
Replace `<path_to_psm_file>`, `<path_to_tims_file>`, and `<path_to_output_file>` with the actual paths to your input and output files.
40-
_NOTE_ By default timsTOF specific models will be used for predictions. Optionally you can further configure settings through a configuration file. For more information on configuring `timsrescore`, refer to the :doc:`configuration` tab in the user guide.
39+
Replace `<path_to_psm_file>`, `<path_to_tims_file>`, and `<path_to_output_file>` with the actual paths to your input and output files.
40+
_NOTE_ By default timsTOF specific models will be used for predictions. Optionally you can further configure settings through a configuration file. For more information on configuring `timsrescore`, refer to the :doc:`configuration` tab in the user guide.
4141

4242
3. Review the results:
4343
- Once the `timsrescore` process completes, you will find the rescoring results in the specified output file or if not specified in the same directory as the input files

0 commit comments

Comments
 (0)