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
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: