Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft bed2zarr code #281

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Draft bed2zarr code #281

wants to merge 11 commits into from

Commits on Sep 17, 2024

  1. Draft bed2zarr code

    Draft code to convert Bed3-format to Zarr.
    percyfal committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8e97bc3 View commit details
    Browse the repository at this point in the history
  2. Fix bed2zarr call

    percyfal committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    49b6f6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c195c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Refactor bed2zarr code base

    - use pandas for reading
    - write to isolated zarr archive
    - map BED columns to arrays named after BED specification (hts-specs)
    percyfal committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1e3efa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add initial support for BED3-BED12

    - guess BED file type
    - add draft schema
    - add tests
    percyfal committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f94234e View commit details
    Browse the repository at this point in the history
  2. Minor refactorization

    percyfal committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aff19f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Simplify main bed2zarr, encode features and contigs as ints

    - simplification of main bed2zarr function
    - encode features, contigs as Categories
    - add specs for BED9-BED12
    percyfal committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    731cfa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    eda5654 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    percyfal committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0230ec0 View commit details
    Browse the repository at this point in the history
  3. Add pandas dependency

    percyfal committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d13e93f View commit details
    Browse the repository at this point in the history
  4. Update du stats

    percyfal committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e113eb2 View commit details
    Browse the repository at this point in the history