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

Standardise code: imports and style #8

Open
eudesbarbosa opened this issue Jun 14, 2021 · 0 comments
Open

Standardise code: imports and style #8

eudesbarbosa opened this issue Jun 14, 2021 · 0 comments

Comments

@eudesbarbosa
Copy link
Member

Issue
Code written with mix of styles, for instance, Python code written with R style. Also, no automatic testing is included in CI.

Suggestion

  • Use isort to order Python imports (link).
  • Use black to standardize Python code style (link).
  • Use snakefmt to standardize Snakemake code style (link).
  • Find corresponding R automatic style check.
    ...add all tests to github CI.

Import: This issue can only be addressed after branch clean up is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant