partis-bcr 1.0.11.post1.dev1__cp312-cp312-macosx_10_13_universal2.whl → 1.0.12__cp312-cp312-macosx_10_13_universal2.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.12.data}/scripts/partis-test.py +6 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.12.dist-info}/METADATA +1 -1
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.12.dist-info}/RECORD +647 -129
- 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 +9 -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.log +203 -24
- test/new-results/vsearch-partition-new-simu.yaml +1 -0
- test/paired/new-results/partition-new-simu/fasttree/iclust-0/log +6 -6
- test/paired/new-results/partition-new-simu/fasttree/iclust-1/log +6 -6
- 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-0/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igl/partition-igh/fasttree/iclust-0/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igl/partition-igl/fasttree/iclust-0/log +3 -3
- 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 +6 -6
- test/paired/new-results/subset-partition-new-simu/isub-0/partition.log +50 -46
- test/paired/new-results/subset-partition-new-simu/isub-1/partition.log +55 -51
- test/paired/new-results/subset-partition-new-simu/merged-partition.log +34 -30
- 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.log +142 -133
- test/test.py +6 -0
- test/trees.nwk +100 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/cf-alleles.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/cf-germlines.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/compare-plotdirs.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/extract-pairing-info.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/gctree-run.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/get-naive-probabilities.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/parse-output.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.12.data}/scripts/split-loci.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.12.dist-info}/WHEEL +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.12.dist-info}/entry_points.txt +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.12.dist-info}/licenses/COPYING +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.12.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:51:49.457790</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -41,19 +41,19 @@ z
|
|
41
41
|
<g id="xtick_1">
|
42
42
|
<g id="line2d_1">
|
43
43
|
<defs>
|
44
|
-
<path id="
|
44
|
+
<path id="m2d50476853" 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="#m2d50476853" x="82.944" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
50
50
|
</g>
|
51
51
|
</g>
|
52
52
|
</g>
|
53
53
|
<g id="xtick_2">
|
54
54
|
<g id="line2d_2">
|
55
55
|
<g>
|
56
|
-
<use xlink:href="#
|
56
|
+
<use xlink:href="#m2d50476853" x="153.9072" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
57
57
|
</g>
|
58
58
|
</g>
|
59
59
|
<g id="text_1">
|
@@ -63,7 +63,7 @@ L 0 3.5
|
|
63
63
|
<g id="xtick_3">
|
64
64
|
<g id="line2d_3">
|
65
65
|
<g>
|
66
|
-
<use xlink:href="#
|
66
|
+
<use xlink:href="#m2d50476853" x="224.8704" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
67
67
|
</g>
|
68
68
|
</g>
|
69
69
|
<g id="text_2">
|
@@ -73,7 +73,7 @@ L 0 3.5
|
|
73
73
|
<g id="xtick_4">
|
74
74
|
<g id="line2d_4">
|
75
75
|
<g>
|
76
|
-
<use xlink:href="#
|
76
|
+
<use xlink:href="#m2d50476853" x="295.8336" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
77
77
|
</g>
|
78
78
|
</g>
|
79
79
|
<g id="text_3">
|
@@ -83,7 +83,7 @@ L 0 3.5
|
|
83
83
|
<g id="xtick_5">
|
84
84
|
<g id="line2d_5">
|
85
85
|
<g>
|
86
|
-
<use xlink:href="#
|
86
|
+
<use xlink:href="#m2d50476853" x="366.7968" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
87
87
|
</g>
|
88
88
|
</g>
|
89
89
|
<g id="text_4">
|
@@ -93,7 +93,7 @@ L 0 3.5
|
|
93
93
|
<g id="xtick_6">
|
94
94
|
<g id="line2d_6">
|
95
95
|
<g>
|
96
|
-
<use xlink:href="#
|
96
|
+
<use xlink:href="#m2d50476853" x="437.76" y="276.48" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
97
97
|
</g>
|
98
98
|
</g>
|
99
99
|
</g>
|
@@ -102,12 +102,12 @@ L 0 3.5
|
|
102
102
|
<g id="ytick_1">
|
103
103
|
<g id="line2d_7">
|
104
104
|
<defs>
|
105
|
-
<path id="
|
105
|
+
<path id="m950e795b5c" d="M 0 0
|
106
106
|
L -3.5 0
|
107
107
|
" style="stroke: #262626; stroke-width: 0.8"/>
|
108
108
|
</defs>
|
109
109
|
<g>
|
110
|
-
<use xlink:href="#
|
110
|
+
<use xlink:href="#m950e795b5c" x="82.944" y="265.169455" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
111
111
|
</g>
|
112
112
|
</g>
|
113
113
|
<g id="text_5">
|
@@ -117,7 +117,7 @@ L -3.5 0
|
|
117
117
|
<g id="ytick_2">
|
118
118
|
<g id="line2d_8">
|
119
119
|
<g>
|
120
|
-
<use xlink:href="#
|
120
|
+
<use xlink:href="#m950e795b5c" x="82.944" y="215.483012" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
121
121
|
</g>
|
122
122
|
</g>
|
123
123
|
<g id="text_6">
|
@@ -127,7 +127,7 @@ L -3.5 0
|
|
127
127
|
<g id="ytick_3">
|
128
128
|
<g id="line2d_9">
|
129
129
|
<g>
|
130
|
-
<use xlink:href="#
|
130
|
+
<use xlink:href="#m950e795b5c" x="82.944" y="165.796569" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
131
131
|
</g>
|
132
132
|
</g>
|
133
133
|
<g id="text_7">
|
@@ -137,7 +137,7 @@ L -3.5 0
|
|
137
137
|
<g id="ytick_4">
|
138
138
|
<g id="line2d_10">
|
139
139
|
<g>
|
140
|
-
<use xlink:href="#
|
140
|
+
<use xlink:href="#m950e795b5c" x="82.944" y="116.110126" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
141
141
|
</g>
|
142
142
|
</g>
|
143
143
|
<g id="text_8">
|
@@ -147,7 +147,7 @@ L -3.5 0
|
|
147
147
|
<g id="ytick_5">
|
148
148
|
<g id="line2d_11">
|
149
149
|
<g>
|
150
|
-
<use xlink:href="#
|
150
|
+
<use xlink:href="#m950e795b5c" x="82.944" y="66.423683" style="fill: #262626; stroke: #262626; stroke-width: 0.8"/>
|
151
151
|
</g>
|
152
152
|
</g>
|
153
153
|
<g id="text_9">
|
@@ -161,25 +161,25 @@ L -3.5 0
|
|
161
161
|
<g id="LineCollection_1">
|
162
162
|
<path d="M 153.9072 83.951533
|
163
163
|
L 153.9072 38.958545
|
164
|
-
" clip-path="url(#
|
164
|
+
" clip-path="url(#p741ab54d33)" style="fill: none; stroke: #000000; stroke-opacity: 0.6; stroke-width: 3"/>
|
165
165
|
<path d="M 224.8704 235.357589
|
166
166
|
L 224.8704 215.483012
|
167
|
-
" clip-path="url(#
|
167
|
+
" clip-path="url(#p741ab54d33)" style="fill: none; stroke: #000000; stroke-opacity: 0.6; stroke-width: 3"/>
|
168
168
|
<path d="M 295.8336 265.169455
|
169
169
|
L 295.8336 265.169455
|
170
|
-
" clip-path="url(#
|
170
|
+
" clip-path="url(#p741ab54d33)" style="fill: none; stroke: #000000; stroke-opacity: 0.6; stroke-width: 3"/>
|
171
171
|
<path d="M 366.7968 237.526361
|
172
172
|
L 366.7968 218.282884
|
173
|
-
" clip-path="url(#
|
173
|
+
" clip-path="url(#p741ab54d33)" style="fill: none; stroke: #000000; stroke-opacity: 0.6; stroke-width: 3"/>
|
174
174
|
</g>
|
175
175
|
<g id="line2d_12">
|
176
176
|
<path d="M 153.9072 61.455039
|
177
177
|
L 224.8704 225.4203
|
178
178
|
L 295.8336 265.169455
|
179
179
|
L 366.7968 227.904622
|
180
|
-
" clip-path="url(#
|
180
|
+
" clip-path="url(#p741ab54d33)" style="fill: none; stroke: #000000; stroke-opacity: 0.6; stroke-width: 3; stroke-linecap: round"/>
|
181
181
|
<defs>
|
182
|
-
<path id="
|
182
|
+
<path id="mddc1cc2074" d="M 0 3.25
|
183
183
|
C 0.86191 3.25 1.688635 2.907559 2.298097 2.298097
|
184
184
|
C 2.907559 1.688635 3.25 0.86191 3.25 0
|
185
185
|
C 3.25 -0.86191 2.907559 -1.688635 2.298097 -2.298097
|
@@ -191,11 +191,11 @@ C -1.688635 2.907559 -0.86191 3.25 0 3.25
|
|
191
191
|
z
|
192
192
|
" style="stroke: #000000; stroke-opacity: 0.6"/>
|
193
193
|
</defs>
|
194
|
-
<g clip-path="url(#
|
195
|
-
<use xlink:href="#
|
196
|
-
<use xlink:href="#
|
197
|
-
<use xlink:href="#
|
198
|
-
<use xlink:href="#
|
194
|
+
<g clip-path="url(#p741ab54d33)">
|
195
|
+
<use xlink:href="#mddc1cc2074" x="153.9072" y="61.455039" style="fill-opacity: 0.6; stroke: #000000; stroke-opacity: 0.6"/>
|
196
|
+
<use xlink:href="#mddc1cc2074" x="224.8704" y="225.4203" style="fill-opacity: 0.6; stroke: #000000; stroke-opacity: 0.6"/>
|
197
|
+
<use xlink:href="#mddc1cc2074" x="295.8336" y="265.169455" style="fill-opacity: 0.6; stroke: #000000; stroke-opacity: 0.6"/>
|
198
|
+
<use xlink:href="#mddc1cc2074" x="366.7968" y="227.904622" style="fill-opacity: 0.6; stroke: #000000; stroke-opacity: 0.6"/>
|
199
199
|
</g>
|
200
200
|
</g>
|
201
201
|
<g id="patch_3">
|
@@ -234,7 +234,7 @@ L 145.13664 108.8308
|
|
234
234
|
</g>
|
235
235
|
<g id="line2d_14">
|
236
236
|
<g>
|
237
|
-
<use xlink:href="#
|
237
|
+
<use xlink:href="#mddc1cc2074" x="125.13664" y="108.8308" style="fill-opacity: 0.6; stroke: #000000; stroke-opacity: 0.6"/>
|
238
238
|
</g>
|
239
239
|
</g>
|
240
240
|
<g id="text_11">
|
@@ -244,7 +244,7 @@ L 145.13664 108.8308
|
|
244
244
|
</g>
|
245
245
|
</g>
|
246
246
|
<defs>
|
247
|
-
<clipPath id="
|
247
|
+
<clipPath id="p741ab54d33">
|
248
248
|
<rect x="82.944" y="27.648" width="354.816" height="248.832"/>
|
249
249
|
</clipPath>
|
250
250
|
</defs>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
name,seconds
|
2
|
-
cache-parameters-simu,
|
3
|
-
partition-new-simu,
|
4
|
-
subset-partition-new-simu,
|
5
|
-
seed-partition-new-simu,
|
6
|
-
get-selection-metrics-new-simu,
|
7
|
-
cache-parameters-data,
|
2
|
+
cache-parameters-simu,34.9
|
3
|
+
partition-new-simu,36.9
|
4
|
+
subset-partition-new-simu,135.7
|
5
|
+
seed-partition-new-simu,19.8
|
6
|
+
get-selection-metrics-new-simu,14.1
|
7
|
+
cache-parameters-data,40.6
|
@@ -43,30 +43,30 @@ smith-waterman (new-allele fitting)
|
|
43
43
|
running 10 procs for 24 seqs
|
44
44
|
info for 24 / 24 = 1.000 (removed: 0 failed)
|
45
45
|
kept 11 (0.458) unproductive
|
46
|
-
water time: 0.2 (ig-sw 0.0 processing 0.
|
46
|
+
water time: 0.2 (ig-sw 0.0 processing 0.2)
|
47
47
|
smith-waterman (writing parameters)
|
48
48
|
vsearch: 24 / 24 v annotations (0 failed) with 6 v genes in 0.1 sec
|
49
49
|
running 10 procs for 24 seqs
|
50
50
|
info for 24 / 24 = 1.000 (removed: 0 failed)
|
51
51
|
kept 11 (0.458) unproductive
|
52
52
|
writing sw results to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/sw-cache.yaml
|
53
|
-
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/sw (0
|
54
|
-
water time: 1.
|
53
|
+
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/sw (1.0 sec)
|
54
|
+
water time: 1.2 (ig-sw 1.1 processing 0.2)
|
55
55
|
writing hmms removed 21 genes from glfo (leaving v 6 d 13 j 4)
|
56
56
|
|
57
57
|
note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
|
58
|
-
(0.
|
58
|
+
(0.9 sec)
|
59
59
|
hmm
|
60
60
|
reading output
|
61
61
|
read 24 hmm output lines with 24 sequences in 24 events (0 failures)
|
62
|
-
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/hmm (
|
63
|
-
infra time:
|
64
|
-
hmm step time: 1.
|
62
|
+
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/hmm (1.1 sec)
|
63
|
+
infra time: 1.2
|
64
|
+
hmm step time: 1.8
|
65
65
|
writing hmms removed 4 genes from glfo (leaving v 6 d 9 j 4)
|
66
66
|
|
67
67
|
note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
|
68
|
-
(0.
|
69
|
-
total time:
|
68
|
+
(0.7 sec)
|
69
|
+
total time: 5.2
|
70
70
|
[44mcache-parameters[0m [94migk[0m:
|
71
71
|
[91mrun[0m partis cache-parameters --locus igk --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igk.fa --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/sw-cache.yaml
|
72
72
|
--input-metafnames: added meta info for 18 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml: loci paired-uids
|
@@ -74,7 +74,7 @@ caching parameters
|
|
74
74
|
vsearch: 18 / 18 v annotations (0 failed) with 6 v genes in 0.1 sec
|
75
75
|
keeping 5 / 64 v genes
|
76
76
|
smith-waterman (new-allele fitting)
|
77
|
-
vsearch: 18 / 18 v annotations (0 failed) with 5 v genes in 0.
|
77
|
+
vsearch: 18 / 18 v annotations (0 failed) with 5 v genes in 0.2 sec
|
78
78
|
running 10 procs for 18 seqs
|
79
79
|
running 11 procs for 2 seqs
|
80
80
|
info for 18 / 18 = 1.000 (removed: 0 failed)
|
@@ -87,23 +87,23 @@ smith-waterman (writing parameters)
|
|
87
87
|
info for 18 / 18 = 1.000 (removed: 0 failed)
|
88
88
|
kept 5 (0.278) unproductive
|
89
89
|
writing sw results to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/sw-cache.yaml
|
90
|
-
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/sw (0.
|
90
|
+
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/sw (0.7 sec)
|
91
91
|
water time: 1.0 (ig-sw 0.7 processing 0.1)
|
92
92
|
writing hmms removed 2 genes from glfo (leaving v 5 d 1 j 5)
|
93
93
|
|
94
94
|
note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
|
95
|
-
(0.
|
95
|
+
(0.5 sec)
|
96
96
|
hmm
|
97
97
|
reading output
|
98
98
|
read 18 hmm output lines with 18 sequences in 18 events (0 failures)
|
99
99
|
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/hmm (0.6 sec)
|
100
100
|
infra time: 0.7
|
101
|
-
hmm step time: 1.
|
101
|
+
hmm step time: 1.1
|
102
102
|
writing hmms removed 0 genes from glfo (leaving v 5 d 1 j 5)
|
103
103
|
|
104
104
|
note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
|
105
105
|
(0.4 sec)
|
106
|
-
total time: 3.
|
106
|
+
total time: 3.8
|
107
107
|
[44mcache-parameters[0m [94migl[0m:
|
108
108
|
[91mrun[0m partis cache-parameters --locus igl --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igl.fa --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/sw-cache.yaml
|
109
109
|
--input-metafnames: added meta info for 10 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml: loci paired-uids
|
@@ -122,8 +122,8 @@ smith-waterman (writing parameters)
|
|
122
122
|
info for 10 / 10 = 1.000 (removed: 0 failed)
|
123
123
|
kept 7 (0.700) unproductive
|
124
124
|
writing sw results to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/sw-cache.yaml
|
125
|
-
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/sw (0.
|
126
|
-
water time: 0.
|
125
|
+
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/sw (0.5 sec)
|
126
|
+
water time: 0.7 (ig-sw 0.6 processing 0.2)
|
127
127
|
writing hmms removed 7 genes from glfo (leaving v 3 d 1 j 2)
|
128
128
|
|
129
129
|
note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
|
@@ -131,14 +131,14 @@ smith-waterman (writing parameters)
|
|
131
131
|
hmm
|
132
132
|
reading output
|
133
133
|
read 10 hmm output lines with 10 sequences in 10 events (0 failures)
|
134
|
-
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/hmm (0.
|
135
|
-
infra time: 0.
|
136
|
-
hmm step time: 0.
|
134
|
+
writing parameters to test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/hmm (0.5 sec)
|
135
|
+
infra time: 0.5
|
136
|
+
hmm step time: 0.8
|
137
137
|
writing hmms removed 0 genes from glfo (leaving v 3 d 1 j 2)
|
138
138
|
|
139
139
|
note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
|
140
140
|
(0.2 sec)
|
141
|
-
total time: 2.
|
141
|
+
total time: 2.6
|
142
142
|
[44mpartition[0m [94migh[0m:
|
143
143
|
[91mrun[0m partis partition --locus igh --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igh.fa --outfname test/paired/new-results/subset-partition-new-simu/isub-0/single-chain/partition-igh.yaml --refuse-to-cache-parameters --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/sw-cache.yaml
|
144
144
|
--input-metafnames: added meta info for 24 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml: loci paired-uids
|
@@ -150,20 +150,20 @@ smith-waterman
|
|
150
150
|
kept 11 (0.458) unproductive
|
151
151
|
water time: 0.0
|
152
152
|
hmm
|
153
|
-
caching all 24 naive sequences (0.
|
153
|
+
caching all 24 naive sequences (0.6s)
|
154
154
|
collapsed 24 queries into 22 clusters with identical naive seqs (0.0 sec)
|
155
155
|
22 clusters with 10 procs (0.4s)
|
156
|
-
22 clusters with 7 procs (0.
|
157
|
-
20 clusters with 5 procs (0.
|
158
|
-
18 clusters with 3 procs (0.
|
156
|
+
22 clusters with 7 procs (0.4s)
|
157
|
+
20 clusters with 5 procs (0.4s)
|
158
|
+
18 clusters with 3 procs (0.5s)
|
159
159
|
14 clusters with 2 procs (0.4s)
|
160
|
-
12 clusters with 1 proc (0.
|
160
|
+
12 clusters with 1 proc (0.4s)
|
161
161
|
[93mnote[0m not merging entire cpath history
|
162
|
-
partition loop time: 2.
|
162
|
+
partition loop time: 2.4
|
163
163
|
getting annotations for final partition
|
164
|
-
subcluster annotating 12 clusters with steps: (0.
|
165
|
-
subcluster annotation time 0.
|
166
|
-
total time: 3.
|
164
|
+
subcluster annotating 12 clusters with steps: (0.5s) (0.3s)
|
165
|
+
subcluster annotation time 0.7
|
166
|
+
total time: 3.9
|
167
167
|
[44mpartition[0m [94migk[0m:
|
168
168
|
[91mrun[0m partis partition --locus igk --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igk.fa --outfname test/paired/new-results/subset-partition-new-simu/isub-0/single-chain/partition-igk.yaml --refuse-to-cache-parameters --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/sw-cache.yaml
|
169
169
|
--input-metafnames: added meta info for 18 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml: loci paired-uids
|
@@ -182,7 +182,7 @@ hmm
|
|
182
182
|
7 clusters with 5 procs (0.3s)
|
183
183
|
7 clusters with 3 procs (0.2s)
|
184
184
|
7 clusters with 2 procs (0.2s)
|
185
|
-
7 clusters with 1 proc (0.
|
185
|
+
7 clusters with 1 proc (0.4s)
|
186
186
|
partition loop time: 1.3
|
187
187
|
getting annotations for final partition
|
188
188
|
subcluster annotating 6 clusters with steps: (0.3s) (0.2s)
|
@@ -193,7 +193,7 @@ getting annotations for final partition
|
|
193
193
|
--input-metafnames: added meta info for 10 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml: loci paired-uids
|
194
194
|
partitioning (with test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/hmm)
|
195
195
|
smith-waterman
|
196
|
-
vsearch: 10 / 10 v annotations (0 failed) with 3 v genes in 0.
|
196
|
+
vsearch: 10 / 10 v annotations (0 failed) with 3 v genes in 0.2 sec
|
197
197
|
reading sw results from test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/sw-cache.yaml
|
198
198
|
info for 10 / 10 = 1.000 (removed: 0 failed, 0 duplicates [removed when cache file was written])
|
199
199
|
kept 7 (0.700) unproductive
|
@@ -204,12 +204,12 @@ hmm
|
|
204
204
|
reducing n procs to number of clusters: 10 --> 3
|
205
205
|
3 clusters with 3 procs (0.2s)
|
206
206
|
3 clusters with 2 procs (0.2s)
|
207
|
-
3 clusters with 1 proc (0.
|
207
|
+
3 clusters with 1 proc (0.2s)
|
208
208
|
partition loop time: 0.6
|
209
209
|
getting annotations for final partition
|
210
|
-
subcluster annotating 3 clusters with steps: (0.2s) (0.
|
211
|
-
subcluster annotation time 0.
|
212
|
-
total time: 1.
|
210
|
+
subcluster annotating 3 clusters with steps: (0.2s) (0.2s)
|
211
|
+
subcluster annotation time 0.4
|
212
|
+
total time: 1.5
|
213
213
|
[44mcombining[0m chains
|
214
214
|
cleaning pair info for 52 seqs
|
215
215
|
synchronized/fixed 0 pairs where one had no pair info after cleaning: [94mh[0m 0 [95mk[0m 0 [92ml[0m 0
|
@@ -229,6 +229,7 @@ cleaning pair info for 52 seqs
|
|
229
229
|
[95mk[0m 0 0 3
|
230
230
|
merge time 0.0
|
231
231
|
need to get annotations for 1/8 joint igh clusters
|
232
|
+
tag: v1.0.12
|
232
233
|
[44mannotate[0m [94migh+igk[0m:[94m igh[0m
|
233
234
|
[91mrun[0m partis annotate --locus igh --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/meta-igh.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/input-seqs-igh.fa --outfname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/partition-igh.yaml --refuse-to-cache-parameters --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/sw-cache.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/partition-igh-only-partition.yaml
|
234
235
|
--input-metafnames: added meta info for 16 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/meta-igh.yaml: loci paired-uids
|
@@ -241,17 +242,18 @@ smith-waterman
|
|
241
242
|
kept 6 (0.375) unproductive
|
242
243
|
water time: 0.0
|
243
244
|
hmm
|
244
|
-
subcluster annotating 8 clusters with steps: (0.
|
245
|
-
subcluster annotation time 0.
|
246
|
-
total time:
|
245
|
+
subcluster annotating 8 clusters with steps: (0.6s) (0.3s)
|
246
|
+
subcluster annotation time 0.9
|
247
|
+
total time: 1.1
|
247
248
|
need to get annotations for 5/8 joint igk clusters
|
249
|
+
tag: v1.0.12
|
248
250
|
[44mannotate[0m [94migh+igk[0m:[94m igk[0m
|
249
251
|
[91mrun[0m partis annotate --locus igk --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/meta-igk.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/input-seqs-igk.fa --outfname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/partition-igk.yaml --refuse-to-cache-parameters --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/sw-cache.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/partition-igk-only-partition.yaml
|
250
252
|
--input-metafnames: added meta info for 18 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/meta-igk.yaml: loci paired-uids
|
251
253
|
--input-partition-fname: read best partition with 18 sequences in 8 clusters from test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/partition-igk-only-partition.yaml
|
252
254
|
annotating (with test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/hmm)
|
253
255
|
smith-waterman
|
254
|
-
vsearch: 18 / 18 v annotations (0 failed) with 5 v genes in 0.
|
256
|
+
vsearch: 18 / 18 v annotations (0 failed) with 5 v genes in 0.2 sec
|
255
257
|
reading sw results from test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igk/sw-cache.yaml
|
256
258
|
info for 18 / 18 = 1.000 (removed: 0 failed, 0 duplicates [removed when cache file was written])
|
257
259
|
kept 5 (0.278) unproductive
|
@@ -259,7 +261,7 @@ smith-waterman
|
|
259
261
|
hmm
|
260
262
|
subcluster annotating 8 clusters with steps: (0.3s) (0.2s)
|
261
263
|
subcluster annotation time 0.5
|
262
|
-
total time: 0.
|
264
|
+
total time: 0.7
|
263
265
|
[94migh+igl[0m: synchronizing heavy and light chain cluster paths
|
264
266
|
removing badly + unpaired seqs: kept 0 total unpaired (i.e. setting aside in order to reintegrate after paired clustering): [94mh[0m 0 [92ml[0m 0
|
265
267
|
note: discarding unpaired seqs in families with no (well-)paired seqs (i.e. families that are all either unpaired or paired to the other/wrong light chain), rather than keeping track of them to re-add later
|
@@ -275,6 +277,7 @@ hmm
|
|
275
277
|
[94mh[0m 0 0 0
|
276
278
|
[92ml[0m 0 0 0
|
277
279
|
merge time 0.0
|
280
|
+
tag: v1.0.12
|
278
281
|
[44mannotate[0m [94migh+igl[0m:[94m igh[0m
|
279
282
|
[91mrun[0m partis annotate --locus igh --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/meta-igh.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/input-seqs-igh.fa --outfname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/partition-igh.yaml --refuse-to-cache-parameters --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igh/sw-cache.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/partition-igh-only-partition.yaml
|
280
283
|
--input-metafnames: added meta info for 7 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/meta-igh.yaml: loci paired-uids
|
@@ -288,10 +291,11 @@ smith-waterman
|
|
288
291
|
kept 4 (0.571) unproductive
|
289
292
|
water time: 0.0
|
290
293
|
hmm
|
291
|
-
subcluster annotating 3 clusters with steps: (0.2s) (0.
|
292
|
-
subcluster annotation time 0.
|
293
|
-
total time: 0.
|
294
|
+
subcluster annotating 3 clusters with steps: (0.2s) (0.2s)
|
295
|
+
subcluster annotation time 0.4
|
296
|
+
total time: 0.5
|
294
297
|
need to get annotations for 2/3 joint igl clusters
|
298
|
+
tag: v1.0.12
|
295
299
|
[44mannotate[0m [94migh+igl[0m:[94m igl[0m
|
296
300
|
[91mrun[0m partis annotate --locus igl --dont-write-git-info --max-ccf-fail-frac 0.15 --random-seed 1 --n-procs 10 --input-metafnames test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/meta-igl.yaml --infname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/input-seqs-igl.fa --outfname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/partition-igl.yaml --refuse-to-cache-parameters --parameter-dir test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl --sw-cachefname test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/sw-cache.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/partition-igl-only-partition.yaml
|
297
301
|
--input-metafnames: added meta info for 7 sequences from test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/meta-igl.yaml: loci paired-uids
|
@@ -299,13 +303,13 @@ hmm
|
|
299
303
|
--input-partition-fname: read best partition with 7 sequences in 3 clusters from test/paired/new-results/subset-partition-new-simu/isub-0/igh+igl/partition-igl-only-partition.yaml
|
300
304
|
annotating (with test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/hmm)
|
301
305
|
smith-waterman
|
302
|
-
vsearch: 7 / 7 v annotations (0 failed) with 2 v genes in 0.
|
306
|
+
vsearch: 7 / 7 v annotations (0 failed) with 2 v genes in 0.2 sec
|
303
307
|
reading sw results from test/paired/new-results/subset-partition-new-simu/isub-0/parameters/igl/sw-cache.yaml
|
304
308
|
info for 7 / 7 = 1.000 (removed: 0 failed, 0 duplicates [removed when cache file was written])
|
305
309
|
kept 6 (0.857) unproductive
|
306
310
|
water time: 0.0
|
307
311
|
hmm
|
308
|
-
subcluster annotating 3 clusters with steps: (0.2s) (0.
|
312
|
+
subcluster annotating 3 clusters with steps: (0.2s) (0.1s)
|
309
313
|
subcluster annotation time 0.4
|
310
314
|
total time: 0.5
|
311
315
|
--input-metafnames: no meta info added from test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml
|
@@ -320,4 +324,4 @@ hmm
|
|
320
324
|
[94mh[0m 12 --> 11 [91m-1[0m
|
321
325
|
[95mk[0m 6 --> 8 [91m+2[0m
|
322
326
|
[92ml[0m 3 --> 3
|
323
|
-
total time:
|
327
|
+
total time: 47.3
|