Skip to content

Commit

Permalink
Merge pull request #1 from HBPMedical/Update-to-MIP-6.4.0
Browse files Browse the repository at this point in the history
Update to mip 6.4.0
  • Loading branch information
ThanKarab authored Oct 7, 2021
2 parents 374e50d + 243cdc9 commit f3a9b32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

These are the repositories with all the independent components that MIP is composed of:
<ul>
<li>The "Web App" is the interface of MIP: https://github.com/HBPMedical/portal-frontend/tree/6.4.9 </li>
<li>The "Backend API" supports the Web App : https://github.com/HBPMedical/portal-backend/tree/6.3.0 </li>
<li>The "Web App" is the interface of MIP: https://github.com/HBPMedical/portal-frontend/tree/7.1.1 </li>
<li>The "Backend API" supports the Web App : https://github.com/HBPMedical/portal-backend/tree/7.2.1 </li>
<li>The "Workflow Engine" provides the ability to unite separate algorithms into one larger one: https://github.com/madgik/galaxy/tree/1.3.4 </li>
<li>The "Analysis Engine" offers the federated analysis capabilities: https://github.com/madgik/exareme/tree/23.4.1 </li>
<li>The "Analysis Engine" offers the federated analysis capabilities: https://github.com/madgik/exareme/tree/24.1.2 </li>
<li>Data Catalogue: https://github.com/HBPMedical/DataCatalogue/tree/v2.1 </li>
<li>Data Factory: https://github.com/HBPMedical/ehr-datafactory-template </li>
<li>MIPMap: https://github.com/HBPMedical/MIPMap </li>
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ These deliverables can be found at: [https://www.humanbrainproject.eu/en/about/g

# Release Notes

Current version to be released, pertinent to this documentation is release 6.3 . The release notes and individual component releases that comprise MIP 6.3 can be found at:
Current version to be released, pertinent to this documentation is release 6.4 . The release notes and individual component releases that comprise MIP 6.4 can be found at:

- [https://github.com/HBPMedical/mip-deployment/tree/6.3.0](https://github.com/HBPMedical/mip-deployment/tree/6.3.0)
- [https://github.com/HBPMedical/mip-deployment/tree/6.4.0](https://github.com/HBPMedical/mip-deployment/tree/6.4.0)

# Architecture

Expand Down Expand Up @@ -57,7 +57,7 @@ A full list of the components, libraries, utilities and other artifacts can be f

More information on the available federated analysis algorithms, although retrievable through the individual component list, can be directly found here:

- [https://github.com/madgik/exareme/tree/23.4.1/Exareme-Docker/src/mip-algorithms](https://github.com/madgik/exareme/tree/23.4.1/Exareme-Docker/src/mip-algorithms)
- [https://github.com/madgik/exareme/tree/24.1.2/Exareme-Docker/src/mip-algorithms](https://github.com/madgik/exareme/tree/24.1.2/Exareme-Docker/src/mip-algorithms)

This includes documentation on existing algorithm federation approach as well as information related to creating a new algorithm.

Expand All @@ -71,9 +71,9 @@ For all details relating to the Data Factory, how to manage your data and proces

The MIP comes with a single code base but with two modes of deployment. On for local usage only, and one that enables the creation of a federation of nodes. Information on the different deployment approaches can be found in the following locations:

- Local: [https://github.com/HBPMedical/mip-deployment/tree/6.3.0](https://github.com/HBPMedical/mip-deployment/tree/6.3.0)
- Federation: [https://github.com/HBPMedical/mip-deployment/tree/6.3.0/Federation](https://github.com/HBPMedical/mip-deployment/tree/6.3.0/Federation)
- Local: [https://github.com/HBPMedical/mip-deployment/tree/6.4.0](https://github.com/HBPMedical/mip-deployment/tree/6.4.0)
- Federation: [https://github.com/HBPMedical/mip-deployment/tree/6.4.0/Federation](https://github.com/HBPMedical/mip-deployment/tree/6.4.0/Federation)

In the case of federation, the analysis engine at this time requires a separate installation procedure that can be found at:

- [https://github.com/madgik/exareme/tree/23.4.1/Federated-Deployment](https://github.com/madgik/exareme/tree/23.4.1/Federated-Deployment)
- [https://github.com/madgik/exareme/tree/24.1.2/Federated-Deployment](https://github.com/madgik/exareme/tree/24.1.2/Federated-Deployment)

0 comments on commit f3a9b32

Please sign in to comment.