From a9bcbb6477d4b22af36da56baa6f36937a30f059 Mon Sep 17 00:00:00 2001 From: pdimens Date: Thu, 11 Jul 2024 09:36:39 -0400 Subject: [PATCH] add missing modules --- index.md | 71 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/index.md b/index.md index 60d4a1170..cbf77075e 100644 --- a/index.md +++ b/index.md @@ -35,48 +35,49 @@ Great! Only want to call variants? Awesome! All modules are called by `harpy > qc >> align >> snp >> impute >> phase >> sv - - 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 │ -│ 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 │ -╰──────────────────────────────────────────────────────────────╯ + Usage: harpy COMMAND [ARGS]... + + An automated workflow for haplotagging linked-read data to go from raw + data to genotypes (or phased haplotypes). Batteries included. + demultiplex >> qc >> align >> snp >> impute >> phase >> sv + + 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-control sequences │ +│ align Align sample sequences to a reference genome │ +│ snp Call SNPs and small indels on alignments │ +│ sv Call large structural variants on alignments │ +│ impute Impute genotypes using variants and alignments │ +│ phase Phase SNPs into haplotypes │ +│ simulate Simulate variants or linked-reads from a genome │ +╰─────────────────────────────────────────────────────────────────────────╯ +╭─ Other Commands ────────────────────────────────────────────────────────╮ +│ resume Resume a workflow from an existing Harpy directory │ +│ hpc Profile templates for cluster job submissions │ +│ preflight File format checks for haplotag data │ +│ deconvolve Resolve clashing barcodes from different molecules │ +│ popgroup Create a template grouping file for samples │ +│ stitchparams Create a template STITCH parameter file │ +╰─────────────────────────────────────────────────────────────────────────╯ ``` ## Linked-Read Workflow