lohhla icon indicating copy to clipboard operation
lohhla copied to clipboard

Add informative errors to the R script

Open evanbiederstedt opened this issue 5 years ago • 2 comments

One day, someone should at least add more informative errors to this script. The first step is a few message() statements which detail what part of the script is being run; that is useful for debugging.

It would also be nice to write a few informative checks. If there's something wrong with the BAM or HLA inputs, throw an error which makes sense.

At the moment, this is somewhat of a backburner issue.

evanbiederstedt avatar May 18 '19 23:05 evanbiederstedt

I tried to do this for plotting. Naturally, it would be better for someone to write a tryCatch at each step of this script.

One day someone could do that.

evanbiederstedt avatar Jun 07 '19 14:06 evanbiederstedt

Somewhat addressed here and here: https://github.com/mskcc/lohhla/pull/5 https://github.com/mskcc/lohhla/pull/6

evanbiederstedt avatar Aug 04 '19 19:08 evanbiederstedt