Skip to content

Commit

Permalink
consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 4, 2024
1 parent eafe4ac commit aba12c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/harpy/preflight.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ def preflight():
docstring = {
"harpy preflight bam": [
{
"name": "Options",
"name": "Workflow Controls",
"options": ["--conda", "--hpc", "--output-dir", "--quiet", "--snakemake", "--threads", "--help"],
},
],
"harpy preflight fastq": [
{
"name": "Options",
"name": "Workflow Controls",
"options": ["--conda", "--hpc", "--output-dir", "--quiet", "--snakemake", "--threads", "--help"],
},
]
Expand Down

0 comments on commit aba12c9

Please sign in to comment.