Skip to content

Commit

Permalink
[DOCS] Update JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed May 29, 2024
1 parent 78b2068 commit bf7dee8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions biobb_pmx/json_schemas/biobb_pmx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"github": "https://github.com/bioexcel/biobb_pmx",
"readthedocs": "https://biobb-pmx.readthedocs.io/en/latest/",
"conda": "https://anaconda.org/bioconda/biobb_pmx",
"docker": "https://quay.io/biocontainers/biobb_pmx:4.1.0--pyhdfd78af_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_pmx:4.1.0--pyhdfd78af_0",
"version": "4.1.0",
"docker": "https://quay.io/biocontainers/biobb_pmx:4.2.1--pyhdfd78af_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_pmx:4.2.1--pyhdfd78af_0",
"version": "4.2.1",
"rest": true,
"tools": [
{
Expand Down Expand Up @@ -67,12 +67,12 @@
}
],
"dep_pypi": [
"install_requires=['biobb_common==4.1.0']",
"python_requires='>=3.7'"
"install_requires=['biobb_common==4.2.0']",
"python_requires='>=3.8'"
],
"dep_conda": [
"python >=3.7",
"biobb_common ==4.1.0",
"python >=3.8",
"biobb_common ==4.2.0",
"pmx_biobb ==4.1.3"
],
"keywords": [
Expand Down

0 comments on commit bf7dee8

Please sign in to comment.