Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Mar 11, 2022
1 parent 6497338 commit d9c9cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: conda
run: |
conda install -c conda-forge mamba --quiet
mamba install -c bioconda -c conda-forge --quiet -y freebayes bwa snpeff==5.0 sambamba picard samtools
mamba install -c bioconda -c conda-forge --quiet -y freebayes bwa snpeff==5.0 sambamba picard samtools bamtools
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions sequana_pipelines/variant_calling/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- sambamba
- samtools
- snpEff
- bamtools

0 comments on commit d9c9cff

Please sign in to comment.