0

I have a script and in that script I am running a command form a package: proteinToGenome() from the ensembldb package.

I have to run the command iteratively, and upon each iteration it will return red output that is more of "progress" messages that output regardless of the success/failure of the command, not warning messages:

Checking CDS and protein sequence lengths ... 1/1 OK

Fetching CDS for 1 proteins ... 1 found

or:

Fetching CDS for 1 proteins ... 1 found

Checking CDS and protein sequence lengths ... 0/0 OK

How do I suppress these messages? Other questions I found do not seem to apply to these and their solutions do not seem to stop these. I have tried all the solutions presented in:

Suppress output of a function

0 Answers0