Skip to content

Commit

Permalink
Add recently added samtools/bcftools commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Feb 28, 2022
1 parent fab45b2 commit ff4f717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pysam/bcftools.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"reheader",
"sort",
"view",
"head",
"call",
"consensus",
"cnv",
Expand Down
2 changes: 2 additions & 0 deletions pysam/samtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
SAMTOOLS_DISPATCH = {
# samtools 'documented' commands
"view": ("view", None),
"head": ("head", None),
"sort": ("sort", None),
"mpileup": ("mpileup", None),
"consensus": ("consensus", None),
"depth": ("depth", None),
"faidx": ("faidx", None),
"fqidx": ("fqidx", None),
Expand Down

0 comments on commit ff4f717

Please sign in to comment.