Skip to content

Commit

Permalink
Merge pull request #209 from EOSC-synergy/merge/latest_upstream
Browse files Browse the repository at this point in the history
Merge/latest upstream
  • Loading branch information
orviz authored Sep 12, 2024
2 parents bb0f27b + 7b0605c commit 11a4edc
Show file tree
Hide file tree
Showing 41 changed files with 4,877 additions and 1,172 deletions.
12 changes: 11 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,21 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
additional_dependencies: [toml]
# - repo: https://github.com/pycqa/isort
# rev: 5.11.2
# hooks:
# - id: isort
# name: isort (python)
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ title: "FAIR EVA: Bringing institutional multidisciplinary repositories into the
version: 1.0.0
doi: 10.1038/s41597-023-02652-8
date-released: 2022-03-15
url: "https://github.com/eosc-synergy/FAIR_eva"
url: "https://github.com/IFCA-Advanced-Computing/FAIR_eva"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Fernando Aguilar "aguilarf@ifca.unican.es"
RUN apt-get update -y && \
apt-get install -y curl python3-pip python3-dev git vim lsof

RUN git clone https://github.com/EOSC-synergy/FAIR_eva.git
RUN git clone https://github.com/ifca-advanced-computing/FAIR_eva.git

WORKDIR /FAIR_eva

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# FAIR EVA (Evaluator, Validator & Advisor)

#### Achievements
[![SQAaaS badge](https://github.com/EOSC-synergy/SQAaaS/blob/master/badges/badges_120x93/badge_software_silver.png)](https://eu.badgr.com/public/assertions/VZzcTl6WTo-6r6yCKUFGpA "SQAaaS silver badge achieved")
[![SQAaaS badge](https://github.com/IFCA-Advanced-Computing/SQAaaS/blob/master/badges/badges_120x93/badge_software_silver.png)](https://eu.badgr.com/public/assertions/VZzcTl6WTo-6r6yCKUFGpA "SQAaaS silver badge achieved")

[![GitHub license](https://img.shields.io/github/license/indigo-dc/DEEPaaS.svg)](https://github.com/ifca-advanced-computing/FAIR_eva/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/indigo-dc/DEEPaaS.svg)](https://github.com/ifca-advanced-computing/FAIR_eva/releases)

[![GitHub license](https://img.shields.io/github/license/indigo-dc/DEEPaaS.svg)](https://github.com/EOSC-synergy/FAIR_eva/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/indigo-dc/DEEPaaS.svg)](https://github.com/EOSC-synergy/FAIR_eva/releases)
[![Python versions](https://img.shields.io/pypi/pyversions/deepaas.svg)](https://pypi.python.org/pypi/deepaas)


Expand All @@ -23,6 +24,6 @@ docker run --name=fair_eva -p 9090:9090 -p 5000:5000 -dit --network host

# Acknowledgements

This software started to be developed within EOSC-synergy receives
This software started to be developed within IFCA-Advanced-Computing receives
funding from the European Union’s Horizon 2020 research and
innovation programme under grant agreement No 857647.
Loading

0 comments on commit 11a4edc

Please sign in to comment.