Greg Gydush
Greg Gydush
After running FilterConsensusReads, the resulting BAM has unexpected Ns. I may be missing something, but was hoping you could take a look. In the following example, all reads support the...
I've been using Joblib for a while now and it's been incredibly useful! I've recently switched to an M1 Macbook and have found some issues and wondering if anyone has...
I've noticed that when using a GCS file with htslib, the index file is downloaded to the current working directory. Is it possible to make this download to a temporary...
# TL;DR Add dynamic Pydantic workflow creation to FlyteRemote. We will likely change entrypoint, but this is a starting point. ## Type - [ ] Bug Fix - [x] Feature...
# TL;DR Adds debugpy auto-start adapter to `setup_execution` so follow-up registration is not required to debug. ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin...
### Describe the bug The following exception is thrown sometimes when executing a workflow with a dynamic that spins up multiple tasks: ```console elif e.code() == grpc.StatusCode.NOT_FOUND: > raise FlyteEntityNotExistException()...
## Tracking issue n/a ## Why are the changes needed? Using persist files with FlyteRemote execute does not work current. ## What changes were proposed in this pull request? Consider...
When using `uvx` with script files that have `from future` import and shebang with a space, I receive the following syntax error: ```console from __future__ import print_function, unicode_literals ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError:...
Currently the Python REPL always opens in the editor view. Would it be possible for it to open in the bottom panel (e.g., where Terminal is)?
### Describe the bug Dataclass transformer does not work with frozen dataclasses ### Expected behavior Dataclass transformer should work with frozen dataclasses ### Additional context to reproduce ```python from dataclasses...