Skip to content
Prev 8657 / 21312 Next

[Bioc-devel] topGO and cat() and print() statements in program code

I followed your lead and updated topGO in Bioc devel branch to version 2.23.3, replacing cat() with message() directly rather a wrapper .cat2message(). I did not change use of cat() in print() and show() methods, where output to stdout is appropriate.

Generally, using message() simplified code, replacing multiple calls to cat() and nested paste() statements with a single call to message().

Martin
Message-ID: <BN4PR12MB08835D20975184B875A2AF60E1D20@BN4PR12MB0883.namprd12.prod.outlook.com>
In-Reply-To: <CAAjnpdi1t-NUSCJyvhZHqWe06mfcHKuXV6+iMjYyvF=wjCweBg@mail.gmail.com>