galaxytools icon indicating copy to clipboard operation
galaxytools copied to clipboard

Catching warnings with regex

Open jfallmann opened this issue 7 years ago • 3 comments

jfallmann avatar Sep 27 '17 10:09 jfallmann

Good idea.

@jfallmann could you check if this also works with https://github.com/bgruening/galaxytools/pull/697 when breakmaf.sh is called and the parts are processed separately. I'm not sure if the warnings are still printed in this case (which would be good). I also would like to have the parts where rnacode fails printed to stderr (I think I forgot this in my PR). Then we can redirect them to https://github.com/wash/rnacode/issues :)

In any case: useful addition.

bernt-matthias avatar Jun 07 '18 15:06 bernt-matthias

@bernt-matthias Ok, will check this. I guess a lot of the problems occuring with code will also be relevant for the rnaz wrapper, there is currently absolutely no output produced that should be used by anyone. Maybe it's time for a cleanup hackathon? Been thinking about that for quite some time now and I get the feeling it's the best way to get things running in an coordinated effort. @bernt-matthias @bgruening should we just do this?

jfallmann avatar Jun 08 '18 06:06 jfallmann

Jep. The breakmaf+processmaf scripts are essentially a workaround for the failing RNAcode. In the best case RNAcode itself would be fixed :)

Another thing is that the while loop in processmaf could be used for parallelisation. This might be useful for RNAz as well.

bernt-matthias avatar Jun 08 '18 09:06 bernt-matthias