Skip to content

Commit

Permalink
Merge pull request #5 from logsdon-lab/docs/revisions2
Browse files Browse the repository at this point in the history
chore/docs: Merged all dependencies into env.yaml.
  • Loading branch information
koisland authored Nov 26, 2024
2 parents 2709459 + 1639f66 commit 0248ce6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install Snakemake and testing dependencies.
run: |
pip install -r <(yq -r '.dependencies[] | select(type == "!!map") | to_entries[].value[]' test/env_dev.yaml)
pip install -r <(yq -r '.dependencies[] | select(type == "!!map") | to_entries[].value[]' env.yaml)
- name: Install Singularity.
uses: singularityhub/install-singularity@main
Expand Down
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 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 0248ce6

Please sign in to comment.