Skip to main content

Galaxy datatype framework and datatypes

Project description

https://badge.fury.io/py/galaxy-data.svg

Overview

The Galaxy models, datatype framework, and datatype implementations.

History

25.1.1 (2026-02-03)

Bug fixes

  • Sample sheet column fix by @mvdbeek in #21446

  • Maintain column definitions on map over by @mvdbeek in #21468

  • Add missing test file for sig datatype by @SaimMomin12 in #21473

  • Do not update a user’s update_time when an admin archives (and purges) a history by @natefoo in #21484

  • Add missing ending newline to test.sig test data file by @nsoranzo in #21485

  • Usability fixes for sample sheet selection. by @jmchilton in #21503

  • Fix exception message to enable debugging of missing dataset issue. by @jmchilton in #21504

  • Add missing dependencies to galaxy-files package by @nsoranzo in #21518

  • Fix job cache collection copy by @mvdbeek in #21558

  • Fix #21542 - allow workbook bootstrap generation for sample sheet collection types. by @jmchilton in #21584

  • Fix race condition in workflow collection populated state check by @mvdbeek in #21613

  • Fix collection job state not preserved during history export/import by @mvdbeek in #21716

Enhancements

25.1.0 (2025-12-12)

Bug fixes

Enhancements

Other changes

25.0.4 (2025-11-18)

Bug fixes

Enhancements

25.0.3 (2025-09-23)

Bug fixes

Enhancements

Other changes

25.0.2 (2025-08-13)

Bug fixes

  • Remove num_unique_values tiff metadata element by @mvdbeek in #20464

  • Propagate cached job output replacement to copies of outputs by @mvdbeek in #20553

  • Fix deferred datasets in multiple dataset parameters. by @jmchilton in #20650

  • Add num_unique_values tiff metadata element, fixed by @kostrykin in #20669

Enhancements

25.0.1 (2025-06-20)

Bug fixes

  • Pin isa-rwval 0.10.11, drop conditional import handling by @natefoo in #20527

25.0.0 (2025-06-18)

Bug fixes

Enhancements

Other changes

24.2.4 (2025-06-17)

Bug fixes

  • Reduce default framework tool test timeout to 60 seconds by @mvdbeek in #19819

  • Try to recover from recurring activation link error by @jdavcs in #19844

  • Check if index exists before creating by @jdavcs in #19873

  • Let pysam use extra threads available in job by @mvdbeek in #19917

  • Handle special charater in raw SQL by @jdavcs in #19925

  • Use make_fast_zipfile directly by @mvdbeek in #19947

  • Job cache backports by @mvdbeek in #20078

  • Conditionally import from galaxy.config in galaxy.model.mapping if TYPE_CHECKING by @natefoo in #20209

  • Refactor display_as URL generation for UCSC links and fix to remove double slashes in URL by @natefoo in #20239

  • Make response header values strings by @mvdbeek in #20475

  • Link workflow invocation outputs upon importing invocation by @mvdbeek in #20485

  • Make optional edam-ontology in datatypes registry optional by @natefoo in #20492

Enhancements

24.2.3 (2025-03-16)

Bug fixes

  • Fix private role name performance issue by @jdavcs in #19679

  • Fix anndata metadata setting for data with integer indexes by @mvdbeek in #19774

  • Fix parameter model constructions with leading underscores, fixes converter linting by @mvdbeek in #19790

Enhancements

24.2.2 (2025-03-08)

Bug fixes

Enhancements

  • Add bwa_mem2_index directory datatype, framework enhancements for testing directories by @mvdbeek in #19694

Other changes

24.2.1 (2025-02-28)

Bug fixes

  • Set content-type to text/plain if dataset not safe by @mvdbeek in #19563

  • Fail request explicitly when sqlite provider used on non-sqlite file by @mvdbeek in #19630

  • Fix various bugs around tool data table bundles by @mvdbeek in #19659

24.2.0 (2025-02-11)

Bug fixes

Enhancements

Other changes

24.1.4 (2024-12-11)

Bug fixes

  • Replace busybox:ubuntu-14.04 image with busybox:1.36.1-glibc by @mvdbeek in #18428

  • Improve workflow-related exception reporting by @mvdbeek in #18447

  • Increase API robustness to invalid requests, improve compressed data serving by @mvdbeek in #18494

  • Prevent job submission if input collection element is deleted by @mvdbeek in #18517

  • Fix shared caches with extended metadata collection. by @jmchilton in #18520

  • Also check dataset.deleted when determining if data can be displayed by @mvdbeek in #18547

  • Fix for not-null in ‘column_list’ object by @hujambo-dunia in #18553

  • Fix h5ad metadata by @nilchia in #18635

  • Don’t set file size to zero by @mvdbeek in #18653

  • Make sure we set file size also for purged outputs by @mvdbeek in #18681

  • Fix wrong extension on pick data output by @mvdbeek in #18798

  • Fix copying workflow with subworkflow step for step that you own by @mvdbeek in #18802

  • Make pylibmagic import optional by @mvdbeek in #18813

  • Ignore converted datasets in invalid input states by @mvdbeek in #18850

  • Fix discovered outputs with directory metadata and distributed object by @mvdbeek in #18855

  • Raise MessageException instead of assertions on rerun problems by @mvdbeek in #18858

  • Fix wrong final state when init_from is used by @mvdbeek in #18871

  • Fix history import when parent_hda not serialized by @mvdbeek in #18873

  • Limit max number of items in dataproviders by @mvdbeek in #18881

  • Allow cors in biom and q2view display applications by @mvdbeek in #18890

  • Disable locking when opening h5 files, add missing with by @mvdbeek in #18976

  • Optimize/fix sqlite hid update statement by @mvdbeek in #19106

  • Prefer auto-decompressed datatype when picking conversion target by @mvdbeek in #19162

  • Fix various invocation export issues by @mvdbeek in #19215

  • Fix bad merge conflict resolution by @nsoranzo in #19297

