Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jun 5, 2024
1 parent fa8b562 commit 8a71bb4
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ You can call `harpy` without any arguments (or with `--help`) to print the docst
Documentation: https://pdimens.github.io/harpy/
╭─ Options ──────────────────────────────────────────────────╮
│ --version Show the version and exit. │
│ --help -h Show this message and exit. │
╰────────────────────────────────────────────────────────────╯
╭─ Modules ──────────────────────────────────────────────────╮
│ demultiplex Demultiplex haplotagged FASTQ files │
│ qc Remove adapters and quality trim sequences │
│ align Align sample sequences to a reference genome │
│ snp Call SNPs and small indels │
│ sv Call large structural variants │
│ impute Impute genotypes using variants and sequences │
│ phase Phase SNPs into haplotypes │
╰────────────────────────────────────────────────────────────╯
╭─ Other Commands ───────────────────────────────────────────
│ preflight Run file format checks on haplotag data │
popgroup Create a sample grouping file
stitchparams Create a template STITCH parameter file │
hpc Create a config file to run Harpy on an HPC
╰────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────
│ --version Show the version and exit.
│ --help -h Show this message and exit.
╰──────────────────────────────────────────────────────────────
╭─ Modules ────────────────────────────────────────────────────
│ demultiplex Demultiplex haplotagged FASTQ files
│ qc Remove adapters and quality trim sequences
│ align Align sample sequences to a reference genome
│ snp Call SNPs and small indels
│ sv Call large structural variants
│ impute Impute genotypes using variants and sequences
│ phase Phase SNPs into haplotypes
│ simulate Simulate variants or linked reads from a genome │ │
╰──────────────────────────────────────────────────────────────╯
╭─ Other Commands ─────────────────────────────────────────────╮
preflight Run file format checks on haplotag data
popgroup Create a sample grouping file
stitchparams Create a template STITCH parameter file
╰──────────────────────────────────────────────────────────────
```

0 comments on commit 8a71bb4

Please sign in to comment.