Skip to content

Commit

Permalink
helpstring: Configuration => "Module Parameters"
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Mar 21, 2024
1 parent 9349406 commit c8dbabe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/harpy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def preflight():
],
"harpy demultiplex gen1": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--samplesheet"],
},
{
Expand All @@ -186,7 +186,7 @@ def preflight():
],
"harpy qc": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--max-length", "--ignore-adapters", "--extra-params"],
},
{
Expand All @@ -196,7 +196,7 @@ def preflight():
],
"harpy align bwa": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--genome", "--quality-filter", "--molecule-distance", "--extra-params"],
},
{
Expand All @@ -206,7 +206,7 @@ def preflight():
],
"harpy align ema": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--platform", "--whitelist", "--genome", "--quality-filter", "--ema-bins", "--extra-params"],
},
{
Expand All @@ -216,7 +216,7 @@ def preflight():
],
"harpy snp mpileup": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--genome", "--populations", "--ploidy", "--windowsize", "--extra-params"],
},
{
Expand All @@ -226,7 +226,7 @@ def preflight():
],
"harpy snp freebayes": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--genome", "--populations", "--ploidy", "--windowsize", "--extra-params"],
},
{
Expand All @@ -236,7 +236,7 @@ def preflight():
],
"harpy sv leviathan": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--genome", "--populations", "--extra-params"],
},
{
Expand All @@ -246,7 +246,7 @@ def preflight():
],
"harpy sv naibr": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--genome", "--vcf", "--molecule-distance", "--populations", "--extra-params"],
},
{
Expand All @@ -256,7 +256,7 @@ def preflight():
],
"harpy impute": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--vcf", "--parameters", "--extra-params", "--vcf-samples"],
},
{
Expand All @@ -266,7 +266,7 @@ def preflight():
],
"harpy phase": [
{
"name": "Configuration",
"name": "Module Parameters",
"options": ["--vcf", "--molecule-distance", "--genome", "--prune-threshold", "--ignore-bx", "--extra-params", "--vcf-samples"],
},
{
Expand Down

0 comments on commit c8dbabe

Please sign in to comment.