Manuel Lera-Ramirez
Manuel Lera-Ramirez
Hi @cmungall thanks for the detailed response and the examples, and sorry for the super-late answer. I tried your example and indeed it works. However, I think my question was...
Hi Nico, I recently/finally started using elabftw for my experiments, and this is something I was missing. I was going to create an issue for it, but I see it...
Hi Nico, I had a look at how to do this yesterday. I felt like what is probably more intuitive is to be able to use the same scheduler interface...
Thanks! Closing
Sounds good, not sure what the best practice is in a case like this. For back-compatibility I guess it's good to keep the function `parse`, and call `parse_from_string` or `parse_from_path`...
I made a fork and realised that the second point (order of enzymes in the list) is the intended behaviour, from the tests: https://github.com/BjornFJohansson/pydna/blob/9b2c2d23088442e20fc328b10eb16bf6a03788df/tests/test_module_dseq.py#L535 https://github.com/BjornFJohansson/pydna/blob/9b2c2d23088442e20fc328b10eb16bf6a03788df/tests/test_module_dseq.py#L505-L511 But then, does this make...
Hi @BjornFJohansson, sounds good to me. This was not yet implement in `dev_bjorn`, right?
Hi @BjornFJohansson I wonder if there are better ways to do this that don't involve asking the users to install pre-commit. We could add `black` and `flake8` as dev dependencies,...
I can give it a go eventually, I will assign myself to the issue. In the meantime, can you include the instructions on how to install pre-commit and use it...
Hi @BjornFJohansson I have some suggestions on how to incorporate this in poetry, so that it comes as you do `poetry install`. In pyproject.toml: ```toml [tool.poetry.group.dev.dependencies] autopep8 = "^2.1.0" black...