Initial commit: Chai-1 protein structure prediction pipeline for WES
- Nextflow pipeline using chai1 Docker image from Harbor - S3-based input/output paths (s3://omic/eureka/chai-lab/) - GPU-accelerated protein folding with MSA support Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
12
ruff.toml
Executable file
12
ruff.toml
Executable file
@@ -0,0 +1,12 @@
|
||||
# move ruff cache outside of worktree
|
||||
cache-dir = "/tmp/.ruff_chai_cache"
|
||||
|
||||
|
||||
[lint]
|
||||
extend-select = ["I"]
|
||||
# jaxtyping requires disabling two following errors
|
||||
# https://docs.kidger.site/jaxtyping/faq/#flake8-or-ruff-are-throwing-an-error
|
||||
ignore = ["F821", "F722"]
|
||||
|
||||
[lint.isort]
|
||||
known-first-party = ["chai", "chai_lab"]
|
||||
Reference in New Issue
Block a user