Skip to content

Commit

Permalink
fix opts
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Mar 21, 2024
1 parent a0fdff2 commit 9349406
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/harpy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,13 @@ def preflight():
click.rich_click.OPTION_GROUPS = {
"harpy preflight bam": [
{
"name": "Configuration",
"options": ["--directory"],
},
{
"name": "Other Options",
"name": "Options",
"options": ["--output-dir", "--threads", "--snakemake", "--quiet", "--help"],
},
],
"harpy preflight fastq": [
{
"name": "Other Options",
"name": "Options",
"options": ["--output-dir", "--threads", "--snakemake", "--quiet", "--help"],
},
],
Expand Down

0 comments on commit 9349406

Please sign in to comment.