cloud-pipeline
cloud-pipeline copied to clipboard
Cloud agnostic genomics analysis, scientific computation and storage platform
Relates to #3354. The pull request provides jupyter notebook which can be used to reproduce instance types memory analysis.
**Background** For some operation it would be helpful to grant users full access to storage management **Approach** Let's introduce a new system role `STORAGE_ADMIN` which will grant user a full...
This PR adds docs and updates Release Notes: - support of UDP traffic in NAT Gateway (#2444) - to docs
**Background** Certain apps (like RStudio) use home directories, which are EFS volumes, to store session data. When the session is suspended - all the current environment is dumped into the...
**Background** At the moment, FS quotas are applied immediately as they are reached. While this is totally correct - users may face the compute workloads to stop. To address this...
**Background** At the moment, Cloud Pipeline allow to view a price estimation for the `single` instance jobs and `static` clusters. But the auto-scaled clusters do not provide such information. Users...
**WDL Graph enhancements:** - [x] _Tasks_ from imported WDL files should be shown in the list of existing tasks in the *Properties > Document Tasks* list and *Actions > Add...
Relates #3383. The pull request brings support for retries support to storage mounting process. Additionally, it improves logging capabilities of mount storages task. The following system parameters are introduced: -...
**Background** Currently, each remote storage mounting is attempted only a single time. Nevertheless, in certain cases it may be helpful to retry mounting. **Approach** Introduce retries support to storage mounts.
**Background** At the moment it is possible to set preferences `cluster.allowed.instance.types` and `cluster.allowed.instance.types.docker` as `ContextualPreference` for user/role/tool or system wide. For some cases it would be also useful to set...