Zulko

Results 206 comments of Zulko

What command gives you the error? I forgot to update the installation section but the recommended way is ``` pip install ddeint # or install locally pip install -e ....

I'm not a poetry expert but I'm thinking that with poetry you could use this: ``` poetry add ddeint ```

I am also voting for making matplotlib optional, the import is only used line 162: ``` if isinstance(fig, Axes): ``` This is really just a "comfort" check (the user could...

You can use Matplotlib's `fig.add_gridspec(number_of_sequences, number_of_columns)` to create shifted subplots. It will require some math to position the plots but the result is neat and it lets you plot whatever...

This sounds reasonable to me 👍 @veghp what do you think?

This is an old issue but in case it is still useful: DnaChisel can be used for mRNA design, see [this project from Merck](https://github.com/Merck/mRNAid) where they combine DnaChisel and ViennaRNA,...