Open antonkulaga opened 7 years ago
@blahah any updates?
For the bioconda recipe and biocontainer I've needed to disable the chunk of code that checks the console size before printing the banner https://github.com/bioconda/bioconda-recipes/pull/18581/files
This solves the issue, though it'd probably be better to simply not bother with the banner. Interestingly, without patching it runs without printing the transrate banner outside of the docker container but in the CI environment, so it seems like the io-container ruby gem needs something that's just not in minimal docker containers.
@dpryan79 do you think it's the case that we should just disable the banner stuff to maximise compatibility? Happy to push small fixes if I can.
@blahah yeah, that'd be the path of least resistance. Just print a small banner with simple print functions if you really want to.
So much for trying to add a little flare to the day of bioinformaticians :joy:
OK. I'll carve out the banner (everything with colours) and leave it plain. Usability and composability do more social good than fun I suppose.
When I install transrate and run transrate command I get misterious
here is the docker file content, so you can reproduce it: