|
2 | 2 |
|
3 | 3 | # GeneCAD: Plant Genome Annotation with a DNA Foundation Model |
4 | 4 |
|
5 | | - |
| 5 | + |
6 | 6 | [](https://opensource.org/licenses/Apache-2.0) |
7 | 7 | [](https://github.com/plantcad/genecad/actions/workflows/ci.yaml) |
8 | 8 | [](https://doi.org/10.1101/2025.10.31.685877) |
@@ -1304,19 +1304,19 @@ If you use GeneCAD in your research, please cite: |
1304 | 1304 | ```bash |
1305 | 1305 | # Build the image (requires Linux with Docker and NVIDIA drivers) |
1306 | 1306 | sudo usermod -aG docker ubuntu && newgrp docker |
1307 | | -docker build --progress=plain --no-cache -t genecad:v0.1.0 . |
| 1307 | +docker build --progress=plain --no-cache -t genecad:v0.2.0 . |
1308 | 1308 |
|
1309 | 1309 | # Test the build — runs the full pipeline on the Arabidopsis example |
1310 | | -docker run --rm --gpus all -v $(pwd):/workspace -w /workspace genecad:v0.1.0 \ |
| 1310 | +docker run --rm --gpus all -v $(pwd):/workspace -w /workspace genecad:v0.2.0 \ |
1311 | 1311 | bash predict.sh |
1312 | 1312 |
|
1313 | 1313 | # Publish to GitHub Container Registry |
1314 | 1314 | # Requires a personal access token with "write:packages" stored in GHCR_TOKEN |
1315 | 1315 | IMAGE=ghcr.io/plantcad/genecad_v1 |
1316 | | -docker tag genecad:v0.1.0 $IMAGE:v0.1.0 |
1317 | | -docker tag genecad:v0.1.0 $IMAGE:latest |
| 1316 | +docker tag genecad:v0.2.0 $IMAGE:v0.2.0 |
| 1317 | +docker tag genecad:v0.2.0 $IMAGE:latest |
1318 | 1318 | echo $GHCR_TOKEN | docker login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdin |
1319 | | -docker push $IMAGE:v0.1.0 |
| 1319 | +docker push $IMAGE:v0.2.0 |
1320 | 1320 | docker push $IMAGE:latest |
1321 | 1321 | ``` |
1322 | 1322 |
|
|
0 commit comments