Skip to content

Commit

Permalink
Compatibility version bump of dependencies
Browse files Browse the repository at this point in the history
- some old dependencies don't work anymore
- ngshmmalign, bwa_QA, initial_vicuna_msa, msa, testbench
  depency mafft: 7.305->7.526
- while we're at it, version bump smallgenomeutilities 0.4.1
  • Loading branch information
DrYak committed May 28, 2024
1 parent 0938ef1 commit 9bd42ce
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion workflow/envs/bwa_QA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
dependencies:
- bwa=0.7.17
- mafft=7.458
- mafft=7.526
2 changes: 1 addition & 1 deletion workflow/envs/hmm_align.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ channels:
- conda-forge
- bioconda
dependencies:
- mafft=7.305
- mafft=7.526
- ngshmmalign=0.1.1
4 changes: 2 additions & 2 deletions workflow/envs/initial_vicuna_msa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ channels:
- conda-forge
- bioconda
dependencies:
- mafft=7.458
- smallgenomeutilities=0.3.1
- mafft=7.526
- smallgenomeutilities=0.4.1
2 changes: 1 addition & 1 deletion workflow/envs/msa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- mafft=7.458
- mafft=7.526
2 changes: 1 addition & 1 deletion workflow/envs/smallgenomeutilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- smallgenomeutilities=0.3.9
- smallgenomeutilities=0.4.1
2 changes: 1 addition & 1 deletion workflow/envs/testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- sh
- biopython
- pandas
- mafft=7.305
- mafft=7.526

0 comments on commit 9bd42ce

Please sign in to comment.