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`