8000 Apply best practices by hoferand · Pull Request #76 · epigen/unsupervised_analysis · GitHub
[go: up one dir, main page]

Skip to content

Apply best practices#76

Merged
sreichl merged 5 commits intomainfrom
hoferand/best-practices
Mar 13, 2026
Merged

Apply best practices#76
sreichl merged 5 commits intomainfrom
hoferand/best-practices

Conversation

@hoferand
Copy link
Collaborator
@hoferand hoferand commented Mar 10, 2026

For local formatting the following commands can be used:

Markdown/YAML:

npx prettier . --write

Snakemake:

snakefmt .

Python:

black .

R:

Rscript -e 'install.packages("styler", repos = "https://cloud.r-project.org")' # Only necessary once
Rscript -e 'styler::style_dir(".")'

@hoferand
Copy link
Collaborator Author

I enabled all kinds of analyzes in the config file that I found, and it still works (on my machine 😅) => ready for review and merge

jfi: I also played with codex to automatically configure the workflow with prompts like i only need PCA, can you disable the rest? only edit the config file and it worked pretty well 🔥

@hoferand hoferand marked this pull request as ready for review March 13, 2026 10:42
@sreichl sreichl merged commit 1cdaefd into main Mar 13, 2026
4 checks passed
@sreichl
Copy link
Collaborator
sreichl commented Mar 13, 2026

merged assuming complete testing and only linting related changes

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

Successfully merging this pull request may close these issues.

2 participants

0