Other changes

24.1.3 (2024-10-25)

Bug fixes

  • Replace busybox:ubuntu-14.04 image with busybox:1.36.1-glibc by @mvdbeek in #18428

  • Improve workflow-related exception reporting by @mvdbeek in #18447

  • Increase API robustness to invalid requests, improve compressed data serving by @mvdbeek in #18494

  • Prevent job submission if input collection element is deleted by @mvdbeek in #18517

  • Fix shared caches with extended metadata collection. by @jmchilton in #18520

  • Also check dataset.deleted when determining if data can be displayed by @mvdbeek in #18547

  • Fix for not-null in ‘column_list’ object by @hujambo-dunia in #18553

  • Fix h5ad metadata by @nilchia in #18635

  • Don’t set file size to zero by @mvdbeek in #18653

  • Make sure we set file size also for purged outputs by @mvdbeek in #18681

  • Fix wrong extension on pick data output by @mvdbeek in #18798

  • Fix copying workflow with subworkflow step for step that you own by @mvdbeek in #18802

  • Make pylibmagic import optional by @mvdbeek in #18813

  • Ignore converted datasets in invalid input states by @mvdbeek in #18850

  • Fix discovered outputs with directory metadata and distributed object by @mvdbeek in #18855

  • Raise MessageException instead of assertions on rerun problems by @mvdbeek in #18858

  • Fix wrong final state when init_from is used by @mvdbeek in #18871

  • Fix history import when parent_hda not serialized by @mvdbeek in #18873

  • Limit max number of items in dataproviders by @mvdbeek in #18881

  • Allow cors in biom and q2view display applications by @mvdbeek in #18890

  • Disable locking when opening h5 files, add missing with by @mvdbeek in #18976

Other changes

24.1.2 (2024-09-25)

Bug fixes

  • Increase API robustness to invalid requests, improve compressed data serving by @mvdbeek in #18494

  • Prevent job submission if input collection element is deleted by @mvdbeek in #18517

  • Fix shared caches with extended metadata collection. by @jmchilton in #18520

  • Also check dataset.deleted when determining if data can be displayed by @mvdbeek in #18547

  • Fix for not-null in ‘column_list’ object by @hujambo-dunia in #18553

  • Fix h5ad metadata by @nilchia in #18635

  • Don’t set file size to zero by @mvdbeek in #18653

  • Make sure we set file size also for purged outputs by @mvdbeek in #18681

  • Fix wrong extension on pick data output by @mvdbeek in #18798

  • Fix copying workflow with subworkflow step for step that you own by @mvdbeek in #18802

  • Make pylibmagic import optional by @mvdbeek in #18813

  • Ignore converted datasets in invalid input states by @mvdbeek in #18850

  • Fix discovered outputs with directory metadata and distributed object by @mvdbeek in #18855

  • Raise MessageException instead of assertions on rerun problems by @mvdbeek in #18858

  • Fix wrong final state when init_from is used by @mvdbeek in #18871

  • Fix history import when parent_hda not serialized by @mvdbeek in #18873

Other changes

24.1.1 (2024-07-02)

Bug fixes

Enhancements

Other changes

24.0.3 (2024-06-28)

Bug fixes

  • Downgrade count lines error to warning by @mvdbeek in #18175

  • Don’t set dataset peek for errored jobs by @mvdbeek in #18231

  • Transparently open compressed files in DatasetDataProvider by @mvdbeek in #18248

  • Raise exception when extracting dataset from collection without datasets by @mvdbeek in #18249

  • Set page importable to false when serializing by @mvdbeek in #18263

  • Fix first_dataset_element type hint by @mvdbeek in #18284

  • Do not copy purged outputs to object store by @mvdbeek in #18342

  • Fix user’s private role can be missing by @davelopez in #18381

  • Assign default data extension on discovered collection output by @mvdbeek in #18389

Other changes

  • Replace busybox:ubuntu-14.04 image with busybox:1.36.1-glibc by @mvdbeek in #18428

24.0.2 (2024-05-07)

No recorded changes since last release

24.0.1 (2024-05-02)

