Skip to content

Commit

Permalink
Change json file
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Sep 17, 2023
1 parent 0e4b42b commit 65f90f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ The command list and specification can be found at the [Command Line documentati
### Copyright & Licensing
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).

* (c) 2015-2022 [Barcelona Supercomputing Center](https://www.bsc.es/)
* (c) 2015-2022[Institute for Research in Biomedicine](https://www.irbbarcelona.org/)
* (c) 2015-2023 [Barcelona Supercomputing Center](https://www.bsc.es/)
* (c) 2015-2023 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)

Licensed under the
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details.
Expand Down
8 changes: 4 additions & 4 deletions biobb_pmx/json_schemas/biobb_pmx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"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.0.0--pyhdfd78af_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_pmx:4.0.0--pyhdfd78af_0",
"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",
"rest": true,
"tools": [
Expand Down Expand Up @@ -67,12 +67,12 @@
}
],
"dep_pypi": [
"install_requires=['biobb_common==4.0.0']",
"install_requires=['biobb_common==4.1.0']",
"python_requires='>=3.7'"
],
"dep_conda": [
"python >=3.7",
"biobb_common ==4.0.0",
"biobb_common ==4.1.0",
"pmx_biobb ==4.1.3"
],
"keywords": [
Expand Down

0 comments on commit 65f90f0

Please sign in to comment.