bin/isoquant.py
bin/isoquant_detect_barcodes.py
bin/visualize.py
share/isoquant-3.11.0-0/CODE_OF_CONDUCT.md
share/isoquant-3.11.0-0/LICENSE
share/isoquant-3.11.0-0/README.md
share/isoquant-3.11.0-0/VERSION
share/isoquant-3.11.0-0/build_env_setup.sh
share/isoquant-3.11.0-0/changelog.md
share/isoquant-3.11.0-0/conda_build.sh
share/isoquant-3.11.0-0/docs/barcode_calling.md
share/isoquant-3.11.0-0/docs/citation.md
share/isoquant-3.11.0-0/docs/classification.md
share/isoquant-3.11.0-0/docs/cmd.md
share/isoquant-3.11.0-0/docs/correct_match.png
share/isoquant-3.11.0-0/docs/data.md
share/isoquant-3.11.0-0/docs/examples.md
share/isoquant-3.11.0-0/docs/feedback.md
share/isoquant-3.11.0-0/docs/formats.md
share/isoquant-3.11.0-0/docs/getting-started.md
share/isoquant-3.11.0-0/docs/getversion.py
share/isoquant-3.11.0-0/docs/inconsistent.png
share/isoquant-3.11.0-0/docs/index.md
share/isoquant-3.11.0-0/docs/input.md
share/isoquant-3.11.0-0/docs/installation.md
share/isoquant-3.11.0-0/docs/isoquant_logo.png
share/isoquant-3.11.0-0/docs/isoquant_logo.svg
share/isoquant-3.11.0-0/docs/isoquant_pipeline.png
share/isoquant-3.11.0-0/docs/misalignment.png
share/isoquant-3.11.0-0/docs/output.md
share/isoquant-3.11.0-0/docs/polya.png
share/isoquant-3.11.0-0/docs/single_cell.md
share/isoquant-3.11.0-0/docs/visualization.md
share/isoquant-3.11.0-0/isoquant.py
share/isoquant-3.11.0-0/isoquant_detect_barcodes.py
share/isoquant-3.11.0-0/metadata_conda_debug.yaml
share/isoquant-3.11.0-0/requirements.txt
share/isoquant-3.11.0-0/src/.ipynb_checkpoints/Untitled-checkpoint.ipynb
share/isoquant-3.11.0-0/src/__init__.py
share/isoquant-3.11.0-0/src/alignment_info.py
share/isoquant-3.11.0-0/src/alignment_processor.py
share/isoquant-3.11.0-0/src/assignment_aggregator.py
share/isoquant-3.11.0-0/src/assignment_io.py
share/isoquant-3.11.0-0/src/assignment_loader.py
share/isoquant-3.11.0-0/src/barcode_calling/__init__.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/__init__.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/base.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/curio.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/extraction_result.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/molecule_structure.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/protocol.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/stereo.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/tenx.py
share/isoquant-3.11.0-0/src/barcode_calling/callers/universal_extraction.py
share/isoquant-3.11.0-0/src/barcode_calling/common.py
share/isoquant-3.11.0-0/src/barcode_calling/detect_barcodes.py
share/isoquant-3.11.0-0/src/barcode_calling/indexers/__init__.py
share/isoquant-3.11.0-0/src/barcode_calling/indexers/__pycache__/shared_memory._count_kmers_numba-58.py310.1.nbc
share/isoquant-3.11.0-0/src/barcode_calling/indexers/__pycache__/shared_memory._count_kmers_numba-58.py310.nbi
share/isoquant-3.11.0-0/src/barcode_calling/indexers/__pycache__/shared_memory._populate_index_numba-67.py310.1.nbc
share/isoquant-3.11.0-0/src/barcode_calling/indexers/__pycache__/shared_memory._populate_index_numba-67.py310.nbi
share/isoquant-3.11.0-0/src/barcode_calling/indexers/base.py
share/isoquant-3.11.0-0/src/barcode_calling/indexers/shared_memory.py
share/isoquant-3.11.0-0/src/barcode_calling/indexers/two_bit.py
share/isoquant-3.11.0-0/src/barcode_calling/umi_filtering.py
share/isoquant-3.11.0-0/src/cage_finder.py
share/isoquant-3.11.0-0/src/common.py
share/isoquant-3.11.0-0/src/convert_grouped_counts.py
share/isoquant-3.11.0-0/src/correction_stats.py
share/isoquant-3.11.0-0/src/dataset_processor.py
share/isoquant-3.11.0-0/src/error_codes.py
share/isoquant-3.11.0-0/src/exon_corrector.py
share/isoquant-3.11.0-0/src/file_naming.py
share/isoquant-3.11.0-0/src/file_utils.py
share/isoquant-3.11.0-0/src/gene_info.py
share/isoquant-3.11.0-0/src/gene_model.py
share/isoquant-3.11.0-0/src/graph_based_model_construction.py
share/isoquant-3.11.0-0/src/gtf2db.py
share/isoquant-3.11.0-0/src/id_policy.py
share/isoquant-3.11.0-0/src/illumina_exon_corrector.py
share/isoquant-3.11.0-0/src/input_data_storage.py
share/isoquant-3.11.0-0/src/intron_graph.py
share/isoquant-3.11.0-0/src/isoform_assignment.py
share/isoquant-3.11.0-0/src/junction_comparator.py
share/isoquant-3.11.0-0/src/long_read_assigner.py
share/isoquant-3.11.0-0/src/long_read_counter.py
share/isoquant-3.11.0-0/src/long_read_profiles.py
share/isoquant-3.11.0-0/src/modes.py
share/isoquant-3.11.0-0/src/multimap_resolver.py
share/isoquant-3.11.0-0/src/parallel_workers.py
share/isoquant-3.11.0-0/src/plot_output.py
share/isoquant-3.11.0-0/src/polya_finder.py
share/isoquant-3.11.0-0/src/polya_verification.py
share/isoquant-3.11.0-0/src/post_process.py
share/isoquant-3.11.0-0/src/process_dict.py
share/isoquant-3.11.0-0/src/processed_read_manager.py
share/isoquant-3.11.0-0/src/read_groups.py
share/isoquant-3.11.0-0/src/read_mapper.py
share/isoquant-3.11.0-0/src/serialization.py
share/isoquant-3.11.0-0/src/short_reads.py
share/isoquant-3.11.0-0/src/short_utils.py
share/isoquant-3.11.0-0/src/stats.py
share/isoquant-3.11.0-0/src/string_pools.py
share/isoquant-3.11.0-0/src/table_splitter.py
share/isoquant-3.11.0-0/src/transcript_printer.py
share/isoquant-3.11.0-0/tests/__init__.py
share/isoquant-3.11.0-0/tests/console_test.py
share/isoquant-3.11.0-0/tests/github/barcode_test_templates/curio.cfg
share/isoquant-3.11.0-0/tests/github/barcode_test_templates/example.etl
share/isoquant-3.11.0-0/tests/github/barcode_test_templates/stereo_single.cfg
share/isoquant-3.11.0-0/tests/github/barcode_test_templates/stereo_split.cfg
share/isoquant-3.11.0-0/tests/github/barcode_test_templates/tenX_v3.cfg
share/isoquant-3.11.0-0/tests/github/barcode_test_templates/visium_hd.cfg
share/isoquant-3.11.0-0/tests/github/error_codes.py
share/isoquant-3.11.0-0/tests/github/generate_resume_test.sh
share/isoquant-3.11.0-0/tests/github/performance_counter.py
share/isoquant-3.11.0-0/tests/github/run_barcode_test.py
share/isoquant-3.11.0-0/tests/github/run_pipeline.py
share/isoquant-3.11.0-0/tests/github/run_until.py
share/isoquant-3.11.0-0/tests/github/update_defaults.py
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.Illumina.bam
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.Illumina.bam.bai
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.fa.gz
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.fa.gz.fai
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.gtf.gz
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.ont.sim.fq.gz
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.ont.sim.polya.bam
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.ont.sim.polya.bam.bai
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.ont.sim.read_groups.tsv
share/isoquant-3.11.0-0/tests/simple_data/chr9.4M.yaml
share/isoquant-3.11.0-0/tests/test_alignment_info.py
share/isoquant-3.11.0-0/tests/test_barcode_callers.py
share/isoquant-3.11.0-0/tests/test_barcode_common.py
share/isoquant-3.11.0-0/tests/test_barcode_detectors.py
share/isoquant-3.11.0-0/tests/test_common.py
share/isoquant-3.11.0-0/tests/test_common_utilities.py
share/isoquant-3.11.0-0/tests/test_enum_stats.py
share/isoquant-3.11.0-0/tests/test_file_naming.py
share/isoquant-3.11.0-0/tests/test_file_utils.py
share/isoquant-3.11.0-0/tests/test_gene_info.py
share/isoquant-3.11.0-0/tests/test_get_path_to_program.py
share/isoquant-3.11.0-0/tests/test_id_distributor.py
share/isoquant-3.11.0-0/tests/test_illumina_exon_corrector.py
share/isoquant-3.11.0-0/tests/test_intron_graph.py
share/isoquant-3.11.0-0/tests/test_iso_quant_mode.py
share/isoquant-3.11.0-0/tests/test_junction_comparator.py
share/isoquant-3.11.0-0/tests/test_kmer_indexer.py
share/isoquant-3.11.0-0/tests/test_long_read_assigner.py
share/isoquant-3.11.0-0/tests/test_long_read_profile.py
share/isoquant-3.11.0-0/tests/test_molecule_structure.py
share/isoquant-3.11.0-0/tests/test_polya_cage_finder.py
share/isoquant-3.11.0-0/tests/test_read_groups.py
share/isoquant-3.11.0-0/tests/test_serialization.py
share/isoquant-3.11.0-0/tests/test_shared_mem_index.py
share/isoquant-3.11.0-0/tests/test_string_pools.py
share/isoquant-3.11.0-0/tests/test_umi_filtering.py
share/isoquant-3.11.0-0/tests/test_universal_extraction.py
share/isoquant-3.11.0-0/tests/toy_data/MAPT.Mouse.CAGE.bed
share/isoquant-3.11.0-0/tests/toy_data/MAPT.Mouse.ONT.simulated.fastq
share/isoquant-3.11.0-0/tests/toy_data/MAPT.Mouse.genedb.gtf
share/isoquant-3.11.0-0/tests/toy_data/MAPT.Mouse.reference.fasta
share/isoquant-3.11.0-0/tests/toy_data/synth.db
share/isoquant-3.11.0-0/tests/universal_data/10x.mdf
share/isoquant-3.11.0-0/tests/universal_data/barcodes_small.tsv
share/isoquant-3.11.0-0/tests/universal_data/simple.mdf
share/isoquant-3.11.0-0/tests/universal_data/test_reads.fq
share/isoquant-3.11.0-0/visualize.py
