Skip to content

Commit

Permalink
Merge branch 'master' into fix/fix-primer-file-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
huzuner authored Oct 17, 2024
2 parents 350bbdb + b8c5c44 commit 59270a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
depth: 0
- name: Formatting
uses: super-linter/[email protected]
env:
Expand Down
1 change: 1 addition & 0 deletions workflow/envs/pangolin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ channels:
- nodefaults
dependencies:
- pangolin =4.3
- snakemake-minimal=7.24.0 # TODO keep until https://github.com/bioconda/bioconda-recipes/pull/42192 and we can pin to 4.3.1 above
2 changes: 1 addition & 1 deletion workflow/envs/spades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- nodefaults
dependencies:
- spades =3.15
- spades =4.0

0 comments on commit 59270a6

Please sign in to comment.