Athitheya Gobinathan
Athitheya Gobinathan
## Description Fixes #214. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist: - [x] My code follows the [style guidelines](https://github.com/elixir-cloud-aai/elixir-cloud-aai/blob/dev/resources/contributing_guidelines.md#language-specific-guidelines) of this...
**Issue** 23 unit tests are failing. 22 tests fail due to connecting to the wrong db port [here](https://github.com/elixir-cloud-aai/foca/blob/dev/tests/mock_data.py#L18) and [here](https://github.com/elixir-cloud-aai/foca/blob/dev/tests/security/access_control/foca_casbin_adapter/test_adapter.py#L38) (should be using 27017). **Reproduce** Run the following commands: 1....
## Description Fixes #212. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist: - [x] My code follows the [style guidelines](https://github.com/elixir-cloud-aai/elixir-cloud-aai/blob/dev/resources/contributing_guidelines.md#language-specific-guidelines) of this...
FOCA currently uses pymongo version 3.10.1, which prevents the use of MongoDB images above version 4.2 (as discussed [here](https://github.com/elixir-cloud-aai/proTES/pull/172)). Upgrading to version 4.7.2 resolves this issue.
There are instances where using a FUSE is useful/essential for the completion of a TES task. For example, for tasks that use crypt4gh-encrypted files, using [crypt4ghfs](https://github.com/EGA-archive/crypt4ghfs) would allow the files...