Bug fixes

  • Always serialize element_count and populated when listing contents by @mvdbeek in #17890

  • Fix deadlock that can occur when changing job state by @mvdbeek in #17896

  • Fix tool form building if select filters from unavailable dataset metadata by @mvdbeek in #17930

  • Fix InvalidRequestError: Can't operate on closed transaction inside context manager. Please complete the context manager before emitting further commands. by @mvdbeek in #17932

  • Never fail dataset serialization if display_peek fails by @mvdbeek in #17937

  • Fix output datatype when uncompressing a dataset with incorrect datatype by @nsoranzo in #17944

  • Use or copy StoredWorkflow when copying step by @mvdbeek in #17988

  • Raise MessageException when report references invalid workflow output by @mvdbeek in #18009

  • Fix tag regex pattern by @jdavcs in #18025

  • Fix History Dataset Association creation so that hid is always set by @mvdbeek in #18036

  • Fix history export with missing dataset hids by @davelopez in #18052

  • Fix comments lost on import by @ElectronicBlueberry in #18060

  • Fix history update time after bulk operation by @davelopez in #18068

24.0.0 (2024-04-02)

Bug fixes

Enhancements

23.2.1 (2024-02-21)

Bug fixes

Enhancements

Other changes

23.1.4 (2024-01-04)

Bug fixes

Other changes

23.1.3 (2023-12-01)

Bug fixes

  • Add missing optional description field, fixes ephemeris data library example by @mvdbeek in #17116

23.1.2 (2023-11-29)

Bug fixes

  • Skip change_datatype things if we’re not actually changing the extension by @mvdbeek in #16931

  • Fix copying metadata to copied job outputs by @mvdbeek in #17007

  • Update tar_to_directory dependency by @mvdbeek in #17009

  • Assert that DatasetCollectioElement has an associated object by @mvdbeek in #17071

  • Fix input dates in notifications: consider timezone offset by @davelopez in #17088

  • Allow relative URLs in broadcasts action links by @davelopez in #17093

Enhancements

23.1.1 (2023-10-23)

Bug fixes

Enhancements

Other changes

23.0.6 (2023-10-23)

Bug fixes

  • Fix extra files path handling by @mvdbeek in #16541

  • Don’t fail invocation message without dependent_workflow_step_id by @mvdbeek in #16628

23.0.5 (2023-07-29)

Bug fixes

  • Copy when_expression when copying workflow step by @mvdbeek in #16377

23.0.4 (2023-06-30)

No recorded changes since last release

23.0.3 (2023-06-26)

No recorded changes since last release

23.0.2 (2023-06-13)

No recorded changes since last release

23.0.1 (2023-06-08)

Bug fixes

  • Display DCE in job parameter component, allow rerunning with DCE input by @mvdbeek in #15744

  • Fix folder listing via file browser by @mvdbeek in #15950

  • Fix RO-crate invocation export with complex collections by @davelopez in #15971

  • Backport Improve display chunk generation for BAMs by @mvdbeek in #16007

  • Ensure history export contains all expected datasets by @davelopez in #16013

  • Various fixes to path prefix handling by @mvdbeek in #16033

  • Fix dataype_change not updating HDCA update_time by @mvdbeek in #16099

  • Fix mypy error due to alembic 1.11.0 by @nsoranzo in #16104

  • Fix extended metadata file size handling by @mvdbeek in #16109

  • Fix implicit converters with optional parameters by @mvdbeek in #16133

  • Make ctx_rev optional in InstalledToolShedRepository response model by @dannon in #16139

  • Fix optional fields being validated as missing in ts api by @jmchilton in #16141

  • Support ro crate 0.8.0 and 0.7.0 by @mvdbeek in #16193

  • Verify existence of default value attribute for user forms fields by @guerler in #16205

20.9.0 (2020-10-15)

  • First release from the 20.09 branch of Galaxy.

20.5.0 (2020-07-04)

  • First release from the 20.05 branch of Galaxy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galaxy_data-25.1.1.tar.gz (657.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

galaxy_data-25.1.1-py3-none-any.whl (797.3 kB view details)

Uploaded Python 3

File details

Details for the file galaxy_data-25.1.1.tar.gz.

File metadata

  • Download URL: galaxy_data-25.1.1.tar.gz
  • Upload date:
  • Size: 657.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for galaxy_data-25.1.1.tar.gz
Algorithm Hash digest
SHA256 d8b313387890aecf48c8b86068647870cfd062fb2f991bd24fd241268b4e0af3
MD5 b05a6e94239143d28321e6a52fecbbad
BLAKE2b-256 66b6b858a56f51ac2a539721ba04223698d72c42b6978fdd09d00d88c0dc4021

See more details on using hashes here.

File details

Details for the file galaxy_data-25.1.1-py3-none-any.whl.

File metadata

  • Download URL: galaxy_data-25.1.1-py3-none-any.whl
  • Upload date:
  • Size: 797.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for galaxy_data-25.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9a7472ce4e3b7386b22bf5ab0e312c1b34fa5a54801f90b66f9b5a2479a8125f
MD5 0ffaaf6f469ffbeef72633e19a08b4e3
BLAKE2b-256 96a09cd147b1c4696a0b521118237b3a63a28a0b204e75da03fa60a42d505a4c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page