Skip to content

Commit

Permalink
Merged all dependencies into env.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Oshima committed Nov 26, 2024
1 parent 2709459 commit 921106c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ Multiple samples can be provided via the configfile. Each sample should contain
See [`docs/ISSUES.md`](docs/ISSUES.md) for edge-cases and effects of parameter tuning.

## Testing
Set up the dev conda environment and pull test data with [`git-lfs`](https://git-lfs.com/).
Set up the conda environment and pull test data with [`git-lfs`](https://git-lfs.com/).
```bash
conda env create --name test_cdr_finder -f test/env_dev.yaml
conda activate test_cdr_finder
conda env create --name cdr_finder -f test/env.yaml
conda activate cdr_finder
git lfs install && git lfs pull
```

Expand Down
5 changes: 5 additions & 0 deletions env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ channels:
- conda-forge
dependencies:
- python==3.12
- anaconda::git-lfs
- pip:
- snakemake==8.18.2
- pytest
- intervaltree==3.1.0
- polars==0.20.31
- scipy==1.14.1
11 changes: 0 additions & 11 deletions test/env_dev.yaml

This file was deleted.

0 comments on commit 921106c

Please sign in to comment.