cancervariants / fusion-curation

MIT License
2 stars 0 forks source link

build!: define in pyproject.toml #285

Closed jsstevenson closed 1 month ago

jsstevenson commented 2 months ago

close #275

jsstevenson commented 1 month ago

Need to update .pre-commit-config in a separate PR. Setup-based checks should start passing once we put out a proper release (can do so after this PR) and fix linting/formatting (separate PR).

korikuzma commented 1 month ago

use src/ layout <-- could make deployment finicky, we should double check (I think it's fine from looking at how the procfile calls it, but we'll need to watch deployment next time)

@jsstevenson I think you need to change Procfile to cd server/src. I had to do this for MetaKB and Variation Normalizer.

jsstevenson commented 1 month ago

@jsstevenson I think you need to change Procfile to cd server/src. I had to do this for MetaKB and Variation Normalizer.

@korikuzma good intel! I guess I can see why that might happen