annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/pysam/bcftools.py @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 import pysam.utils
jpayne@69 2
jpayne@69 3 annotate = pysam.utils.PysamDispatcher('bcftools', 'annotate')
jpayne@69 4 call = pysam.utils.PysamDispatcher('bcftools', 'call')
jpayne@69 5 cnv = pysam.utils.PysamDispatcher('bcftools', 'cnv')
jpayne@69 6 concat = pysam.utils.PysamDispatcher('bcftools', 'concat')
jpayne@69 7 consensus = pysam.utils.PysamDispatcher('bcftools', 'consensus')
jpayne@69 8 convert = pysam.utils.PysamDispatcher('bcftools', 'convert')
jpayne@69 9 csq = pysam.utils.PysamDispatcher('bcftools', 'csq')
jpayne@69 10 filter = pysam.utils.PysamDispatcher('bcftools', 'filter')
jpayne@69 11 gtcheck = pysam.utils.PysamDispatcher('bcftools', 'gtcheck')
jpayne@69 12 head = pysam.utils.PysamDispatcher('bcftools', 'head')
jpayne@69 13 index = pysam.utils.PysamDispatcher('bcftools', 'index')
jpayne@69 14 isec = pysam.utils.PysamDispatcher('bcftools', 'isec')
jpayne@69 15 merge = pysam.utils.PysamDispatcher('bcftools', 'merge')
jpayne@69 16 mpileup = pysam.utils.PysamDispatcher('bcftools', 'mpileup')
jpayne@69 17 norm = pysam.utils.PysamDispatcher('bcftools', 'norm')
jpayne@69 18 plugin = pysam.utils.PysamDispatcher('bcftools', 'plugin')
jpayne@69 19 query = pysam.utils.PysamDispatcher('bcftools', 'query')
jpayne@69 20 reheader = pysam.utils.PysamDispatcher('bcftools', 'reheader')
jpayne@69 21 roh = pysam.utils.PysamDispatcher('bcftools', 'roh')
jpayne@69 22 sort = pysam.utils.PysamDispatcher('bcftools', 'sort')
jpayne@69 23 stats = pysam.utils.PysamDispatcher('bcftools', 'stats')
jpayne@69 24 view = pysam.utils.PysamDispatcher('bcftools', 'view')
jpayne@69 25
jpayne@69 26 __all__ = [
jpayne@69 27 'annotate', 'call', 'cnv', 'concat', 'consensus',
jpayne@69 28 'convert', 'csq', 'filter', 'gtcheck', 'head',
jpayne@69 29 'index', 'isec', 'merge', 'mpileup', 'norm',
jpayne@69 30 'plugin', 'query', 'reheader', 'roh', 'sort',
jpayne@69 31 'stats', 'view',
jpayne@69 32 ]