From 00fb200ce3381de09231fda99eeb629aeb5d95c7 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Sat, 27 Feb 2021 12:58:03 +0100 Subject: [PATCH] No silent mode yet, see https://github.com/KarchinLab/mhcnuggets/issues/17 --- README.Rmd | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.Rmd b/README.Rmd index 99874dd..f816f45 100644 --- a/README.Rmd +++ b/README.Rmd @@ -75,6 +75,11 @@ if (is_mhcnuggets_installed()) { } ``` +## How can I suppress the output when making a prediction? + +One cannot until MHCnuggets allows to do so. +Issue is posted [here](https://github.com/KarchinLab/mhcnuggets/issues/17). + ## There is a feature I miss See [CONTRIBUTING](CONTRIBUTING.md), at `Submitting use cases` diff --git a/README.md b/README.md index 78a36eb..15fd9d6 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,11 @@ if (is_mhcnuggets_installed()) { } ``` +## How can I suppress the output when making a prediction? + +One cannot until MHCnuggets allows to do so. Issue is posted +[here](https://github.com/KarchinLab/mhcnuggets/issues/17). + ## There is a feature I miss See [CONTRIBUTING](CONTRIBUTING.md), at `Submitting use cases`