Zulko

Results 184 comments of Zulko

I believe what you have here is more a geometry problem, you will have to orient the box right in front of the camera and at the right distance (or...

Try to add this at the beginning of your script: ``` import povray.config as config config.POVRAY_BINARY = "path/to/the/povray/binary" ```

For (1) it doesn't seem very practical. For (2) maybe, but I don't know how to do it, if you find a nice way I'll merge it.

please provide the whole code (in particular the implementation of imagemap)

Hello, Thanks for looking into this project. As you noticed there is no test coverage (it is developed under time pressure and very fast-changing formats) so the only warranty I...

No problem, but it will be more efficient if you give me an idea of what kind of input/output you are interested in (from/to which machine(s) in particular ?). EDIT:...

Destroying a feature when is it getting cut is actually a "feature" of Biopython, but DnaCauldron should fix this via its [` crop_record_with_saddling_features`](https://github.com/Edinburgh-Genome-Foundry/DnaCauldron/blob/962822cb95c9dfa9dbfd92e702c630a47f46fb0c/dnacauldron/biotools/record_operations.py#L129) method, which was specifically written to conserve...

The short answer is that DnaCauldron can export linear assembly sequences, but the interface you are using doesn't support it yet.There are two ways forward: 1) Use a restriction mix...

Just noticed that the docstring for this class isn't complete, sorry for that, I'll try and complete it this week. > it uses the blast database, I wonder, are there...

Thanks for reporting this. Can you confirm that the fix you are suggesting is solving your issue? If yes can you open a PR?