bioblend icon indicating copy to clipboard operation
bioblend copied to clipboard

A Python library for interacting with the Galaxy API

Results 41 bioblend issues
Sort by recently updated
recently updated
newest added

**OS Environment:** - [x] Windows 10 **I have already...** - [x] Reproduced the problem using the latest stable release. - [x] Reviewed the [documentation](https://ubiquitydotnet.github.io/Llvm.NET/). - [x] Reviewed the [current issues](https://github.com/UbiquityDotNET/Llvm.NET/issues)...

bug

**Is your feature request related to a problem? Please describe.** > NOTE: > Feature requests are intended to request a new feature or a change in the intended/designed > functionality...

enhancement

**Is your feature request related to a problem? Please describe.** Currently projects based on Llvm.NET only work on Windows. It would be great if they could be used with .NET...

enhancement

**Is your feature request related to a problem? Please describe.** Can't create a DIFile with any Checksum Information or source text **Describe the solution you'd like** Add optional parameters (default...

enhancement

Python is a dynamically typed language, but in recent years a framework for optional type annotations has been added to the language, see https://blog.logrocket.com/understanding-type-annotation-python/ for a nice introduction to the...

Hi everyone, I have an idea for an enhancement to both Galaxy and bioblend where data is hosted remotely on an S3 account that the Galaxy admin has access to....

For `upload_from_galaxy_filesystem(preserve_dirs=False)`, do I understand correctly that the uploaded files should be placed in the indicated folder_id regardless of the filesystem paths that are being uploaded? Because I'm not seeing...

Hello, I'm using bioblends to get results from workflows I've developed and my code worked well until recently. I'm trying to get the ids of the outputs to then download...