Skip to content

Commit 729f35a

Browse files
Refactor intermediate format stuff
1 parent 427c1b4 commit 729f35a

File tree

4 files changed

+157
-173
lines changed

4 files changed

+157
-173
lines changed

bio2zarr/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def dexplode_init(vcfs, icf_path, num_partitions, verbose, worker_processes):
108108

109109
@click.command
110110
@click.argument("path", type=click.Path(), required=True)
111-
@click.option("-s", "--start", type=int, required=True)
112-
@click.option("-e", "--end", type=int, required=True)
111+
@click.argument("start", type=int)
112+
@click.argument("end", type=int)
113113
@verbose
114114
@worker_processes
115115
@column_chunk_size

0 commit comments

Comments
 (0)