Skip to content

Make it easier to load multiple URLs at once #349

@ghuls

Description

@ghuls

Make it easier to load multiple URLs at once as now only one file URL can be provided at the time while other methods support loading multiple files at once.

For example support loading a simple YAML based file format that loads all files mentioned in that file:

- url: https://file.com/test1.bam
  index: https://file.com/test1.bam.bai
- url: https://file.com/test2.bam
  index: https://file.com/test2.bam.bai
- url: https://file.com/test23.bam
  index: https://file.com/test23.bam.bai

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions