Angel Pizarro

Results 13 issues of Angel Pizarro

https://github.com/ga4gh/workflow-execution-service-schemas/blob/3eaeb6536c1d27a2920fcbf62dc84397a235b326/openapi/workflow_execution_service.swagger.yaml#L116 The [HTTP header specifications for `Content-Dispositions`]( https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) specifically calls out that path components should be stripped from `filename` attributes. Following the specification recommendation would solve the "bad formed filename"...

Project: WES
Type: Bug
Type: Schema

If thor and amazon-ec2 gems are needed, they should be listed in the gemspec file: ``` Gem::Specification.new do |s| # ... s.add_dependency 'amazon-ec2' s.add_dependency 'thor' # ... end ```

Would be nice to NFS share the ephemeral drive of master host by defualt

Feature

Given a user has a DRS URI to a BAM file, they most likely will also need access to the index file. You can encode the pair as a `bundle`...

Project: DRS
Priority: High
Function:Bundles
Stale

AWS Batch, Azure Kubernetes, and GCP all seem to use MiB for memory definitions. They also use `integer` instead of `number` Propose we move to this model for defining Task...

Project: TES
Priority: Medium
Type: Enhancement
Type: Schema

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

### Describe the feature AWS Batch now supports multiple containers in a single job definition. For multi-node parallel jobs, this means that [MultiNodeJobDefinition L2 construct](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_batch.MultiNodeJobDefinition.html) would need to support two...

feature-request
needs-triage
@aws-cdk/aws-batch

Removed custom AWS Batch service role from the metaflow-computation submodule. Addresses issue #101

Added the `launch_template_custom_user_data` variable to the `metaflow-computation` submodule. Addresses issue #99

The current `metaflow-computation` module creates a custom service role. AWS Batch introduced a [service-linked role (SLR)](https://docs.aws.amazon.com/batch/latest/userguide/using-service-linked-roles.html) a few years ago, which obviates this need. The SLR is also a requirement...