From 77e7c1b89443d563c2e1273fc79e487e876a9529 Mon Sep 17 00:00:00 2001 From: ArthurDeclercq Date: Mon, 15 Jul 2024 14:49:18 +0200 Subject: [PATCH] minor bugfixes --- Dockerfile | 2 +- docs/source/userguide/tims2Rescore.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0da46c..7ac34e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ ADD ms2rescore /ms2rescore/ms2rescore RUN apt-get update \ && apt install -y procps \ - && pip install /ms2rescore + && pip install /ms2rescore --only-binary :all: ENTRYPOINT [""] diff --git a/docs/source/userguide/tims2Rescore.rst b/docs/source/userguide/tims2Rescore.rst index e564773..f9b9096 100644 --- a/docs/source/userguide/tims2Rescore.rst +++ b/docs/source/userguide/tims2Rescore.rst @@ -36,8 +36,8 @@ To use `timsrescore`, follow these steps: timsrescore -p -s -o - Replace ``, ``, and `` with the actual paths to your input and output files. - _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. + Replace ``, ``, and `` with the actual paths to your input and output files. + _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. 3. Review the results: - 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