partis-bcr 1.0.11.post1.dev1__cp312-cp312-manylinux1_x86_64.whl → 1.0.11.post1.dev7__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.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/partis-test.py +6 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/METADATA +1 -1
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/RECORD +655 -127
- 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 +2 -2
- test/paired/new-results/partition-new-simu/fasttree/iclust-1/log +4 -4
- test/paired/new-results/partition-new-simu/fasttree/iclust-2/log +4 -4
- test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/log +4 -4
- 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 +4 -3
- test/paired/new-results/subset-partition-new-simu/isub-0/partition.log +1 -1
- test/paired/new-results/subset-partition-new-simu/isub-1/partition.log +7 -7
- test/paired/new-results/subset-partition-new-simu/merged-partition.log +3 -3
- 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 +182 -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 +215 -33
- test/test.py +6 -0
- test/trees.nwk +100 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/cf-alleles.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/cf-germlines.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/compare-plotdirs.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/extract-pairing-info.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/gctree-run.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/get-naive-probabilities.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/parse-output.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/split-loci.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/WHEEL +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/entry_points.txt +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/licenses/COPYING +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2025-08-
|
9
|
+
<dc:date>2025-08-25T00:32:42.119123</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -41,12 +41,12 @@ z
|
|
41
41
|
<g id="xtick_1">
|
42
42
|
<g id="line2d_1">
|
43
43
|
<defs>
|
44
|
-
<path id="
|
44
|
+
<path id="m2ad64c917c" d="M 0 0
|
45
45
|
L 0 3.5
|
46
46
|
" style="stroke: #262626; stroke-width: 0.8"/>
|
47
47
|
</defs>
|
48
48
|
<g>
|
49
|
-
<use xlink:href="#
|
49
|
+
<use xlink:href="#m2ad64c917c" x="104.52864" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
50
50
|
</g>
|
51
51
|
</g>
|
52
52
|
<g id="text_1">
|
@@ -56,7 +56,7 @@ L 0 3.5
|
|
56
56
|
<g id="xtick_2">
|
57
57
|
<g id="line2d_2">
|
58
58
|
<g>
|
59
|
-
<use xlink:href="#
|
59
|
+
<use xlink:href="#m2ad64c917c" x="147.69792" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
60
60
|
</g>
|
61
61
|
</g>
|
62
62
|
<g id="text_2">
|
@@ -66,7 +66,7 @@ L 0 3.5
|
|
66
66
|
<g id="xtick_3">
|
67
67
|
<g id="line2d_3">
|
68
68
|
<g>
|
69
|
-
<use xlink:href="#
|
69
|
+
<use xlink:href="#m2ad64c917c" x="190.8672" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
70
70
|
</g>
|
71
71
|
</g>
|
72
72
|
<g id="text_3">
|
@@ -76,7 +76,7 @@ L 0 3.5
|
|
76
76
|
<g id="xtick_4">
|
77
77
|
<g id="line2d_4">
|
78
78
|
<g>
|
79
|
-
<use xlink:href="#
|
79
|
+
<use xlink:href="#m2ad64c917c" x="234.03648" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
80
80
|
</g>
|
81
81
|
</g>
|
82
82
|
<g id="text_4">
|
@@ -86,7 +86,7 @@ L 0 3.5
|
|
86
86
|
<g id="xtick_5">
|
87
87
|
<g id="line2d_5">
|
88
88
|
<g>
|
89
|
-
<use xlink:href="#
|
89
|
+
<use xlink:href="#m2ad64c917c" x="277.20576" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
90
90
|
</g>
|
91
91
|
</g>
|
92
92
|
<g id="text_5">
|
@@ -96,7 +96,7 @@ L 0 3.5
|
|
96
96
|
<g id="xtick_6">
|
97
97
|
<g id="line2d_6">
|
98
98
|
<g>
|
99
|
-
<use xlink:href="#
|
99
|
+
<use xlink:href="#m2ad64c917c" x="320.37504" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
100
100
|
</g>
|
101
101
|
</g>
|
102
102
|
<g id="text_6">
|
@@ -111,12 +111,12 @@ L 0 3.5
|
|
111
111
|
<g id="ytick_1">
|
112
112
|
<g id="line2d_7">
|
113
113
|
<defs>
|
114
|
-
<path id="
|
114
|
+
<path id="m3f379a61e6" d="M 0 0
|
115
115
|
L -3.5 0
|
116
116
|
" style="stroke: #262626; stroke-width: 0.8"/>
|
117
117
|
</defs>
|
118
118
|
<g>
|
119
|
-
<use xlink:href="#
|
119
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="266.909538" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
120
120
|
</g>
|
121
121
|
</g>
|
122
122
|
<g id="text_8">
|
@@ -126,7 +126,7 @@ L -3.5 0
|
|
126
126
|
<g id="ytick_2">
|
127
127
|
<g id="line2d_8">
|
128
128
|
<g>
|
129
|
-
<use xlink:href="#
|
129
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="247.768615" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
130
130
|
</g>
|
131
131
|
</g>
|
132
132
|
<g id="text_9">
|
@@ -136,7 +136,7 @@ L -3.5 0
|
|
136
136
|
<g id="ytick_3">
|
137
137
|
<g id="line2d_9">
|
138
138
|
<g>
|
139
|
-
<use xlink:href="#
|
139
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="228.627692" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
140
140
|
</g>
|
141
141
|
</g>
|
142
142
|
<g id="text_10">
|
@@ -146,7 +146,7 @@ L -3.5 0
|
|
146
146
|
<g id="ytick_4">
|
147
147
|
<g id="line2d_10">
|
148
148
|
<g>
|
149
|
-
<use xlink:href="#
|
149
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="209.486769" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
150
150
|
</g>
|
151
151
|
</g>
|
152
152
|
<g id="text_11">
|
@@ -156,7 +156,7 @@ L -3.5 0
|
|
156
156
|
<g id="ytick_5">
|
157
157
|
<g id="line2d_11">
|
158
158
|
<g>
|
159
|
-
<use xlink:href="#
|
159
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="190.345846" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
160
160
|
</g>
|
161
161
|
</g>
|
162
162
|
<g id="text_12">
|
@@ -166,7 +166,7 @@ L -3.5 0
|
|
166
166
|
<g id="ytick_6">
|
167
167
|
<g id="line2d_12">
|
168
168
|
<g>
|
169
|
-
<use xlink:href="#
|
169
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="171.204923" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
170
170
|
</g>
|
171
171
|
</g>
|
172
172
|
<g id="text_13">
|
@@ -176,7 +176,7 @@ L -3.5 0
|
|
176
176
|
<g id="ytick_7">
|
177
177
|
<g id="line2d_13">
|
178
178
|
<g>
|
179
|
-
<use xlink:href="#
|
179
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="152.064" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
180
180
|
</g>
|
181
181
|
</g>
|
182
182
|
<g id="text_14">
|
@@ -186,7 +186,7 @@ L -3.5 0
|
|
186
186
|
<g id="ytick_8">
|
187
187
|
<g id="line2d_14">
|
188
188
|
<g>
|
189
|
-
<use xlink:href="#
|
189
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="132.923077" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
190
190
|
</g>
|
191
191
|
</g>
|
192
192
|
<g id="text_15">
|
@@ -196,7 +196,7 @@ L -3.5 0
|
|
196
196
|
<g id="ytick_9">
|
197
197
|
<g id="line2d_15">
|
198
198
|
<g>
|
199
|
-
<use xlink:href="#
|
199
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="113.782154" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
200
200
|
</g>
|
201
201
|
</g>
|
202
202
|
<g id="text_16">
|
@@ -206,7 +206,7 @@ L -3.5 0
|
|
206
206
|
<g id="ytick_10">
|
207
207
|
<g id="line2d_16">
|
208
208
|
<g>
|
209
|
-
<use xlink:href="#
|
209
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="94.641231" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
210
210
|
</g>
|
211
211
|
</g>
|
212
212
|
<g id="text_17">
|
@@ -216,7 +216,7 @@ L -3.5 0
|
|
216
216
|
<g id="ytick_11">
|
217
217
|
<g id="line2d_17">
|
218
218
|
<g>
|
219
|
-
<use xlink:href="#
|
219
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="75.500308" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
220
220
|
</g>
|
221
221
|
</g>
|
222
222
|
<g id="text_18">
|
@@ -226,7 +226,7 @@ L -3.5 0
|
|
226
226
|
<g id="ytick_12">
|
227
227
|
<g id="line2d_18">
|
228
228
|
<g>
|
229
|
-
<use xlink:href="#
|
229
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="56.359385" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
230
230
|
</g>
|
231
231
|
</g>
|
232
232
|
<g id="text_19">
|
@@ -236,7 +236,7 @@ L -3.5 0
|
|
236
236
|
<g id="ytick_13">
|
237
237
|
<g id="line2d_19">
|
238
238
|
<g>
|
239
|
-
<use xlink:href="#
|
239
|
+
<use xlink:href="#m3f379a61e6" x="82.944" y="37.218462" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
240
240
|
</g>
|
241
241
|
</g>
|
242
242
|
<g id="text_20">
|
@@ -253,469 +253,469 @@ L 126.11328 276.48
|
|
253
253
|
L 126.11328 257.339077
|
254
254
|
L 82.944 257.339077
|
255
255
|
L 82.944 276.48
|
256
|
-
" clip-path="url(#
|
256
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
257
257
|
<path d="M 126.11328 276.48
|
258
258
|
L 169.28256 276.48
|
259
259
|
L 169.28256 257.339077
|
260
260
|
L 126.11328 257.339077
|
261
261
|
L 126.11328 276.48
|
262
|
-
" clip-path="url(#
|
262
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
263
263
|
<path d="M 169.28256 276.48
|
264
264
|
L 212.45184 276.48
|
265
265
|
L 212.45184 257.339077
|
266
266
|
L 169.28256 257.339077
|
267
267
|
L 169.28256 276.48
|
268
|
-
" clip-path="url(#
|
268
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
269
269
|
<path d="M 212.45184 276.48
|
270
270
|
L 255.62112 276.48
|
271
271
|
L 255.62112 257.339077
|
272
272
|
L 212.45184 257.339077
|
273
273
|
L 212.45184 276.48
|
274
|
-
" clip-path="url(#
|
274
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
275
275
|
<path d="M 255.62112 276.48
|
276
276
|
L 298.7904 276.48
|
277
277
|
L 298.7904 257.339077
|
278
278
|
L 255.62112 257.339077
|
279
279
|
L 255.62112 276.48
|
280
|
-
" clip-path="url(#
|
280
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
281
281
|
<path d="M 298.7904 276.48
|
282
282
|
L 341.95968 276.48
|
283
283
|
L 341.95968 257.339077
|
284
284
|
L 298.7904 257.339077
|
285
285
|
L 298.7904 276.48
|
286
|
-
" clip-path="url(#
|
286
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
287
287
|
<path d="M 82.944 257.339077
|
288
288
|
L 126.11328 257.339077
|
289
289
|
L 126.11328 238.198154
|
290
290
|
L 82.944 238.198154
|
291
291
|
L 82.944 257.339077
|
292
|
-
" clip-path="url(#
|
292
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
293
293
|
<path d="M 126.11328 257.339077
|
294
294
|
L 169.28256 257.339077
|
295
295
|
L 169.28256 238.198154
|
296
296
|
L 126.11328 238.198154
|
297
297
|
L 126.11328 257.339077
|
298
|
-
" clip-path="url(#
|
298
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #470d60"/>
|
299
299
|
<path d="M 169.28256 257.339077
|
300
300
|
L 212.45184 257.339077
|
301
301
|
L 212.45184 238.198154
|
302
302
|
L 169.28256 238.198154
|
303
303
|
L 169.28256 257.339077
|
304
|
-
" clip-path="url(#
|
304
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
305
305
|
<path d="M 212.45184 257.339077
|
306
306
|
L 255.62112 257.339077
|
307
307
|
L 255.62112 238.198154
|
308
308
|
L 212.45184 238.198154
|
309
309
|
L 212.45184 257.339077
|
310
|
-
" clip-path="url(#
|
310
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
311
311
|
<path d="M 255.62112 257.339077
|
312
312
|
L 298.7904 257.339077
|
313
313
|
L 298.7904 238.198154
|
314
314
|
L 255.62112 238.198154
|
315
315
|
L 255.62112 257.339077
|
316
|
-
" clip-path="url(#
|
316
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
317
317
|
<path d="M 298.7904 257.339077
|
318
318
|
L 341.95968 257.339077
|
319
319
|
L 341.95968 238.198154
|
320
320
|
L 298.7904 238.198154
|
321
321
|
L 298.7904 257.339077
|
322
|
-
" clip-path="url(#
|
322
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
323
323
|
<path d="M 82.944 238.198154
|
324
324
|
L 126.11328 238.198154
|
325
325
|
L 126.11328 219.057231
|
326
326
|
L 82.944 219.057231
|
327
327
|
L 82.944 238.198154
|
328
|
-
" clip-path="url(#
|
328
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
329
329
|
<path d="M 126.11328 238.198154
|
330
330
|
L 169.28256 238.198154
|
331
331
|
L 169.28256 219.057231
|
332
332
|
L 126.11328 219.057231
|
333
333
|
L 126.11328 238.198154
|
334
|
-
" clip-path="url(#
|
334
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
335
335
|
<path d="M 169.28256 238.198154
|
336
336
|
L 212.45184 238.198154
|
337
337
|
L 212.45184 219.057231
|
338
338
|
L 169.28256 219.057231
|
339
339
|
L 169.28256 238.198154
|
340
|
-
" clip-path="url(#
|
340
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #481b6d"/>
|
341
341
|
<path d="M 212.45184 238.198154
|
342
342
|
L 255.62112 238.198154
|
343
343
|
L 255.62112 219.057231
|
344
344
|
L 212.45184 219.057231
|
345
345
|
L 212.45184 238.198154
|
346
|
-
" clip-path="url(#
|
346
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
347
347
|
<path d="M 255.62112 238.198154
|
348
348
|
L 298.7904 238.198154
|
349
349
|
L 298.7904 219.057231
|
350
350
|
L 255.62112 219.057231
|
351
351
|
L 255.62112 238.198154
|
352
|
-
" clip-path="url(#
|
352
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
353
353
|
<path d="M 298.7904 238.198154
|
354
354
|
L 341.95968 238.198154
|
355
355
|
L 341.95968 219.057231
|
356
356
|
L 298.7904 219.057231
|
357
357
|
L 298.7904 238.198154
|
358
|
-
" clip-path="url(#
|
358
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
359
359
|
<path d="M 82.944 219.057231
|
360
360
|
L 126.11328 219.057231
|
361
361
|
L 126.11328 199.916308
|
362
362
|
L 82.944 199.916308
|
363
363
|
L 82.944 219.057231
|
364
|
-
" clip-path="url(#
|
364
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
365
365
|
<path d="M 126.11328 219.057231
|
366
366
|
L 169.28256 219.057231
|
367
367
|
L 169.28256 199.916308
|
368
368
|
L 126.11328 199.916308
|
369
369
|
L 126.11328 219.057231
|
370
|
-
" clip-path="url(#
|
370
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
371
371
|
<path d="M 169.28256 219.057231
|
372
372
|
L 212.45184 219.057231
|
373
373
|
L 212.45184 199.916308
|
374
374
|
L 169.28256 199.916308
|
375
375
|
L 169.28256 219.057231
|
376
|
-
" clip-path="url(#
|
376
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
377
377
|
<path d="M 212.45184 219.057231
|
378
378
|
L 255.62112 219.057231
|
379
379
|
L 255.62112 199.916308
|
380
380
|
L 212.45184 199.916308
|
381
381
|
L 212.45184 219.057231
|
382
|
-
" clip-path="url(#
|
382
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #450457"/>
|
383
383
|
<path d="M 255.62112 219.057231
|
384
384
|
L 298.7904 219.057231
|
385
385
|
L 298.7904 199.916308
|
386
386
|
L 255.62112 199.916308
|
387
387
|
L 255.62112 219.057231
|
388
|
-
" clip-path="url(#
|
388
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
389
389
|
<path d="M 298.7904 219.057231
|
390
390
|
L 341.95968 219.057231
|
391
391
|
L 341.95968 199.916308
|
392
392
|
L 298.7904 199.916308
|
393
393
|
L 298.7904 219.057231
|
394
|
-
" clip-path="url(#
|
394
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
395
395
|
<path d="M 82.944 199.916308
|
396
396
|
L 126.11328 199.916308
|
397
397
|
L 126.11328 180.775385
|
398
398
|
L 82.944 180.775385
|
399
399
|
L 82.944 199.916308
|
400
|
-
" clip-path="url(#
|
400
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
401
401
|
<path d="M 126.11328 199.916308
|
402
402
|
L 169.28256 199.916308
|
403
403
|
L 169.28256 180.775385
|
404
404
|
L 126.11328 180.775385
|
405
405
|
L 126.11328 199.916308
|
406
|
-
" clip-path="url(#
|
406
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #470d60"/>
|
407
407
|
<path d="M 169.28256 199.916308
|
408
408
|
L 212.45184 199.916308
|
409
409
|
L 212.45184 180.775385
|
410
410
|
L 169.28256 180.775385
|
411
411
|
L 169.28256 199.916308
|
412
|
-
" clip-path="url(#
|
412
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
413
413
|
<path d="M 212.45184 199.916308
|
414
414
|
L 255.62112 199.916308
|
415
415
|
L 255.62112 180.775385
|
416
416
|
L 212.45184 180.775385
|
417
417
|
L 212.45184 199.916308
|
418
|
-
" clip-path="url(#
|
418
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
419
419
|
<path d="M 255.62112 199.916308
|
420
420
|
L 298.7904 199.916308
|
421
421
|
L 298.7904 180.775385
|
422
422
|
L 255.62112 180.775385
|
423
423
|
L 255.62112 199.916308
|
424
|
-
" clip-path="url(#
|
424
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
425
425
|
<path d="M 298.7904 199.916308
|
426
426
|
L 341.95968 199.916308
|
427
427
|
L 341.95968 180.775385
|
428
428
|
L 298.7904 180.775385
|
429
429
|
L 298.7904 199.916308
|
430
|
-
" clip-path="url(#
|
430
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
431
431
|
<path d="M 82.944 180.775385
|
432
432
|
L 126.11328 180.775385
|
433
433
|
L 126.11328 161.634462
|
434
434
|
L 82.944 161.634462
|
435
435
|
L 82.944 180.775385
|
436
|
-
" clip-path="url(#
|
436
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
437
437
|
<path d="M 126.11328 180.775385
|
438
438
|
L 169.28256 180.775385
|
439
439
|
L 169.28256 161.634462
|
440
440
|
L 126.11328 161.634462
|
441
441
|
L 126.11328 180.775385
|
442
|
-
" clip-path="url(#
|
442
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
443
443
|
<path d="M 169.28256 180.775385
|
444
444
|
L 212.45184 180.775385
|
445
445
|
L 212.45184 161.634462
|
446
446
|
L 169.28256 161.634462
|
447
447
|
L 169.28256 180.775385
|
448
|
-
" clip-path="url(#
|
448
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
449
449
|
<path d="M 212.45184 180.775385
|
450
450
|
L 255.62112 180.775385
|
451
451
|
L 255.62112 161.634462
|
452
452
|
L 212.45184 161.634462
|
453
453
|
L 212.45184 180.775385
|
454
|
-
" clip-path="url(#
|
454
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
455
455
|
<path d="M 255.62112 180.775385
|
456
456
|
L 298.7904 180.775385
|
457
457
|
L 298.7904 161.634462
|
458
458
|
L 255.62112 161.634462
|
459
459
|
L 255.62112 180.775385
|
460
|
-
" clip-path="url(#
|
460
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #fde725"/>
|
461
461
|
<path d="M 298.7904 180.775385
|
462
462
|
L 341.95968 180.775385
|
463
463
|
L 341.95968 161.634462
|
464
464
|
L 298.7904 161.634462
|
465
465
|
L 298.7904 180.775385
|
466
|
-
" clip-path="url(#
|
466
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
467
467
|
<path d="M 82.944 161.634462
|
468
468
|
L 126.11328 161.634462
|
469
469
|
L 126.11328 142.493538
|
470
470
|
L 82.944 142.493538
|
471
471
|
L 82.944 161.634462
|
472
|
-
" clip-path="url(#
|
472
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
473
473
|
<path d="M 126.11328 161.634462
|
474
474
|
L 169.28256 161.634462
|
475
475
|
L 169.28256 142.493538
|
476
476
|
L 126.11328 142.493538
|
477
477
|
L 126.11328 161.634462
|
478
|
-
" clip-path="url(#
|
478
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
479
479
|
<path d="M 169.28256 161.634462
|
480
480
|
L 212.45184 161.634462
|
481
481
|
L 212.45184 142.493538
|
482
482
|
L 169.28256 142.493538
|
483
483
|
L 169.28256 161.634462
|
484
|
-
" clip-path="url(#
|
484
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
485
485
|
<path d="M 212.45184 161.634462
|
486
486
|
L 255.62112 161.634462
|
487
487
|
L 255.62112 142.493538
|
488
488
|
L 212.45184 142.493538
|
489
489
|
L 212.45184 161.634462
|
490
|
-
" clip-path="url(#
|
490
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
491
491
|
<path d="M 255.62112 161.634462
|
492
492
|
L 298.7904 161.634462
|
493
493
|
L 298.7904 142.493538
|
494
494
|
L 255.62112 142.493538
|
495
495
|
L 255.62112 161.634462
|
496
|
-
" clip-path="url(#
|
496
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
497
497
|
<path d="M 298.7904 161.634462
|
498
498
|
L 341.95968 161.634462
|
499
499
|
L 341.95968 142.493538
|
500
500
|
L 298.7904 142.493538
|
501
501
|
L 298.7904 161.634462
|
502
|
-
" clip-path="url(#
|
502
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #2d718e"/>
|
503
503
|
<path d="M 82.944 142.493538
|
504
504
|
L 126.11328 142.493538
|
505
505
|
L 126.11328 123.352615
|
506
506
|
L 82.944 123.352615
|
507
507
|
L 82.944 142.493538
|
508
|
-
" clip-path="url(#
|
508
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
509
509
|
<path d="M 126.11328 142.493538
|
510
510
|
L 169.28256 142.493538
|
511
511
|
L 169.28256 123.352615
|
512
512
|
L 126.11328 123.352615
|
513
513
|
L 126.11328 142.493538
|
514
|
-
" clip-path="url(#
|
514
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #470d60"/>
|
515
515
|
<path d="M 169.28256 142.493538
|
516
516
|
L 212.45184 142.493538
|
517
517
|
L 212.45184 123.352615
|
518
518
|
L 169.28256 123.352615
|
519
519
|
L 169.28256 142.493538
|
520
|
-
" clip-path="url(#
|
520
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
521
521
|
<path d="M 212.45184 142.493538
|
522
522
|
L 255.62112 142.493538
|
523
523
|
L 255.62112 123.352615
|
524
524
|
L 212.45184 123.352615
|
525
525
|
L 212.45184 142.493538
|
526
|
-
" clip-path="url(#
|
526
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
527
527
|
<path d="M 255.62112 142.493538
|
528
528
|
L 298.7904 142.493538
|
529
529
|
L 298.7904 123.352615
|
530
530
|
L 255.62112 123.352615
|
531
531
|
L 255.62112 142.493538
|
532
|
-
" clip-path="url(#
|
532
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #481b6d"/>
|
533
533
|
<path d="M 298.7904 142.493538
|
534
534
|
L 341.95968 142.493538
|
535
535
|
L 341.95968 123.352615
|
536
536
|
L 298.7904 123.352615
|
537
537
|
L 298.7904 142.493538
|
538
|
-
" clip-path="url(#
|
538
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
539
539
|
<path d="M 82.944 123.352615
|
540
540
|
L 126.11328 123.352615
|
541
541
|
L 126.11328 104.211692
|
542
542
|
L 82.944 104.211692
|
543
543
|
L 82.944 123.352615
|
544
|
-
" clip-path="url(#
|
544
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
545
545
|
<path d="M 126.11328 123.352615
|
546
546
|
L 169.28256 123.352615
|
547
547
|
L 169.28256 104.211692
|
548
548
|
L 126.11328 104.211692
|
549
549
|
L 126.11328 123.352615
|
550
|
-
" clip-path="url(#
|
550
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #450457"/>
|
551
551
|
<path d="M 169.28256 123.352615
|
552
552
|
L 212.45184 123.352615
|
553
553
|
L 212.45184 104.211692
|
554
554
|
L 169.28256 104.211692
|
555
555
|
L 169.28256 123.352615
|
556
|
-
" clip-path="url(#
|
556
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
557
557
|
<path d="M 212.45184 123.352615
|
558
558
|
L 255.62112 123.352615
|
559
559
|
L 255.62112 104.211692
|
560
560
|
L 212.45184 104.211692
|
561
561
|
L 212.45184 123.352615
|
562
|
-
" clip-path="url(#
|
562
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
563
563
|
<path d="M 255.62112 123.352615
|
564
564
|
L 298.7904 123.352615
|
565
565
|
L 298.7904 104.211692
|
566
566
|
L 255.62112 104.211692
|
567
567
|
L 255.62112 123.352615
|
568
|
-
" clip-path="url(#
|
568
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
569
569
|
<path d="M 298.7904 123.352615
|
570
570
|
L 341.95968 123.352615
|
571
571
|
L 341.95968 104.211692
|
572
572
|
L 298.7904 104.211692
|
573
573
|
L 298.7904 123.352615
|
574
|
-
" clip-path="url(#
|
574
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #470d60"/>
|
575
575
|
<path d="M 82.944 104.211692
|
576
576
|
L 126.11328 104.211692
|
577
577
|
L 126.11328 85.070769
|
578
578
|
L 82.944 85.070769
|
579
579
|
L 82.944 104.211692
|
580
|
-
" clip-path="url(#
|
580
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
581
581
|
<path d="M 126.11328 104.211692
|
582
582
|
L 169.28256 104.211692
|
583
583
|
L 169.28256 85.070769
|
584
584
|
L 126.11328 85.070769
|
585
585
|
L 126.11328 104.211692
|
586
|
-
" clip-path="url(#
|
586
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
587
587
|
<path d="M 169.28256 104.211692
|
588
588
|
L 212.45184 104.211692
|
589
589
|
L 212.45184 85.070769
|
590
590
|
L 169.28256 85.070769
|
591
591
|
L 169.28256 104.211692
|
592
|
-
" clip-path="url(#
|
592
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
593
593
|
<path d="M 212.45184 104.211692
|
594
594
|
L 255.62112 104.211692
|
595
595
|
L 255.62112 85.070769
|
596
596
|
L 212.45184 85.070769
|
597
597
|
L 212.45184 104.211692
|
598
|
-
" clip-path="url(#
|
598
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #470d60"/>
|
599
599
|
<path d="M 255.62112 104.211692
|
600
600
|
L 298.7904 104.211692
|
601
601
|
L 298.7904 85.070769
|
602
602
|
L 255.62112 85.070769
|
603
603
|
L 255.62112 104.211692
|
604
|
-
" clip-path="url(#
|
604
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #481b6d"/>
|
605
605
|
<path d="M 298.7904 104.211692
|
606
606
|
L 341.95968 104.211692
|
607
607
|
L 341.95968 85.070769
|
608
608
|
L 298.7904 85.070769
|
609
609
|
L 298.7904 104.211692
|
610
|
-
" clip-path="url(#
|
610
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
611
611
|
<path d="M 82.944 85.070769
|
612
612
|
L 126.11328 85.070769
|
613
613
|
L 126.11328 65.929846
|
614
614
|
L 82.944 65.929846
|
615
615
|
L 82.944 85.070769
|
616
|
-
" clip-path="url(#
|
616
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
617
617
|
<path d="M 126.11328 85.070769
|
618
618
|
L 169.28256 85.070769
|
619
619
|
L 169.28256 65.929846
|
620
620
|
L 126.11328 65.929846
|
621
621
|
L 126.11328 85.070769
|
622
|
-
" clip-path="url(#
|
622
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
623
623
|
<path d="M 169.28256 85.070769
|
624
624
|
L 212.45184 85.070769
|
625
625
|
L 212.45184 65.929846
|
626
626
|
L 169.28256 65.929846
|
627
627
|
L 169.28256 85.070769
|
628
|
-
" clip-path="url(#
|
628
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
629
629
|
<path d="M 212.45184 85.070769
|
630
630
|
L 255.62112 85.070769
|
631
631
|
L 255.62112 65.929846
|
632
632
|
L 212.45184 65.929846
|
633
633
|
L 212.45184 85.070769
|
634
|
-
" clip-path="url(#
|
634
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #450457"/>
|
635
635
|
<path d="M 255.62112 85.070769
|
636
636
|
L 298.7904 85.070769
|
637
637
|
L 298.7904 65.929846
|
638
638
|
L 255.62112 65.929846
|
639
639
|
L 255.62112 85.070769
|
640
|
-
" clip-path="url(#
|
640
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
641
641
|
<path d="M 298.7904 85.070769
|
642
642
|
L 341.95968 85.070769
|
643
643
|
L 341.95968 65.929846
|
644
644
|
L 298.7904 65.929846
|
645
645
|
L 298.7904 85.070769
|
646
|
-
" clip-path="url(#
|
646
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #470d60"/>
|
647
647
|
<path d="M 82.944 65.929846
|
648
648
|
L 126.11328 65.929846
|
649
649
|
L 126.11328 46.788923
|
650
650
|
L 82.944 46.788923
|
651
651
|
L 82.944 65.929846
|
652
|
-
" clip-path="url(#
|
652
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
653
653
|
<path d="M 126.11328 65.929846
|
654
654
|
L 169.28256 65.929846
|
655
655
|
L 169.28256 46.788923
|
656
656
|
L 126.11328 46.788923
|
657
657
|
L 126.11328 65.929846
|
658
|
-
" clip-path="url(#
|
658
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
659
659
|
<path d="M 169.28256 65.929846
|
660
660
|
L 212.45184 65.929846
|
661
661
|
L 212.45184 46.788923
|
662
662
|
L 169.28256 46.788923
|
663
663
|
L 169.28256 65.929846
|
664
|
-
" clip-path="url(#
|
664
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
665
665
|
<path d="M 212.45184 65.929846
|
666
666
|
L 255.62112 65.929846
|
667
667
|
L 255.62112 46.788923
|
668
668
|
L 212.45184 46.788923
|
669
669
|
L 212.45184 65.929846
|
670
|
-
" clip-path="url(#
|
670
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
671
671
|
<path d="M 255.62112 65.929846
|
672
672
|
L 298.7904 65.929846
|
673
673
|
L 298.7904 46.788923
|
674
674
|
L 255.62112 46.788923
|
675
675
|
L 255.62112 65.929846
|
676
|
-
" clip-path="url(#
|
676
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #453781"/>
|
677
677
|
<path d="M 298.7904 65.929846
|
678
678
|
L 341.95968 65.929846
|
679
679
|
L 341.95968 46.788923
|
680
680
|
L 298.7904 46.788923
|
681
681
|
L 298.7904 65.929846
|
682
|
-
" clip-path="url(#
|
682
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #453781"/>
|
683
683
|
<path d="M 82.944 46.788923
|
684
684
|
L 126.11328 46.788923
|
685
685
|
L 126.11328 27.648
|
686
686
|
L 82.944 27.648
|
687
687
|
L 82.944 46.788923
|
688
|
-
" clip-path="url(#
|
688
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
689
689
|
<path d="M 126.11328 46.788923
|
690
690
|
L 169.28256 46.788923
|
691
691
|
L 169.28256 27.648
|
692
692
|
L 126.11328 27.648
|
693
693
|
L 126.11328 46.788923
|
694
|
-
" clip-path="url(#
|
694
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
695
695
|
<path d="M 169.28256 46.788923
|
696
696
|
L 212.45184 46.788923
|
697
697
|
L 212.45184 27.648
|
698
698
|
L 169.28256 27.648
|
699
699
|
L 169.28256 46.788923
|
700
|
-
" clip-path="url(#
|
700
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
701
701
|
<path d="M 212.45184 46.788923
|
702
702
|
L 255.62112 46.788923
|
703
703
|
L 255.62112 27.648
|
704
704
|
L 212.45184 27.648
|
705
705
|
L 212.45184 46.788923
|
706
|
-
" clip-path="url(#
|
706
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
707
707
|
<path d="M 255.62112 46.788923
|
708
708
|
L 298.7904 46.788923
|
709
709
|
L 298.7904 27.648
|
710
710
|
L 255.62112 27.648
|
711
711
|
L 255.62112 46.788923
|
712
|
-
" clip-path="url(#
|
712
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #440154"/>
|
713
713
|
<path d="M 298.7904 46.788923
|
714
714
|
L 341.95968 46.788923
|
715
715
|
L 341.95968 27.648
|
716
716
|
L 298.7904 27.648
|
717
717
|
L 298.7904 46.788923
|
718
|
-
" clip-path="url(#
|
718
|
+
" clip-path="url(#p4b8d369ac1)" style="fill: #481b6d"/>
|
719
719
|
</g>
|
720
720
|
<g id="patch_3">
|
721
721
|
<path d="M 82.944 276.48
|
@@ -745,12 +745,12 @@ z
|
|
745
745
|
<g id="ytick_14">
|
746
746
|
<g id="line2d_20">
|
747
747
|
<defs>
|
748
|
-
<path id="
|
748
|
+
<path id="m6f2a4312de" d="M 0 0
|
749
749
|
L 3.5 0
|
750
750
|
" style="stroke: #262626; stroke-width: 0.8"/>
|
751
751
|
</defs>
|
752
752
|
<g>
|
753
|
-
<use xlink:href="#
|
753
|
+
<use xlink:href="#m6f2a4312de" x="396.9792" y="226.7136" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
754
754
|
</g>
|
755
755
|
</g>
|
756
756
|
<g id="text_23">
|
@@ -760,7 +760,7 @@ L 3.5 0
|
|
760
760
|
<g id="ytick_15">
|
761
761
|
<g id="line2d_21">
|
762
762
|
<g>
|
763
|
-
<use xlink:href="#
|
763
|
+
<use xlink:href="#m6f2a4312de" x="396.9792" y="174.327916" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
764
764
|
</g>
|
765
765
|
</g>
|
766
766
|
<g id="text_24">
|
@@ -770,7 +770,7 @@ L 3.5 0
|
|
770
770
|
<g id="ytick_16">
|
771
771
|
<g id="line2d_22">
|
772
772
|
<g>
|
773
|
-
<use xlink:href="#
|
773
|
+
<use xlink:href="#m6f2a4312de" x="396.9792" y="121.942232" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
774
774
|
</g>
|
775
775
|
</g>
|
776
776
|
<g id="text_25">
|
@@ -780,7 +780,7 @@ L 3.5 0
|
|
780
780
|
<g id="ytick_17">
|
781
781
|
<g id="line2d_23">
|
782
782
|
<g>
|
783
|
-
<use xlink:href="#
|
783
|
+
<use xlink:href="#m6f2a4312de" x="396.9792" y="69.556547" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
784
784
|
</g>
|
785
785
|
</g>
|
786
786
|
<g id="text_26">
|
@@ -792,7 +792,7 @@ L 3.5 0
|
|
792
792
|
</g>
|
793
793
|
</g>
|
794
794
|
<image xlink:href="data:image/png;base64,
|
795
|
-
iVBORw0KGgoAAAANSUhEUgAAABEAAAFaCAYAAAD4hbbhAAAB5klEQVR4nO2cwW3EMAwEJZmlpYT0X0qcf5if5oDBgiyA4A5Xa/mA8/7a3++6rFr73PZY9x3WWrXPvm9CyEEmYZggchYD1sJkH4IJIKcWMAnlE0SOZsVj+7/lcWwck6yzAzGRHEAVE0kTiIklHusVMSGaeORYHDsr/lAThgmxHQ9YE5P7HiomlhXXC4BVZSwwSVjGiuQw20EmsTCB5BBNNG8ZHiZh8agBq/KJBKwpY5n7yX2TMJ+o5EgmMdneAjbPJ5azMz5pNUx6eeSkZeys+J9J7nukrTjN9hqzDZNew6RXWsYOk1aInGHSa6Kgl0dOrX1/4cpjct9kmPSi8uTesZ4bdVjGilYcZ3ukiQSsKh6jmAC/LscxYc7OimKyLStGJhH5hDiAosco4hMPk7F9qwLUYD7RMCFWfNKYSKIAASticoirhSdjw2yvkSOyPeTYLCYWOSYmhE/SmFjkINtRMflxTBJ2dqgVA9t50mwvcWw9w6Q1IcxGRYGGCTCJ6JHxIGbTnB1GDhLUGiYjpzchTrHoaoHImSjoTZDnjucxCtlecgApnyA3askBNPmEeH0zMZH4RBSPDJOseIxjInm5LuCLFCYmxCj1iJgAX06AmFj+X3wIJhBYCxNiO3WAYUwrJr4LqmHyCzQEjbahci/YAAAAAElFTkSuQmCC" id="
|
795
|
+
iVBORw0KGgoAAAANSUhEUgAAABEAAAFaCAYAAAD4hbbhAAAB5klEQVR4nO2cwW3EMAwEJZmlpYT0X0qcf5if5oDBgiyA4A5Xa/mA8/7a3++6rFr73PZY9x3WWrXPvm9CyEEmYZggchYD1sJkH4IJIKcWMAnlE0SOZsVj+7/lcWwck6yzAzGRHEAVE0kTiIklHusVMSGaeORYHDsr/lAThgmxHQ9YE5P7HiomlhXXC4BVZSwwSVjGiuQw20EmsTCB5BBNNG8ZHiZh8agBq/KJBKwpY5n7yX2TMJ+o5EgmMdneAjbPJ5azMz5pNUx6eeSkZeys+J9J7nukrTjN9hqzDZNew6RXWsYOk1aInGHSa6Kgl0dOrX1/4cpjct9kmPSi8uTesZ4bdVjGilYcZ3ukiQSsKh6jmAC/LscxYc7OimKyLStGJhH5hDiAosco4hMPk7F9qwLUYD7RMCFWfNKYSKIAASticoirhSdjw2yvkSOyPeTYLCYWOSYmhE/SmFjkINtRMflxTBJ2dqgVA9t50mwvcWw9w6Q1IcxGRYGGCTCJ6JHxIGbTnB1GDhLUGiYjpzchTrHoaoHImSjoTZDnjucxCtlecgApnyA3askBNPmEeH0zMZH4RBSPDJOseIxjInm5LuCLFCYmxCj1iJgAX06AmFj+X3wIJhBYCxNiO3WAYUwrJr4LqmHyCzQEjbahci/YAAAAAElFTkSuQmCC" id="image1b8bdbdadf" transform="scale(1 -1) translate(0 -249.12)" x="384.48" y="-27.36" width="12.24" height="249.12"/>
|
796
796
|
<g id="LineCollection_1"/>
|
797
797
|
<g id="patch_6">
|
798
798
|
<path d="M 384.5376 276.48
|
@@ -818,7 +818,7 @@ z
|
|
818
818
|
</g>
|
819
819
|
</g>
|
820
820
|
<defs>
|
821
|
-
<clipPath id="
|
821
|
+
<clipPath id="p4b8d369ac1">
|
822
822
|
<rect x="82.944" y="27.648" width="259.01568" height="248.832"/>
|
823
823
|
</clipPath>
|
824
824
|
</defs>
|