We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a398a91 commit d6e9b82Copy full SHA for d6e9b82
bio2zarr/bed2zarr.py
@@ -1,19 +1,15 @@
1
import dataclasses
2
-import json
3
import logging
4
import math
5
-import pathlib
6
-import shutil
7
from enum import Enum
8
from typing import Any
9
10
import numcodecs
11
import numpy as np
12
import pandas as pd
13
import xarray as xr
14
-import zarr
15
16
-from . import core, provenance
+from . import core
17
18
logger = logging.getLogger(__name__)
19
bio2zarr/cli.py
@@ -595,7 +595,7 @@ def plink2zarr():
595
def bed2zarr_main(
596
bed_path,
597
zarr_path,
598
- records_chunk_size,
+ records_chunk_size,
599
verbose,
600
force,
601
):
0 commit comments