partis-bcr 1.0.11__cp312-cp312-manylinux1_x86_64.whl → 1.0.11.post1.dev3__cp312-cp312-manylinux1_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bin/partis +1 -1
- bin/partis-test.py +6 -0
- bin/partis.py +1 -1
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/partis-test.py +6 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/METADATA +1 -1
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/RECORD +655 -128
- python/recombinator.py +2 -0
- python/treegenerator.py +1 -1
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/annotate-new-simu.yaml +1 -0
- test/new-results/cache-new-partition.csv +59 -0
- test/new-results/get-selection-metrics-new-simu.yaml +1 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu.yaml +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/input-seqs.fa +24 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/log +23 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/input-seqs.fa +16 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/log +23 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/input-seqs.fa +16 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/log +22 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/partition-new-simu.yaml +1 -0
- test/new-results/run-times.csv +10 -0
- test/new-results/seed-partition-new-simu.yaml +1 -0
- test/new-results/test/parameters/data/hmm/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/data/hmm/all-probs.csv +44 -0
- test/new-results/test/parameters/data/hmm/cluster_size.csv +2 -0
- test/new-results/test/parameters/data/hmm/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/data/hmm/d_gene-d_3p_del-probs.csv +34 -0
- test/new-results/test/parameters/data/hmm/d_gene-d_5p_del-probs.csv +42 -0
- test/new-results/test/parameters/data/hmm/d_gene-probs.csv +20 -0
- test/new-results/test/parameters/data/hmm/d_gene-vd_insertion-probs.csv +39 -0
- test/new-results/test/parameters/data/hmm/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/hmm/fv_insertion-probs.csv +4 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/extras.csv +23 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighd.fasta +38 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighj.fasta +14 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighv.fasta +30 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD1-26_star_01.yaml +512 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-15_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_01.yaml +681 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_02.yaml +681 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-2_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_01.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_02.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_03.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-22_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-3_star_01.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD4-17_star_01.yaml +429 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD4-4_star_01.yaml +428 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD5-5_star_01.yaml +513 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-13_star_01.yaml +533 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-6_star_01.yaml +470 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ2_star_01.yaml +1006 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ3_star_02.yaml +946 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ4_star_02.yaml +906 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ5_star_02.yaml +966 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_02.yaml +1206 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_03.yaml +1206 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV1-2_star_02.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV2-5_star_02.yaml +4560 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV2-70D_star_04.yaml +4561 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-11_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-66_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-69-1_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-7_star_05.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-9_star_02.yaml +4516 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-34_star_01.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-39_star_09.yaml +4529 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/data/hmm/j_gene-dj_insertion-probs.csv +31 -0
- test/new-results/test/parameters/data/hmm/j_gene-j_3p_del-probs.csv +8 -0
- test/new-results/test/parameters/data/hmm/j_gene-j_5p_del-probs.csv +31 -0
- test/new-results/test/parameters/data/hmm/j_gene-probs.csv +8 -0
- test/new-results/test/parameters/data/hmm/jf_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-26_star_01.csv +8 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-15_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_01.csv +17 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_02.csv +29 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-2_star_01.csv +10 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_02.csv +9 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_01.csv +27 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_03.csv +14 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-16_star_02.csv +35 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-3_star_01.csv +21 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-17_star_01.csv +12 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-4_star_01.csv +12 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD5-5_star_01.csv +13 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-13_star_01.csv +22 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-6_star_01.csv +19 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ1_star_01.csv +52 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ2_star_01.csv +54 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ3_star_02.csv +51 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ4_star_02.csv +49 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ5_star_02.csv +50 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_02.csv +33 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_03.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-2_star_02.csv +296 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-5_star_02.csv +66 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-70D_star_04.csv +89 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-11_star_04.csv +73 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-66_star_02.csv +294 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-7_star_05.csv +70 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-9_star_02.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-34_star_01.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-39_star_09.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-4_star_09.csv +59 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/data/hmm/seq_content.csv +5 -0
- test/new-results/test/parameters/data/hmm/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/data/hmm/v_gene-probs.csv +16 -0
- test/new-results/test/parameters/data/hmm/v_gene-v_3p_del-probs.csv +24 -0
- test/new-results/test/parameters/data/hmm/v_gene-v_5p_del-probs.csv +16 -0
- test/new-results/test/parameters/data/hmm/vd_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/data/sw/all-probs.csv +44 -0
- test/new-results/test/parameters/data/sw/cluster_size.csv +2 -0
- test/new-results/test/parameters/data/sw/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/data/sw/d_gene-d_3p_del-probs.csv +40 -0
- test/new-results/test/parameters/data/sw/d_gene-d_5p_del-probs.csv +42 -0
- test/new-results/test/parameters/data/sw/d_gene-probs.csv +23 -0
- test/new-results/test/parameters/data/sw/d_gene-vd_insertion-probs.csv +40 -0
- test/new-results/test/parameters/data/sw/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw/fv_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/extras.csv +26 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighd.fasta +44 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighj.fasta +14 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighv.fasta +36 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-1_star_01.yaml +450 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-26_star_01.yaml +512 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-15_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_01.yaml +681 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_02.yaml +681 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-2_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_02.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_03.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_02.yaml +869 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_03.yaml +869 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-22_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-3_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD4-17_star_01.yaml +429 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD4-4_star_01.yaml +428 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD5-5_star_01.yaml +513 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-13_star_01.yaml +533 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-19_star_01.yaml +533 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-25_star_01.yaml +470 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-6_star_01.yaml +470 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ2_star_01.yaml +1006 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ3_star_02.yaml +946 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ4_star_02.yaml +906 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ5_star_02.yaml +966 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_02.yaml +1206 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_03.yaml +1206 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV1-2_star_02.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV2-5_star_02.yaml +4560 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV2-70D_star_04.yaml +4561 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-11_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_03.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-30_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-48_star_03.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-66_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-69-1_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-7_star_05.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-9_star_02.yaml +4516 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-34_star_01.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-39_star_09.yaml +4529 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/data/sw/j_gene-dj_insertion-probs.csv +32 -0
- test/new-results/test/parameters/data/sw/j_gene-j_3p_del-probs.csv +11 -0
- test/new-results/test/parameters/data/sw/j_gene-j_5p_del-probs.csv +31 -0
- test/new-results/test/parameters/data/sw/j_gene-probs.csv +8 -0
- test/new-results/test/parameters/data/sw/jf_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-1_star_01.csv +4 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-26_star_01.csv +8 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-15_star_01.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_01.csv +28 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_02.csv +27 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-2_star_01.csv +27 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_01.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_02.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_01.csv +29 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_03.csv +14 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_02.csv +34 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_03.csv +20 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-22_star_01.csv +30 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-3_star_01.csv +21 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-17_star_01.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-4_star_01.csv +9 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD5-5_star_01.csv +9 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-13_star_01.csv +20 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-19_star_01.csv +21 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-25_star_01.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-6_star_01.csv +19 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ1_star_01.csv +52 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ2_star_01.csv +54 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ3_star_02.csv +51 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ4_star_02.csv +49 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ5_star_02.csv +51 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_02.csv +33 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_03.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-2_star_02.csv +296 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-5_star_02.csv +66 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-70D_star_04.csv +89 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-11_star_04.csv +73 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_03.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-30_star_04.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-48_star_03.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-66_star_02.csv +292 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-7_star_05.csv +70 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-9_star_02.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-34_star_01.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-39_star_09.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-4_star_09.csv +59 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/data/sw/seq_content.csv +5 -0
- test/new-results/test/parameters/data/sw/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/data/sw/v_gene-probs.csv +19 -0
- test/new-results/test/parameters/data/sw/v_gene-v_3p_del-probs.csv +25 -0
- test/new-results/test/parameters/data/sw/v_gene-v_5p_del-probs.csv +29 -0
- test/new-results/test/parameters/data/sw/vd_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw-cache.yaml +1 -0
- test/new-results/test/parameters/simu/hmm/all-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/hmm/all-mean-n-muted.csv +11 -11
- test/new-results/test/parameters/simu/hmm/all-probs.csv +13 -3
- test/new-results/test/parameters/simu/hmm/cluster_size.csv +1 -1
- test/new-results/test/parameters/simu/hmm/d-mean-mute-freqs.csv +6 -6
- test/new-results/test/parameters/simu/hmm/d-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/hmm/d_gene-d_3p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/d_gene-d_5p_del-probs.csv +9 -2
- test/new-results/test/parameters/simu/hmm/d_gene-probs.csv +5 -1
- test/new-results/test/parameters/simu/hmm/d_gene-vd_insertion-probs.csv +10 -2
- test/new-results/test/parameters/simu/hmm/dj_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/hmm/fv_insertion-probs.csv +3 -2
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/extras.csv +6 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighd.fasta +8 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighj.fasta +2 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighv.fasta +10 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD3-22_star_01.yaml +744 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD6-13_star_01.yaml +267 -268
- test/new-results/test/parameters/simu/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ4_star_02.yaml +306 -306
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ6_star_02.yaml +284 -284
- test/new-results/test/parameters/simu/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-66_star_02.yaml +1191 -1191
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-7_star_05.yaml +2 -2
- test/new-results/test/parameters/simu/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/j-mean-mute-freqs.csv +5 -5
- test/new-results/test/parameters/simu/hmm/j-mean-n-muted.csv +4 -4
- test/new-results/test/parameters/simu/hmm/j_gene-dj_insertion-probs.csv +9 -2
- test/new-results/test/parameters/simu/hmm/j_gene-j_3p_del-probs.csv +2 -1
- test/new-results/test/parameters/simu/hmm/j_gene-j_5p_del-probs.csv +7 -2
- test/new-results/test/parameters/simu/hmm/j_gene-probs.csv +2 -1
- test/new-results/test/parameters/simu/hmm/jf_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD1-20_star_01.csv +9 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-13_star_01.csv +16 -13
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ4_star_02.csv +44 -40
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ6_star_02.csv +2 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-66_star_02.csv +293 -291
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/hmm/seq_content.csv +4 -4
- test/new-results/test/parameters/simu/hmm/v-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/hmm/v-mean-n-muted.csv +7 -7
- test/new-results/test/parameters/simu/hmm/v_gene-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/v_gene-v_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/hmm/v_gene-v_5p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/vd_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/all-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/sw/all-mean-n-muted.csv +8 -8
- test/new-results/test/parameters/simu/sw/all-probs.csv +9 -1
- test/new-results/test/parameters/simu/sw/cluster_size.csv +1 -1
- test/new-results/test/parameters/simu/sw/d-mean-mute-freqs.csv +5 -5
- test/new-results/test/parameters/simu/sw/d-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/sw/d_gene-d_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/d_gene-d_5p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/d_gene-probs.csv +5 -1
- test/new-results/test/parameters/simu/sw/d_gene-vd_insertion-probs.csv +8 -1
- test/new-results/test/parameters/simu/sw/dj_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/fv_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/sw/germline-sets/igh/extras.csv +6 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighd.fasta +8 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighj.fasta +2 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighv.fasta +10 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD3-22_star_01.yaml +744 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD6-13_star_01.yaml +267 -268
- test/new-results/test/parameters/simu/sw/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHJ4_star_02.yaml +306 -306
- test/new-results/test/parameters/simu/sw/hmms/IGHJ6_star_02.yaml +22 -22
- test/new-results/test/parameters/simu/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-66_star_02.yaml +1191 -1191
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-7_star_05.yaml +2 -2
- test/new-results/test/parameters/simu/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/j-mean-mute-freqs.csv +4 -4
- test/new-results/test/parameters/simu/sw/j-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/sw/j_gene-dj_insertion-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/j_gene-j_3p_del-probs.csv +2 -1
- test/new-results/test/parameters/simu/sw/j_gene-j_5p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/j_gene-probs.csv +2 -1
- test/new-results/test/parameters/simu/sw/jf_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD1-20_star_01.csv +9 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-13_star_01.csv +16 -13
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-19_star_01.csv +20 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ4_star_02.csv +48 -40
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-66_star_02.csv +293 -291
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/sw/seq_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/v-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/sw/v-mean-n-muted.csv +7 -7
- test/new-results/test/parameters/simu/sw/v_gene-probs.csv +6 -1
- test/new-results/test/parameters/simu/sw/v_gene-v_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/v_gene-v_5p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/sw/vd_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw-cache.yaml +1 -1
- test/new-results/test/parameters/simu/true/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/simu/true/all-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/cluster_size.csv +7 -0
- test/new-results/test/parameters/simu/true/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/simu/true/d_gene-d_3p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/d_gene-d_5p_del-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/d_gene-probs.csv +7 -0
- test/new-results/test/parameters/simu/true/d_gene-vd_insertion-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/simu/true/fv_insertion-probs.csv +2 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/extras.csv +11 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighd.fasta +12 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighj.fasta +6 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighv.fasta +14 -0
- test/new-results/test/parameters/simu/true/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/simu/true/j_gene-dj_insertion-probs.csv +7 -0
- test/new-results/test/parameters/simu/true/j_gene-j_3p_del-probs.csv +4 -0
- test/new-results/test/parameters/simu/true/j_gene-j_5p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/j_gene-probs.csv +4 -0
- test/new-results/test/parameters/simu/true/jf_insertion-probs.csv +2 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-13_star_01.csv +22 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-6_star_01.csv +13 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ4_star_02.csv +45 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ6_star_02.csv +47 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-66_star_02.csv +294 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-7_star_05.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/true/seq_content.csv +5 -0
- test/new-results/test/parameters/simu/true/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/simu/true/v_gene-probs.csv +8 -0
- test/new-results/test/parameters/simu/true/v_gene-v_3p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/v_gene-v_5p_del-probs.csv +8 -0
- test/new-results/test/parameters/simu/true/vd_insertion_content.csv +5 -0
- test/new-results/test/simu.yaml +1 -0
- test/new-results/test.log +273 -24
- test/new-results/vsearch-partition-new-simu.yaml +1 -0
- test/paired/new-results/partition-new-simu/fasttree/iclust-0/log +3 -3
- test/paired/new-results/partition-new-simu/fasttree/iclust-1/log +5 -5
- test/paired/new-results/partition-new-simu/fasttree/iclust-2/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-0/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/log +1 -1
- test/paired/new-results/partition-new-simu-annotation-performance/plots/flcount-matrix.svg +107 -107
- test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop-log.svg +83 -83
- test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop.svg +61 -61
- test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-after.svg +18 -18
- test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-before.svg +24 -24
- test/paired/new-results/partition-new-simu-annotation-performance/plots/pseq-matrix.svg +35 -35
- test/paired/new-results/partition-new-simu-annotation-performance/plots/seqs-per-droplet.svg +22 -22
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct-family.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-mispaired.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-multiple.svg +15 -15
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-near-family.svg +15 -15
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-total.svg +47 -47
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-unpaired.svg +48 -48
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance.svg +27 -27
- test/paired/new-results/run-times.csv +5 -4
- test/paired/new-results/subset-partition-new-simu/isub-0/partition.log +5 -9
- test/paired/new-results/subset-partition-new-simu/isub-1/partition.log +4 -8
- test/paired/new-results/subset-partition-new-simu/merged-partition.log +4 -8
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/sw-cache.yaml +1 -1
- test/paired/new-results/test/simu/all-seqs.fa +226 -0
- test/paired/new-results/test/simu/igh+igk/igh.yaml +1 -0
- test/paired/new-results/test/simu/igh+igk/igk.yaml +1 -0
- test/paired/new-results/test/simu/igh+igl/igh.yaml +1 -0
- test/paired/new-results/test/simu/igh+igl/igl.yaml +1 -0
- test/paired/new-results/test/simu/igh.yaml +1 -0
- test/paired/new-results/test/simu/igk.yaml +1 -0
- test/paired/new-results/test/simu/igl.yaml +1 -0
- test/paired/new-results/test/simu/meta.yaml +1 -0
- test/paired/new-results/test.log +225 -40
- test/test.py +6 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/cf-alleles.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/cf-germlines.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/compare-plotdirs.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/extract-pairing-info.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/gctree-run.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/get-naive-probabilities.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/parse-output.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/split-loci.py +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/WHEEL +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/entry_points.txt +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/licenses/COPYING +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
>IGHV1-18*01
|
2
|
+
CAGGTTCAGCTGGTGCAGTCTGGAGCTGAGGTGAAGAAGCCTGGGGCCTCAGTGAAGGTCTCCTGCAAGGCTTCTGGTTACACCTTTACCAGCTATGGTATCAGCTGGGTGCGACAGGCCCCTGGACAAGGGCTTGAGTGGATGGGATGGATCAGCGCTTACAATGGTAACACAAACTATGCACAGAAGCTCCAGGGCAGAGTCACCATGACCACAGACACATCCACGAGCACAGCCTACATGGAGCTGAGGAGCCTGAGATCTGACGACACGGCCGTGTATTACTGTGCGAGAGA
|
3
|
+
>IGHV3-23*01
|
4
|
+
GAGGTGCAGCTGTTGGAGTCTGGGGGAGGCTTGGTACAGCCTGGGGGGTCCCTGAGACTCTCCTGTGCAGCCTCTGGATTCACCTTTAGCAGCTATGCCATGAGCTGGGTCCGCCAGGCTCCAGGGAAGGGGCTGGAGTGGGTCTCAGCTATTAGTGGTAGTGGTGGTAGCACATACTACGCAGACTCCGTGAAGGGCCGGTTCACCATCTCCAGAGACAATTCCAAGAACACGCTGTATCTGCAAATGAACAGCCTGAGAGCCGAGGACACGGCCGTATATTACTGTGCGAAAGA
|
5
|
+
>IGHV3-66*02
|
6
|
+
GAGGTGCAGCTGGTGGAGTCTGGGGGAGGCTTGGTCCAGCCTGGGGGGTCCCTGAGACTCTCCTGTGCAGCCTCTGGATTCACCGTCAGTAGCAACTACATGAGCTGGGTCCGCCAGGCTCCAGGGAAGGGGCTGGAGTGGGTCTCAGTTATTTATAGCGGTGGTAGCACATACTACGCAGACTCCGTGAAGGGCCGATTCACCATCTCCAGAGACAATTCCAAGAACACGCTGTATCTTCAAATGAACAGCCTGAGAGCTGAGGACACGGCTGTGTATTACTGTGCGAGAGA
|
7
|
+
>IGHV3-7*05
|
8
|
+
GAGGTGCAGCTGGTGGAGTCTGGGGGAGGCTTGGTCCAGCCTGGGGGGTCCCTGAGACTCTCCTGTGCAGCCTCTGGATTCACCTTTAGTAGCTATTGGATGAGCTGGGTCCGCCAGGCTCCAGGGAAAGGGCTGGAGTGGGTGGCCAACATAAAGCAAGATGGAAGTGAGAAATACTATGTGGACTCTGTGAAGGGCCGATTCACCATCTCCAGAGACAACGCCAAGAACTCACTGTATCTGCAAATGAACAGCCTGAGAGCCGAGGACACGGCCGTGTATTACTGTGCGAGAGA
|
9
|
+
>IGHV4-4*09
|
10
|
+
CAGGTGCAGCTGCAGGAGTCGGGCCCAGGACTGGTGAAGCCTTCGGAGACCCTGTCCCTCACCTGCACTGTCTCTGGTGGCTCCATCAGTAGTTACTACTGGAGCTGGATCCGGCAGCCCCCAGGGAAGGGACTGGAGTGGATTGGGTACATCTATACCAGTGGGAGCACCAACTACAACCCCTCCCTCAAGAGTCGAGTCACCATATCAGTAGACACGTCCAAGAACCAGTTCTCCCTGAAGCTGAGCTCTGTGACCGCCGCAGACACGGCCGTGTATTACTGTGCGAGAGA
|
11
|
+
>IGHV4-61*01
|
12
|
+
CAGGTGCAGCTGCAGGAGTCGGGCCCAGGACTGGTGAAGCCTTCGGAGACCCTGTCCCTCACCTGCACTGTCTCTGGTGGCTCCGTCAGCAGTGGTAGTTACTACTGGAGCTGGATCCGGCAGCCCCCAGGGAAGGGACTGGAGTGGATTGGGTATATCTATTACAGTGGGAGCACCAACTACAACCCCTCCCTCAAGAGTCGAGTCACCATATCAGTAGACACGTCCAAGAACCAGTTCTCCCTGAAGCTGAGCTCTGTGACCGCTGCGGACACGGCCGTGTATTACTGTGCGAGAGA
|
13
|
+
>IGHV5-51*01
|
14
|
+
GAGGTGCAGCTGGTGCAGTCTGGAGCAGAGGTGAAAAAGCCCGGGGAGTCTCTGAAGATCTCCTGTAAGGGTTCTGGATACAGCTTTACCAGCTACTGGATCGGCTGGGTGCGCCAGATGCCCGGGAAAGGCCTGGAGTGGATGGGGATCATCTATCCTGGTGACTCTGATACCAGATACAGCCCGTCCTTCCAAGGCCAGGTCACCATCTCAGCCGACAAGTCCATCAGCACCGCCTACCTGCAGTGGAGCAGCCTGAAGGCCTCGGACACCGCCATGTATTACTGTGCGAGACA
|
@@ -0,0 +1,43 @@
|
|
1
|
+
bin_low_edge,contents,binlabel,error
|
2
|
+
-0.01,0.0,,0.0
|
3
|
+
0.0,0.5833333333333334,,0.1272937693043289
|
4
|
+
0.01,0.0,,0.0
|
5
|
+
0.02,0.3055555555555556,,0.0921284663987611
|
6
|
+
0.03,0.0,,0.0
|
7
|
+
0.04,0.0,,0.0
|
8
|
+
0.05,0.1111111111111111,,0.05555555555555555
|
9
|
+
0.06,0.0,,0.0
|
10
|
+
0.07,0.0,,0.0
|
11
|
+
0.08,0.0,,0.0
|
12
|
+
0.09,0.0,,0.0
|
13
|
+
0.1,0.0,,0.0
|
14
|
+
0.11,0.0,,0.0
|
15
|
+
0.12,0.0,,0.0
|
16
|
+
0.13,0.0,,0.0
|
17
|
+
0.14,0.0,,0.0
|
18
|
+
0.15,0.0,,0.0
|
19
|
+
0.16,0.0,,0.0
|
20
|
+
0.17,0.0,,0.0
|
21
|
+
0.18,0.0,,0.0
|
22
|
+
0.19,0.0,,0.0
|
23
|
+
0.2,0.0,,0.0
|
24
|
+
0.21,0.0,,0.0
|
25
|
+
0.22,0.0,,0.0
|
26
|
+
0.23,0.0,,0.0
|
27
|
+
0.24,0.0,,0.0
|
28
|
+
0.25,0.0,,0.0
|
29
|
+
0.26,0.0,,0.0
|
30
|
+
0.27,0.0,,0.0
|
31
|
+
0.28,0.0,,0.0
|
32
|
+
0.29,0.0,,0.0
|
33
|
+
0.3,0.0,,0.0
|
34
|
+
0.31,0.0,,0.0
|
35
|
+
0.32,0.0,,0.0
|
36
|
+
0.33,0.0,,0.0
|
37
|
+
0.34,0.0,,0.0
|
38
|
+
0.35000000000000003,0.0,,0.0
|
39
|
+
0.36,0.0,,0.0
|
40
|
+
0.37,0.0,,0.0
|
41
|
+
0.38,0.0,,0.0
|
42
|
+
0.39,0.0,,0.0
|
43
|
+
0.4,0.0,,0.0
|
@@ -0,0 +1,25 @@
|
|
1
|
+
bin_low_edge,contents,binlabel,error
|
2
|
+
-1.5,0.0,,0.0
|
3
|
+
-0.5,21.0,,4.58257569495584
|
4
|
+
0.5,11.0,,3.3166247903554
|
5
|
+
1.5,4.0,,2.0
|
6
|
+
2.5,0.0,,0.0
|
7
|
+
3.5,0.0,,0.0
|
8
|
+
4.5,0.0,,0.0
|
9
|
+
5.5,0.0,,0.0
|
10
|
+
6.5,0.0,,0.0
|
11
|
+
7.5,0.0,,0.0
|
12
|
+
8.5,0.0,,0.0
|
13
|
+
9.5,0.0,,0.0
|
14
|
+
10.5,0.0,,0.0
|
15
|
+
11.5,0.0,,0.0
|
16
|
+
12.5,0.0,,0.0
|
17
|
+
13.5,0.0,,0.0
|
18
|
+
14.5,0.0,,0.0
|
19
|
+
15.5,0.0,,0.0
|
20
|
+
16.5,0.0,,0.0
|
21
|
+
17.5,0.0,,0.0
|
22
|
+
18.5,0.0,,0.0
|
23
|
+
19.5,0.0,,0.0
|
24
|
+
20.5,0.0,,0.0
|
25
|
+
21.5,0.0,,0.0
|
@@ -0,0 +1,8 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
3,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
3
|
+
4,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
4
|
+
5,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
5
|
+
6,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
6
|
+
7,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
7
|
+
8,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
8
|
+
9,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
@@ -0,0 +1,30 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
8,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
3
|
+
9,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
4
|
+
10,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
5
|
+
11,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
6
|
+
12,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
7
|
+
13,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
8
|
+
14,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
9
|
+
15,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
10
|
+
16,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
11
|
+
17,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
12
|
+
18,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
13
|
+
19,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
14
|
+
20,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
15
|
+
21,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
16
|
+
22,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
17
|
+
23,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
18
|
+
24,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
19
|
+
25,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
20
|
+
26,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
21
|
+
27,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
22
|
+
28,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
23
|
+
29,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511
|
24
|
+
30,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
25
|
+
31,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
26
|
+
32,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
27
|
+
33,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0
|
28
|
+
34,0.0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
29
|
+
35,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
30
|
+
36,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
@@ -0,0 +1,32 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
0,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
3
|
+
1,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
4
|
+
2,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
5
|
+
3,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
6
|
+
4,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
7
|
+
5,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
8
|
+
6,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
9
|
+
7,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
10
|
+
8,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
11
|
+
9,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
12
|
+
10,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
13
|
+
11,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
14
|
+
12,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
15
|
+
13,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
16
|
+
14,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
17
|
+
15,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
18
|
+
16,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
19
|
+
17,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
20
|
+
18,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
21
|
+
19,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
22
|
+
20,0.125,0.082581398133,0.317494100505,0.0,0,0.0,0.234912702372,0.125,1,0.082581398133,0.317494100505,0.875,7,0.682505899495,0.917418601867,0.0,0,0.0,0.234912702372
|
23
|
+
21,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
24
|
+
22,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
25
|
+
23,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
26
|
+
24,1.0,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
27
|
+
25,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
28
|
+
26,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
29
|
+
27,0.125,0.082581398133,0.317494100505,0.125,1,0.082581398133,0.317494100505,0.875,7,0.682505899495,0.917418601867,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
30
|
+
28,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
31
|
+
29,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
32
|
+
30,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
@@ -0,0 +1,22 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
0,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
3
|
+
1,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
4
|
+
2,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
5
|
+
3,0.05263157894736842,0.03681044182,0.152971094738,0.0,0,0.0,0.116160652917,0.05263157894736842,1,0.03681044182,0.152971094738,0.0,0,0.0,0.116160652917,0.9473684210526315,18,0.847028905262,0.96318955818
|
6
|
+
4,0.0,0.0,0.116160652917,1.0,19,0.9465508226401592,1.0,0.0,0,0.0,0.116160652917,0.0,0,0.0,0.116160652917,0.0,0,0.0,0.116160652917
|
7
|
+
5,0.0,0.0,0.116160652917,0.0,0,0.0,0.116160652917,0.0,0,0.0,0.116160652917,0.0,0,0.0,0.116160652917,1.0,19,0.9465508226401592,1.0
|
8
|
+
6,0.05263157894736842,0.03681044182,0.152971094738,0.9473684210526315,18,0.847028905262,0.96318955818,0.05263157894736842,1,0.03681044182,0.152971094738,0.0,0,0.0,0.116160652917,0.0,0,0.0,0.116160652917
|
9
|
+
7,0.0,0.0,0.116160652917,0.0,0,0.0,0.116160652917,0.0,0,0.0,0.116160652917,1.0,19,0.9465508226401592,1.0,0.0,0,0.0,0.116160652917
|
10
|
+
8,0.05263157894736842,0.03681044182,0.152971094738,0.0,0,0.0,0.116160652917,0.9473684210526315,18,0.847028905262,0.96318955818,0.0,0,0.0,0.116160652917,0.05263157894736842,1,0.03681044182,0.152971094738
|
11
|
+
9,0.0,0.0,0.10201236649,1.0,22,0.9533570832170496,1.0,0.0,0,0.0,0.10201236649,0.0,0,0.0,0.10201236649,0.0,0,0.0,0.10201236649
|
12
|
+
10,0.0,0.0,0.10201236649,0.0,0,0.0,0.10201236649,0.0,0,0.0,0.10201236649,1.0,22,0.9533570832170496,1.0,0.0,0,0.0,0.10201236649
|
13
|
+
11,0.0,0.0,0.10201236649,0.0,0,0.0,0.10201236649,1.0,22,0.9533570832170496,1.0,0.0,0,0.0,0.10201236649,0.0,0,0.0,0.10201236649
|
14
|
+
12,0.0,0.0,0.10201236649,1.0,22,0.9533570832170496,1.0,0.0,0,0.0,0.10201236649,0.0,0,0.0,0.10201236649,0.0,0,0.0,0.10201236649
|
15
|
+
13,0.0,0.0,0.10201236649,0.0,0,0.0,0.10201236649,0.0,0,0.0,0.10201236649,1.0,22,0.9533570832170496,1.0,0.0,0,0.0,0.10201236649
|
16
|
+
14,0.0,0.0,0.150996232908,0.0,0,0.0,0.150996232908,1.0,14,0.9293769912096106,1.0,0.0,0,0.0,0.150996232908,0.0,0,0.0,0.150996232908
|
17
|
+
15,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
18
|
+
16,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
19
|
+
17,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
20
|
+
18,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
21
|
+
19,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
22
|
+
20,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
@@ -0,0 +1,22 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
0,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
3
|
+
1,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
4
|
+
2,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
5
|
+
3,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0
|
6
|
+
4,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
7
|
+
5,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0
|
8
|
+
6,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
9
|
+
7,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
10
|
+
8,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
11
|
+
9,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
12
|
+
10,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
13
|
+
11,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0
|
14
|
+
12,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
15
|
+
13,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
16
|
+
14,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
17
|
+
15,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0
|
18
|
+
16,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
19
|
+
17,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
20
|
+
18,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0
|
21
|
+
19,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
22
|
+
20,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
@@ -0,0 +1,13 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
0,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
3
|
+
1,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
4
|
+
2,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
5
|
+
3,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0
|
6
|
+
4,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
7
|
+
5,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0
|
8
|
+
6,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
9
|
+
7,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
10
|
+
8,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
11
|
+
9,0.0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
12
|
+
10,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711
|
13
|
+
11,0.0,0.0,0.504622638711,0.0,0,0.0,0.504622638711,1.0,1,0.5773502691896258,1.0,0.0,0,0.0,0.504622638711,0.0,0,0.0,0.504622638711
|
@@ -0,0 +1,50 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
3,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
3
|
+
4,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
4
|
+
5,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
5
|
+
6,0.125,0.082581398133,0.317494100505,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.125,1,0.082581398133,0.317494100505,0.875,7,0.682505899495,0.917418601867
|
6
|
+
7,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
7
|
+
8,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
8
|
+
9,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
9
|
+
10,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
10
|
+
11,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
11
|
+
12,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
12
|
+
13,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
13
|
+
14,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
14
|
+
15,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
15
|
+
16,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
16
|
+
17,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
17
|
+
18,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
18
|
+
19,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
19
|
+
20,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
20
|
+
21,0.125,0.082581398133,0.317494100505,0.125,1,0.082581398133,0.317494100505,0.0,0,0.0,0.234912702372,0.875,7,0.682505899495,0.917418601867,0.0,0,0.0,0.234912702372
|
21
|
+
22,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
22
|
+
23,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
23
|
+
24,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
24
|
+
25,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
25
|
+
26,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
26
|
+
27,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
27
|
+
28,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
28
|
+
29,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
29
|
+
30,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
30
|
+
31,0.125,0.082581398133,0.317494100505,0.0,0,0.0,0.234912702372,0.875,7,0.682505899495,0.917418601867,0.0,0,0.0,0.234912702372,0.125,1,0.082581398133,0.317494100505
|
31
|
+
32,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
32
|
+
33,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
33
|
+
34,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
34
|
+
35,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
35
|
+
36,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
36
|
+
37,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
37
|
+
38,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
38
|
+
39,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
39
|
+
40,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
40
|
+
41,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
41
|
+
42,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
42
|
+
43,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
43
|
+
44,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
44
|
+
45,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
45
|
+
46,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
46
|
+
47,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
47
|
+
48,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0
|
48
|
+
49,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
49
|
+
50,0.0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372
|
50
|
+
51,0.0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,0.0,0,0.0,0.234912702372,1.0,8,0.8850881520714603,1.0,0.0,0,0.0,0.234912702372
|
@@ -0,0 +1,45 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
4,0.0,0.0,0.481701970511,0.0,0,0.0,0.481701970511,1.0,2,0.6933612743506348,1.0,0.0,0,0.0,0.481701970511,0.0,0,0.0,0.481701970511
|
3
|
+
5,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
4
|
+
6,0.0,0.0,0.198355386463,0.0,0,0.0,0.198355386463,0.0,0,0.0,0.198355386463,0.0,0,0.0,0.198355386463,1.0,10,0.9049515755219305,1.0
|
5
|
+
7,0.0,0.0,0.183970231421,0.0,0,0.0,0.183970231421,0.0,0,0.0,0.183970231421,0.0,0,0.0,0.183970231421,1.0,11,0.9125147547604939,1.0
|
6
|
+
8,0.0,0.0,0.094346093025,0.0,0,0.0,0.094346093025,0.0,0,0.0,0.094346093025,1.0,24,0.957007077981387,1.0,0.0,0,0.0,0.094346093025
|
7
|
+
9,0.0,0.0,0.094346093025,1.0,24,0.957007077981387,1.0,0.0,0,0.0,0.094346093025,0.0,0,0.0,0.094346093025,0.0,0,0.0,0.094346093025
|
8
|
+
10,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
9
|
+
11,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0
|
10
|
+
12,0.08,0.054524784052,0.166990015254,0.92,23,0.833009984746,0.945475215948,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.08,2,0.054524784052,0.166990015254
|
11
|
+
13,0.36,0.280454434197,0.460013706465,0.36,9,0.280454434197,0.460013706465,0.64,16,0.539986293535,0.719545565803,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
12
|
+
14,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0
|
13
|
+
15,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
14
|
+
16,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
15
|
+
17,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
16
|
+
18,0.04,0.028268218486,0.11919655906,0.0,0,0.0,0.090928340574,0.04,1,0.028268218486,0.11919655906,0.96,24,0.88080344094,0.971731781514,0.0,0,0.0,0.090928340574
|
17
|
+
19,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
18
|
+
20,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
19
|
+
21,0.0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
20
|
+
22,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
21
|
+
23,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
22
|
+
24,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
23
|
+
25,0.0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
24
|
+
26,0.0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
25
|
+
27,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
26
|
+
28,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
27
|
+
29,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
28
|
+
30,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0
|
29
|
+
31,0.04,0.028268218486,0.11919655906,0.04,1,0.028268218486,0.11919655906,0.0,0,0.0,0.090928340574,0.96,24,0.88080344094,0.971731781514,0.0,0,0.0,0.090928340574
|
30
|
+
32,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
31
|
+
33,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0
|
32
|
+
34,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
33
|
+
35,0.0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
34
|
+
36,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
35
|
+
37,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
36
|
+
38,0.04,0.028268218486,0.11919655906,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.96,24,0.88080344094,0.971731781514,0.04,1,0.028268218486,0.11919655906
|
37
|
+
39,0.04,0.028268218486,0.11919655906,0.04,1,0.028268218486,0.11919655906,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.96,24,0.88080344094,0.971731781514
|
38
|
+
40,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
39
|
+
41,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0
|
40
|
+
42,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
41
|
+
43,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
42
|
+
44,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0
|
43
|
+
45,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
44
|
+
46,0.0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574
|
45
|
+
47,0.0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,0.0,0,0.0,0.090928340574,1.0,25,0.9586259529716822,1.0,0.0,0,0.0,0.090928340574
|
@@ -0,0 +1,47 @@
|
|
1
|
+
position,mute_freq,lo_err,hi_err,A,A_obs,A_lo_err,A_hi_err,C,C_obs,C_lo_err,C_hi_err,G,G_obs,G_lo_err,G_hi_err,T,T_obs,T_lo_err,T_hi_err
|
2
|
+
17,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
3
|
+
18,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
4
|
+
19,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
5
|
+
20,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
6
|
+
21,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
7
|
+
22,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
8
|
+
23,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
9
|
+
24,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
10
|
+
25,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
11
|
+
26,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
12
|
+
27,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
13
|
+
28,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
14
|
+
29,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
15
|
+
30,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
16
|
+
31,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
17
|
+
32,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
18
|
+
33,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
19
|
+
34,0.3333333333333333,0.190687242468,0.611085344392,0.3333333333333333,1,0.190687242468,0.611085344392,0.6666666666666666,2,0.388914655608,0.809312757532,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
20
|
+
35,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
21
|
+
36,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
22
|
+
37,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
23
|
+
38,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
24
|
+
39,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
25
|
+
40,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
26
|
+
41,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
27
|
+
42,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
28
|
+
43,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
29
|
+
44,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
30
|
+
45,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
31
|
+
46,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
32
|
+
47,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
33
|
+
48,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
34
|
+
49,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
35
|
+
50,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
36
|
+
51,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
37
|
+
52,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
38
|
+
53,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|
39
|
+
54,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
40
|
+
55,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
41
|
+
56,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
42
|
+
57,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
43
|
+
58,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
44
|
+
59,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0
|
45
|
+
60,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
46
|
+
61,0.0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924
|
47
|
+
62,0.0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,0.0,0,0.0,0.420398101924,1.0,3,0.7598356856515925,1.0,0.0,0,0.0,0.420398101924
|