Skip to content

Commit

Permalink
Fixed biopython bug and fpocket version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed May 7, 2024
1 parent 10ff1b1 commit 307c73a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ channels:
dependencies:
- biobb_common ==4.1.0
- vina ==1.2.3
- fpocket >=3.1.4.2
- biopython ==1.81

- fpocket ==4.1
2 changes: 1 addition & 1 deletion biobb_vs/fpocket/fpocket_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FPocketRun(BiobbObject):
Info:
* wrapped_software:
* name: fpocket
* version: >=3.1.4.2
* version: ==4.1
* license: MIT
* ontology:
* name: EDAM
Expand Down
2 changes: 1 addition & 1 deletion biobb_vs/json_schemas/biobb_vs.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"python >=3.8",
"biobb_common ==4.1.0",
"vina ==1.2.3",
"fpocket >=3.1.4.2"
"fpocket ==4.1"
],
"keywords" : [
"virtual screening",
Expand Down
2 changes: 1 addition & 1 deletion biobb_vs/json_schemas/fpocket_run.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"info": {
"wrapped_software": {
"name": "fpocket",
"version": ">=3.1.4.2",
"version": "==4.1",
"license": "MIT"
},
"ontology": {
Expand Down
3 changes: 2 additions & 1 deletion biobb_vs/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
import Bio.SubsMat.MatrixInfo
except ImportError:
import Bio.Align.substitution_matrices
from Bio.Data.SCOPData import protein_letters_3to1 as prot_one_letter
# from Bio.Data.SCOPData import protein_letters_3to1 as prot_one_letter
from Bio.Data.PDBData import protein_letters_3to1 as prot_one_letter


# CHECK PARAMETERS
Expand Down
2 changes: 1 addition & 1 deletion references.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"applicationCategory": "Computational Biology tool",
"citation": "https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-10-168",
"license": "https://opensource.org/license/mit",
"softwareVersion": "3.1.4.2"
"softwareVersion": "4.1"
}
]
}

0 comments on commit 307c73a

Please sign in to comment.