tca

Module datasources

Source
Expand description

Data sources for the TCA. Datasources module.

Modules§

bam
BAM module. Data source for BAM files.
bcf
BCF module. BCF data source.
bed
BED module. BED data source.
fasta
FASTA module.
fastq
FASTQ module. FASTQ data source.
genbank
GenBank module. Genbank Datasource Module
gff
GFF module. GFF Datasource Module
hmmdomtab
HMMDOMTAB module. A datafusion compatible datasource for HMMER3 domain tabular output files.
sam
SAM module. Implementations to adapt SAM files to datafusion.
vcf
VCF module. VCF data source.

Structs§

TCAListingTableFactory
A ListingTableFactory that adapts TCA FileFormats to TableProviders.

Enums§

TCAFileType
The type of file.

Constants§

DEFAULT_BATCH_SIZE
Default batch size.

Functions§

infer_tca_format
Infer the file type from the file extension.