Skip to content

Commit

Permalink
trying to get cov filter to build
Browse files Browse the repository at this point in the history
  • Loading branch information
cademirch authored Apr 4, 2024
1 parent 513b3d0 commit c00f79f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
directory: .test/ci/
snakefile: workflow/Snakefile
args: "--use-conda --show-failed-logs -j 1 --conda-cleanup-pkgs cache --conda-frontend mamba"
# stagein: "mamba install -y -c conda-forge 'python==3.11.4'"
stagein: "conda config --set channel_priority strict"
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
directory: .test/ecoli/
snakefile: workflow/Snakefile
args: "--use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --conda-frontend mamba"
# stagein: "mamba install -y -c conda-forge 'python==3.11.4'"
stagein: "conda config --set channel_priority strict"
Testing_config-genomes:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/cov_filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pip=24.0
- rust==1.77.1
- gcc==13.2.0
- binutils
- binutils=2.40
- make=4.3
- pip:
- pyd4

0 comments on commit c00f79f

Please sign in to comment.