Skip to content

Commit

Permalink
fix description of vcfparall
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jul 2, 2024
1 parent a54dc3a commit ed2182b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Where <subtool> is one of:
galhist: Make a summary histogram of git-annex-list output
pairslash: Add an old-style /1 /2 pair indicator to paired-end fastq files
vcfstats: Use bcftools to calculate various statistics, outputing an R-ready table
vcfparallel: Use bcftools to calculate various statistics, outputing an R-ready table
vcfparallel: Parallelise a bcf processing pipeline across regions
shannon-entropy: Calculate Shannon's entropy (in bits) at each column of one or more alignments
fastasanitiser: Sanitise fasta IDs to something sane, then back again
tidyqc: What if MultiQC was in the tidyverse? (and much worse)
Expand Down
2 changes: 1 addition & 1 deletion blsl/vcfparallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def merge_results(args, filestomerge):


def main(argv=None):
"""Use bcftools to calculate various statistics, outputing an R-ready table"""
"""Parallelise a bcf processing pipeline across regions"""
ap = argparse.ArgumentParser()
ap.add_argument("-R", "--regions", type=argparse.FileType("rt"),
help="Use regions defined in this BED file. NB! Will only do these regions and will not check for overlaps. Be careful. Cols should be chrom, start0, end, ... and tab separated (i.e. a BED file).")
Expand Down

0 comments on commit ed2182b

Please sign in to comment.