Skip to content

Commit 09884f9

Browse files
Merge pull request #90 from jeromekelleher/explode-breaking-changes
Refactor intermediate format stuff
2 parents 427c1b4 + 729f35a commit 09884f9

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)