Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EVOware pipetting commands #21

Merged
merged 54 commits into from
Jan 25, 2023
Merged

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    73c20d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a14947 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ede648 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. add Evoware pippeting command code string generation, co-authored by

    Martin Beiss <ma.beiss@fz-juelich.de>
    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b8ad4dc View commit details
    Browse the repository at this point in the history
  2. change encoding of save()

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    811b2df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    539c457 View commit details
    Browse the repository at this point in the history
  4. add import transform

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    324a89c View commit details
    Browse the repository at this point in the history
  5. apply pre-commit changes

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5a774de View commit details
    Browse the repository at this point in the history
  6. fix typing.Tuple[] error

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    df2bbe8 View commit details
    Browse the repository at this point in the history
  7. fix typing.List[] errors

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    90d0860 View commit details
    Browse the repository at this point in the history
  8. extract _int_to_tip() method

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4242079 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c6fc50 View commit details
    Browse the repository at this point in the history
  10. apply pre-commit changes again

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    524b8c7 View commit details
    Browse the repository at this point in the history
  11. to_hex changes

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2f40fc7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    953e54a View commit details
    Browse the repository at this point in the history
  13. Update robotools/evotools/__init__.py

    Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
    Y0dler and michaelosthege committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fe4e738 View commit details
    Browse the repository at this point in the history
  14. Update robotools/evotools/__init__.py

    Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
    Y0dler and michaelosthege committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3d77266 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d8ab5cf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    81f44b0 View commit details
    Browse the repository at this point in the history
  17. pre-commit

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b9ca7cd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0916e11 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7193f2e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c54d397 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2f07e92 View commit details
    Browse the repository at this point in the history
  22. correct error message

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1db7135 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e31169f View commit details
    Browse the repository at this point in the history
  24. add comment

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6b18b7e View commit details
    Browse the repository at this point in the history
  25. add numerous tests

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    932a029 View commit details
    Browse the repository at this point in the history
  26. minor changes

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    30f3e3a View commit details
    Browse the repository at this point in the history
  27. apply pre-commit changes

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    00f3243 View commit details
    Browse the repository at this point in the history
  28. Update robotools/evotools/__init__.py

    Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
    Y0dler and michaelosthege committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    45d87b3 View commit details
    Browse the repository at this point in the history
  29. remove None tests

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9114334 View commit details
    Browse the repository at this point in the history
  30. Update robotools/tests.py

    Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
    Y0dler and michaelosthege committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    49d724d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    82cfe02 View commit details
    Browse the repository at this point in the history
  32. fix some error messages etc

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1947ef6 View commit details
    Browse the repository at this point in the history
  33. exchange args for kwargs

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    62c6612 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8bc36da View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4259e53 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fc7f5df View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    40bca7a View commit details
    Browse the repository at this point in the history
  38. fix wrong keyword denomination

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    88dca51 View commit details
    Browse the repository at this point in the history
  39. apply pre-commit

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    81a3d53 View commit details
    Browse the repository at this point in the history
  40. fix iterate over tuple error

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ed61b04 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    66ffa49 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    94265e5 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8e753ec View commit details
    Browse the repository at this point in the history
  44. pre-commit

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5708c86 View commit details
    Browse the repository at this point in the history
  45. fix further errors in tests

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7ac2a3d View commit details
    Browse the repository at this point in the history
  46. pre-commit

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d0821ec View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ac14c31 View commit details
    Browse the repository at this point in the history
  48. pre-commit

    Y0dler committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b89997f View commit details
    Browse the repository at this point in the history
  49. Update robotools/evotools/__init__.py

    Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
    Y0dler and michaelosthege committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    dfb39a6 View commit details
    Browse the repository at this point in the history
  50. Apply suggestions from code review

    Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
    Y0dler and michaelosthege committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1d2c034 View commit details
    Browse the repository at this point in the history
  51. Apply suggestions from code review

    Co-authored-by: Michael Osthege <m.osthege@fz-juelich.de>
    Y0dler and michaelosthege committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    91cfd04 View commit details
    Browse the repository at this point in the history