partis-bcr 1.0.11.post1.dev1__cp312-cp312-manylinux1_x86_64.whl → 1.0.11.post1.dev3__cp312-cp312-manylinux1_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bin/partis +1 -1
- bin/partis-test.py +6 -0
- bin/partis.py +1 -1
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/partis-test.py +6 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/METADATA +1 -1
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/RECORD +652 -125
- 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-2/log +1 -1
- 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 +6 -5
- test/paired/new-results/subset-partition-new-simu/isub-0/partition.log +2 -2
- test/paired/new-results/subset-partition-new-simu/isub-1/partition.log +6 -6
- test/paired/new-results/subset-partition-new-simu/merged-partition.log +4 -4
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/sw-cache.yaml +1 -1
- test/paired/new-results/test/simu/all-seqs.fa +226 -0
- test/paired/new-results/test/simu/igh+igk/igh.yaml +1 -0
- test/paired/new-results/test/simu/igh+igk/igk.yaml +1 -0
- test/paired/new-results/test/simu/igh+igl/igh.yaml +1 -0
- test/paired/new-results/test/simu/igh+igl/igl.yaml +1 -0
- test/paired/new-results/test/simu/igh.yaml +1 -0
- test/paired/new-results/test/simu/igk.yaml +1 -0
- test/paired/new-results/test/simu/igl.yaml +1 -0
- test/paired/new-results/test/simu/meta.yaml +1 -0
- test/paired/new-results/test.log +227 -33
- test/test.py +6 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/cf-alleles.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/cf-germlines.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/compare-plotdirs.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/extract-pairing-info.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/gctree-run.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/get-naive-probabilities.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/parse-output.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/split-loci.py +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/WHEEL +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/entry_points.txt +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/licenses/COPYING +0 -0
- {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/top_level.txt +0 -0
@@ -25,9 +25,9 @@ bin/lonr.r,sha256=YzAsjyQ-NZ2shOPhzkFFppsgXJEhMTztFA-C6NVyEJ4,44212
|
|
25
25
|
bin/makeHtml,sha256=SMMulEmYoU4ve4jlCRNaDuw9f4FS4t8g_FGE7z5Ndb4,1190
|
26
26
|
bin/mds-run.py,sha256=rShy5b3oqvFZqhNdVxrtyZ4nw7whK-SKPAYl2thXooU,2003
|
27
27
|
bin/parse-output.py,sha256=MzCN5H9yisRjiLcUyfcg78Xvt3Q29qTAU1LpZ6OLMMg,19579
|
28
|
-
bin/partis,sha256=
|
29
|
-
bin/partis-test.py,sha256=
|
30
|
-
bin/partis.py,sha256=
|
28
|
+
bin/partis,sha256=QbCbvB8H9Ntm9WR598G_ytP6IvC9dQNo9E2N6anEt7A,225210
|
29
|
+
bin/partis-test.py,sha256=GpvCssyBbpzTOWQM_mZMr5GzAQrI7XjAMzmIkkZRBno,64331
|
30
|
+
bin/partis.py,sha256=QbCbvB8H9Ntm9WR598G_ytP6IvC9dQNo9E2N6anEt7A,225210
|
31
31
|
bin/plot-gl-set-trees.py,sha256=bgWPBmzzlD_YgWl9nQetGdzmgosXDKyVyfvaHs0VvVc,25695
|
32
32
|
bin/plot-hmms.py,sha256=rKhPyWxexMKBt8kmwuM5ebFfFONtREoDlRqs4J52rT8,6560
|
33
33
|
bin/plot-lb-tree.py,sha256=EKvA2DhRL8oAJoUy5FYdQaLyZYL4Ez6_4OpwD3kVbVM,23674
|
@@ -303,16 +303,16 @@ data/substitution-profiles/GSSPs_for_VL_genes_with_at_least_300_lineages.txt,sha
|
|
303
303
|
data/substitution-profiles/notes.txt,sha256=-DK9E31YovqOWaXR1Q-LL5KFhjVJcSLwXbriajUq1TA,389
|
304
304
|
packages/ham/bcrham,sha256=1g26DafyE_6wglae2TUXc6xkpd2AUp0LDV6Kl_2S7jY,852320
|
305
305
|
packages/ig-sw/src/ig_align/ig-sw,sha256=lYbqn7wujB6j1T7BGeeCqw5kwbPFn0213lDfUBmJb98,282048
|
306
|
-
partis_bcr-1.0.11.post1.
|
307
|
-
partis_bcr-1.0.11.post1.
|
308
|
-
partis_bcr-1.0.11.post1.
|
309
|
-
partis_bcr-1.0.11.post1.
|
310
|
-
partis_bcr-1.0.11.post1.
|
311
|
-
partis_bcr-1.0.11.post1.
|
312
|
-
partis_bcr-1.0.11.post1.
|
313
|
-
partis_bcr-1.0.11.post1.
|
314
|
-
partis_bcr-1.0.11.post1.
|
315
|
-
partis_bcr-1.0.11.post1.
|
306
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/cf-alleles.py,sha256=AgFLoRfcwuX1InVpE3zG6-unqoCBGOeCTpEl_RZftvU,4723
|
307
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/cf-germlines.py,sha256=8_bq0ue3ALFQ-a7-ntnhkbCaBdQ5mlWtQgNeQP_TvcQ,3135
|
308
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/compare-plotdirs.py,sha256=AABVGUOwlLCijjo-wwDLfLHiq80TrFVm8mE-4Zqn5Sg,16370
|
309
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/extract-pairing-info.py,sha256=IGPd4jYpsW3IPgsrxTJrk9jAwUKlb45eX3lOpb8Maos,2941
|
310
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/gctree-run.py,sha256=BfSZCFgqdhUEqVsv2h20o6OkS6KbQgx5tfvBhySRx2U,13950
|
311
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/get-naive-probabilities.py,sha256=WfuglaedP3PF0wpksGiUSvfAg4wJoNlucTPa1Wl9MDo,6916
|
312
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/parse-output.py,sha256=2ArlyFI5zApS33gnApFqvbPvFHqmUmYsh71Amy6lkUE,19565
|
313
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/partis-test.py,sha256=hOqVneQhovWYX0aTIsbvFqSqyJJTDowyMmYRDWEceYg,64317
|
314
|
+
partis_bcr-1.0.11.post1.dev3.data/scripts/split-loci.py,sha256=K0WXQYtloL5rs46mwvEXUecqT3iG8bbqwNOTNwfpvzY,20704
|
315
|
+
partis_bcr-1.0.11.post1.dev3.dist-info/licenses/COPYING,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
316
316
|
python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
317
317
|
python/alleleclusterer.py,sha256=x50E_lJMlKPc-CPkdkM1qe4AvVi-mkDJ1cBDxs5L-ms,30551
|
318
318
|
python/allelefinder.py,sha256=SgJjopk5ivLOcmTumsWq5PZ05aPZ6zQyjTd1fxeRjaM,80402
|
@@ -346,10 +346,10 @@ python/plotconfig.py,sha256=D-QwV4xm57Gby9Cv49wDaGX2SPCxGC24c8VuNoARh7w,7945
|
|
346
346
|
python/plotting.py,sha256=I9mWkyCWEMOvxFqDiO3J1qqh_1awJ8VK9rCYtLDy8Jw,114243
|
347
347
|
python/processargs.py,sha256=Qc9okkbnLRv1GVBeMtZIzDkGcdHvryDsXiT0t9DwFss,49376
|
348
348
|
python/prutils.py,sha256=oqzL_F4zY-vxGLW-x7dEQA-YQU9QmS-UxB2kxPEUnac,22297
|
349
|
-
python/recombinator.py,sha256=
|
349
|
+
python/recombinator.py,sha256=4tPAoenvOq0AQO6NVJjd77-0E-8GTFXdpAMkGdSM9TA,71838
|
350
350
|
python/scanplot.py,sha256=-ZXle3lW5C2ZRECC6r0xJokscZT0-A_VV7om6We_HbY,64864
|
351
351
|
python/seqfileopener.py,sha256=6WZQaG-0R3KNk3ZYLP2bAJ9ViR7b9viSB-vTePaaMh0,26880
|
352
|
-
python/treegenerator.py,sha256=
|
352
|
+
python/treegenerator.py,sha256=qL83Z-d8UkQMlodXSllCawfBQRB9VBLE0DGDuj7Bl3U,19188
|
353
353
|
python/treeutils.py,sha256=Oa_FpgWxxJyqnL-bDmfOBaUavg_z56g3rj7Ih-xP28s,282432
|
354
354
|
python/utils.py,sha256=FL_iJO1fykw55H3v-gn3VUiuIXm-FmlygHrhGta4eJk,492757
|
355
355
|
python/viterbicluster.py,sha256=ub8vHxJbTDUtx2QUS2rGFFRQVKyGMdaGbDtFtNcaTgc,2070
|
@@ -371,92 +371,610 @@ test/mobille-igblast-run.py,sha256=YkKISY_lQ8BbV-6lu8uoLXAtyjNayxU1x7RQ6O77phI,1
|
|
371
371
|
test/phylo-naive-run.py,sha256=CVOuyOTbCiFINZHrTcLNvk9j-dqnXu9n9LOWvAAVA44,5303
|
372
372
|
test/run-gl-inference.sh,sha256=XK3cs5xQad5LAoVaVp2-3IMJssml8ZBNYPwLRrlW2vg,1408
|
373
373
|
test/scoper-run.py,sha256=GzLeaGrh3IPzD9B4KC6GiS0wak8ctL7td2WJmsbb7K8,8672
|
374
|
-
test/test.py,sha256=
|
375
|
-
test/new-results/
|
376
|
-
test/new-results/
|
377
|
-
test/new-results/
|
378
|
-
test/new-results/
|
379
|
-
test/new-results/
|
380
|
-
test/new-results/
|
381
|
-
test/new-results/
|
382
|
-
test/new-results/test
|
383
|
-
test/new-results/
|
384
|
-
test/new-results/
|
385
|
-
test/new-results/
|
386
|
-
test/new-results/
|
387
|
-
test/new-results/
|
388
|
-
test/new-results/
|
389
|
-
test/new-results/
|
390
|
-
test/new-results/
|
391
|
-
test/new-results/
|
392
|
-
test/new-results/
|
393
|
-
test/new-results/
|
394
|
-
test/new-results/
|
395
|
-
test/new-results/
|
396
|
-
test/new-results/
|
397
|
-
test/new-results/
|
398
|
-
test/new-results/
|
399
|
-
test/new-results/
|
400
|
-
test/new-results/
|
401
|
-
test/new-results/
|
402
|
-
test/new-results/
|
403
|
-
test/new-results/
|
404
|
-
test/new-results/
|
405
|
-
test/new-results/
|
406
|
-
test/new-results/
|
407
|
-
test/new-results/
|
408
|
-
test/new-results/
|
409
|
-
test/new-results/
|
410
|
-
test/new-results/
|
411
|
-
test/new-results/
|
412
|
-
test/new-results/
|
413
|
-
test/new-results/
|
414
|
-
test/new-results/
|
415
|
-
test/new-results/
|
374
|
+
test/test.py,sha256=GpvCssyBbpzTOWQM_mZMr5GzAQrI7XjAMzmIkkZRBno,64331
|
375
|
+
test/new-results/annotate-new-simu.yaml,sha256=vaxN1is6V9RKzjPJI0fhSiutubXJvGXDGqPPvQjXvFw,65701
|
376
|
+
test/new-results/cache-new-partition.csv,sha256=jHVEFlsBiSpjesVSFycef8WPFOc47b2BVXeX6XwKFHs,20628
|
377
|
+
test/new-results/get-selection-metrics-new-simu.yaml,sha256=gePaoouvce-7rcq4_R_yM126SAFmmoqxqhDcjyVQwGs,8670
|
378
|
+
test/new-results/multi-annotate-new-simu.yaml,sha256=dBpOYLfvkma-Tfy-DNAxsf7zB8niCRbuFSEbvSvsDLE,37319
|
379
|
+
test/new-results/partition-new-simu.yaml,sha256=oQ1MSYpR_1ArYPfoLGYFBwaNDOrCcQ9IY0Rij75CJD8,37726
|
380
|
+
test/new-results/run-times.csv,sha256=HwmoFvJLgq820-BMwBjCn2iN_tWoCxEVZrm5ahehh_Y,256
|
381
|
+
test/new-results/seed-partition-new-simu.yaml,sha256=_OKhRdWnk6Ez1ntXXj3PFnbXZcepKYvtsi5nURN84v0,10671
|
382
|
+
test/new-results/test.log,sha256=3xTJzk_k4PzpSsuCrRrGskNbsQZBH2BmfoM8tyY38Jk,20372
|
383
|
+
test/new-results/vsearch-partition-new-simu.yaml,sha256=8TCi7_M9ozjXkK82q2vdMD4yUgxwmjjORXPJVmrgReY,36290
|
384
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv,sha256=ybPnGto_Ly4XhxcAaF48lH-eTqnlFi7GDvJ4f9dXP9Y,153
|
385
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv,sha256=G1sT72mKm3q7QcXXDsDGdwbD-arhzQBV5k7id54LB_g,166
|
386
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv,sha256=Ua58CNjkNYHNIUYOg5eJ3UrQITYh7Hv4pujDBCyLpVc,195
|
387
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv,sha256=QVJW4_FLDVW1pfSqTpnH1o242lisrYeLh502-Ez10Iw,209
|
388
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
389
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv,sha256=b8tFjrgQUS3h8TThVWuqQKD5SQjSx6gGPoZVcyzTdC8,194
|
390
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
391
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv,sha256=H9qM-SelXxP8Q0ATunmowBnzsjvjJuvRLJZYrQ0-HkU,157
|
392
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
393
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
394
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv,sha256=G1sT72mKm3q7QcXXDsDGdwbD-arhzQBV5k7id54LB_g,166
|
395
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
396
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv,sha256=ROgTcXRX_Gb_SJbpqEBRGqFTcIUVrvgXMyQix03jfIg,552
|
397
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv,sha256=JdvdqlTjL89lEdc8dzICXlSKn_IMU-u0ajIWKDUW03Y,171
|
398
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
399
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
400
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
401
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
402
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
403
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
404
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv,sha256=_4hHrKeKMWTTxE9ALvBy0Ozt7fxr6EozcswSxewmmYY,165
|
405
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv,sha256=tFEzxyfKCX6q1xlMKwUREk8QTv-rwv5J4ZXycYrHwVE,166
|
406
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
407
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv,sha256=ncCSN4dRV-KFfsIexUzH51Kv_DJ_PhthE6IIgpkKq5g,140
|
408
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv,sha256=_4hHrKeKMWTTxE9ALvBy0Ozt7fxr6EozcswSxewmmYY,165
|
409
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
410
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv,sha256=UzZyeeVZcm6gqisVLo6O9cZgESV1MZ60OV_cDLAaCMs,112
|
411
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv,sha256=rPi82-UNK48WoSfcTOj0p-_qODlyJZuIorRNIeVynBY,717
|
412
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv,sha256=tFEzxyfKCX6q1xlMKwUREk8QTv-rwv5J4ZXycYrHwVE,166
|
413
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
414
|
+
test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
415
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv,sha256=sl4AbX8P-UAosIo2y7BJ0l0yH_B8ZEU-5N0mWGbAXlI,179
|
416
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
417
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv,sha256=PK8jqlpNvp7CzXp1MNT7PzrNcTkBaNcW-UjxhMFnfyk,153
|
418
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
419
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
420
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv,sha256=iWn3rkvaHrnOBbBx2Bdz5Hjdwy8mX306bqnH3mKnVYw,184
|
421
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
422
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv,sha256=H9qM-SelXxP8Q0ATunmowBnzsjvjJuvRLJZYrQ0-HkU,157
|
423
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
424
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
425
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
426
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv,sha256=ROgTcXRX_Gb_SJbpqEBRGqFTcIUVrvgXMyQix03jfIg,552
|
427
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv,sha256=JdvdqlTjL89lEdc8dzICXlSKn_IMU-u0ajIWKDUW03Y,171
|
428
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
429
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
430
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
431
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
432
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv,sha256=yK1_-OMDw9fk-s3RgMUG1w8gYDroux5Yk-r9ZY-3OEI,139
|
433
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv,sha256=PHIIaj2iqO9j_2G9QQFo7DKsra61A4_2skRWCeeonxY,152
|
434
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
435
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv,sha256=1Wq7pRY2G-8ytZn3GuitYLYBkfHq49EQzf_pfy17nhQ,112
|
436
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv,sha256=yK1_-OMDw9fk-s3RgMUG1w8gYDroux5Yk-r9ZY-3OEI,139
|
437
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
438
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
439
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv,sha256=BQsw1R8Y2MmvIfEe0WmQ6eAjNSYG2BHFZU3ne3KrTiU,703
|
440
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv,sha256=PHIIaj2iqO9j_2G9QQFo7DKsra61A4_2skRWCeeonxY,152
|
441
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
442
|
+
test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
443
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv,sha256=ybPnGto_Ly4XhxcAaF48lH-eTqnlFi7GDvJ4f9dXP9Y,153
|
444
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv,sha256=9e7Kaol7R2sSaGRrdfRmRXRQmLKuIexslXo55oW3vv4,125
|
445
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv,sha256=1uCusAdxgbGGytCri7146q90JBg6SQ2Od8Gfkj4TCp8,194
|
446
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv,sha256=QVJW4_FLDVW1pfSqTpnH1o242lisrYeLh502-Ez10Iw,209
|
447
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
448
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv,sha256=qXjgUVk_uJg8XEL3c1XRb4BSHXnGNupKzdoC4SFZnSA,168
|
449
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
450
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv,sha256=H9qM-SelXxP8Q0ATunmowBnzsjvjJuvRLJZYrQ0-HkU,157
|
451
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
452
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
453
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv,sha256=9e7Kaol7R2sSaGRrdfRmRXRQmLKuIexslXo55oW3vv4,125
|
454
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
455
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv,sha256=ROgTcXRX_Gb_SJbpqEBRGqFTcIUVrvgXMyQix03jfIg,552
|
456
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv,sha256=JdvdqlTjL89lEdc8dzICXlSKn_IMU-u0ajIWKDUW03Y,171
|
457
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
458
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
459
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
460
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
461
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
462
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
463
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
464
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
465
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
466
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
467
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
468
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
469
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
470
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv,sha256=BR817thyVsoUveA2eo9kT15WyBxjnoQPBfOBeNL7nv0,687
|
471
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
472
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
473
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
474
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv,sha256=sl4AbX8P-UAosIo2y7BJ0l0yH_B8ZEU-5N0mWGbAXlI,179
|
475
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
476
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv,sha256=PK8jqlpNvp7CzXp1MNT7PzrNcTkBaNcW-UjxhMFnfyk,153
|
477
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
478
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
479
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv,sha256=iWn3rkvaHrnOBbBx2Bdz5Hjdwy8mX306bqnH3mKnVYw,184
|
480
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
481
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv,sha256=H9qM-SelXxP8Q0ATunmowBnzsjvjJuvRLJZYrQ0-HkU,157
|
482
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
483
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
484
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
485
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv,sha256=ROgTcXRX_Gb_SJbpqEBRGqFTcIUVrvgXMyQix03jfIg,552
|
486
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv,sha256=JdvdqlTjL89lEdc8dzICXlSKn_IMU-u0ajIWKDUW03Y,171
|
487
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
488
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
489
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
490
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
491
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv,sha256=yK1_-OMDw9fk-s3RgMUG1w8gYDroux5Yk-r9ZY-3OEI,139
|
492
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv,sha256=PHIIaj2iqO9j_2G9QQFo7DKsra61A4_2skRWCeeonxY,152
|
493
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
494
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv,sha256=1Wq7pRY2G-8ytZn3GuitYLYBkfHq49EQzf_pfy17nhQ,112
|
495
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv,sha256=yK1_-OMDw9fk-s3RgMUG1w8gYDroux5Yk-r9ZY-3OEI,139
|
496
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
497
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
498
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv,sha256=BQsw1R8Y2MmvIfEe0WmQ6eAjNSYG2BHFZU3ne3KrTiU,703
|
499
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv,sha256=PHIIaj2iqO9j_2G9QQFo7DKsra61A4_2skRWCeeonxY,152
|
500
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
501
|
+
test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
502
|
+
test/new-results/partition-new-simu/fasttree/iclust-0/fasttree.out,sha256=XcHH5evr0molo9Y8cspuB3_RVy9z61LP47CPYnnJyrE,299
|
503
|
+
test/new-results/partition-new-simu/fasttree/iclust-0/input-seqs.fa,sha256=qokRcGSD1p1XlPUBpYFMm8HYpMKfb4ed4d5PwKMVC6E,4377
|
504
|
+
test/new-results/partition-new-simu/fasttree/iclust-0/log,sha256=hch57koaaMvPty0BGwkynhbrnuT5cohKZYQogYzIQTI,1606
|
505
|
+
test/new-results/partition-new-simu/fasttree/iclust-1/fasttree.out,sha256=5z3K5mwEqkWO2UjHzeQopmc52vsptbIy7eg0dRMoVv0,138
|
506
|
+
test/new-results/partition-new-simu/fasttree/iclust-1/input-seqs.fa,sha256=PbcyyZtEcJqvPm8PLFeZDbICNpKJxJCMyfhdV3-dY_I,3061
|
507
|
+
test/new-results/partition-new-simu/fasttree/iclust-1/log,sha256=kHcgTG5rI8nO288vbJM7fDs_gImQVbdqnlbLiNb38wg,1603
|
508
|
+
test/new-results/partition-new-simu/fasttree/iclust-2/fasttree.out,sha256=1Fxnshag3NMB9hMWm8645aq0vWxNO7hlOqY7H4CWf3g,227
|
509
|
+
test/new-results/partition-new-simu/fasttree/iclust-2/input-seqs.fa,sha256=UdE9X7VYtEqKx8zo0lP2gQh9mTnpsrT_R8p0jkS_wgs,3133
|
510
|
+
test/new-results/partition-new-simu/fasttree/iclust-2/log,sha256=T1QYu8X9eIaY6RdciTyM3WexOS-Jr_j9dGdCfNEvwdg,1561
|
511
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv,sha256=ybPnGto_Ly4XhxcAaF48lH-eTqnlFi7GDvJ4f9dXP9Y,153
|
512
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv,sha256=9e7Kaol7R2sSaGRrdfRmRXRQmLKuIexslXo55oW3vv4,125
|
513
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv,sha256=1uCusAdxgbGGytCri7146q90JBg6SQ2Od8Gfkj4TCp8,194
|
514
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv,sha256=QVJW4_FLDVW1pfSqTpnH1o242lisrYeLh502-Ez10Iw,209
|
515
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
516
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv,sha256=qXjgUVk_uJg8XEL3c1XRb4BSHXnGNupKzdoC4SFZnSA,168
|
517
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
518
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv,sha256=H9qM-SelXxP8Q0ATunmowBnzsjvjJuvRLJZYrQ0-HkU,157
|
519
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
520
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
521
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv,sha256=9e7Kaol7R2sSaGRrdfRmRXRQmLKuIexslXo55oW3vv4,125
|
522
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
523
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv,sha256=ROgTcXRX_Gb_SJbpqEBRGqFTcIUVrvgXMyQix03jfIg,552
|
524
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_gene.csv,sha256=JdvdqlTjL89lEdc8dzICXlSKn_IMU-u0ajIWKDUW03Y,171
|
525
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
526
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
527
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
528
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv,sha256=d2WJQWr-x7HP1n_PjFe8l1LU8u7Roj0Pd_w8yjd-6xQ,438
|
529
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
530
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
531
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
532
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
533
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
534
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
535
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
536
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
537
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
538
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv,sha256=BR817thyVsoUveA2eo9kT15WyBxjnoQPBfOBeNL7nv0,687
|
539
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/muted_bases.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
540
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
541
|
+
test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
542
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv,sha256=sl4AbX8P-UAosIo2y7BJ0l0yH_B8ZEU-5N0mWGbAXlI,179
|
543
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
544
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv,sha256=PK8jqlpNvp7CzXp1MNT7PzrNcTkBaNcW-UjxhMFnfyk,153
|
545
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
546
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
547
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv,sha256=iWn3rkvaHrnOBbBx2Bdz5Hjdwy8mX306bqnH3mKnVYw,184
|
548
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
549
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv,sha256=H9qM-SelXxP8Q0ATunmowBnzsjvjJuvRLJZYrQ0-HkU,157
|
550
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
551
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
552
|
+
test/new-results/partition-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
553
|
+
test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv,sha256=ROgTcXRX_Gb_SJbpqEBRGqFTcIUVrvgXMyQix03jfIg,552
|
554
|
+
test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_gene.csv,sha256=JdvdqlTjL89lEdc8dzICXlSKn_IMU-u0ajIWKDUW03Y,171
|
555
|
+
test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
556
|
+
test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
557
|
+
test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv,sha256=WBjD5vic-CAKIfwCZlbnjiBRp3P_I80p7rhurgWxbxQ,537
|
558
|
+
test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_gene.csv,sha256=-77V3qfwlcpUKcTA-vEZOE-4Zs5iLKHMJUJCCdmPTps,134
|
559
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv,sha256=yK1_-OMDw9fk-s3RgMUG1w8gYDroux5Yk-r9ZY-3OEI,139
|
560
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv,sha256=PHIIaj2iqO9j_2G9QQFo7DKsra61A4_2skRWCeeonxY,152
|
561
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv,sha256=LHMQgmsmkDrDblLlYtVxzj-rpNvVK0iMg4Y1PvkYJWc,111
|
562
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv,sha256=1Wq7pRY2G-8ytZn3GuitYLYBkfHq49EQzf_pfy17nhQ,112
|
563
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv,sha256=yK1_-OMDw9fk-s3RgMUG1w8gYDroux5Yk-r9ZY-3OEI,139
|
564
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
565
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv,sha256=whNDAnVkhI5tk68dRGrfUFheNTH_WFQ36mqe28op784,123
|
566
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/mute_freqs.csv,sha256=BQsw1R8Y2MmvIfEe0WmQ6eAjNSYG2BHFZU3ne3KrTiU,703
|
567
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/muted_bases.csv,sha256=PHIIaj2iqO9j_2G9QQFo7DKsra61A4_2skRWCeeonxY,152
|
568
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
569
|
+
test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv,sha256=mm4bOAHI1yTIte2PooOSreMdTOTommH4cwHIJc1B4_8,97
|
570
|
+
test/new-results/test/simu.yaml,sha256=KF6xrhqWkUjzExqtYeXvFxGJBCXWr-2PpcNE8Xeu3wo,39704
|
571
|
+
test/new-results/test/parameters/data/sw-cache.yaml,sha256=FQKFUD7eS2pIz8FXry2DKj1XyXMfj57I_KX7iQbdhZ4,102890
|
572
|
+
test/new-results/test/parameters/data/hmm/all-mean-mute-freqs.csv,sha256=zoYBWsn4UHXmOcodBTsyMlLD9ueg5zLM2DVZVG1z4R0,1280
|
573
|
+
test/new-results/test/parameters/data/hmm/all-mean-n-muted.csv,sha256=9iQWbgFIVuk3pqNZsBN5wqYspDencYClYX9MiK0gJRQ,2523
|
574
|
+
test/new-results/test/parameters/data/hmm/all-probs.csv,sha256=bqjDzRDbE_i7zbX-EJwnvQexrlG_6ohIrZCmZA0Dwvw,2708
|
575
|
+
test/new-results/test/parameters/data/hmm/cluster_size.csv,sha256=OeAE2YWCWLug8V9-LbrD1gHa-abThzhqD1rHBErEsAI,26
|
576
|
+
test/new-results/test/parameters/data/hmm/d-mean-mute-freqs.csv,sha256=EBleZo2vvY_U8TxcupWoaooUWTY1wHRKaYSjsGzO5rs,1283
|
577
|
+
test/new-results/test/parameters/data/hmm/d-mean-n-muted.csv,sha256=o02MAs8UY24bRkS9TPFkjuaMcFHlazkvD1IdYBRFHrQ,312
|
578
|
+
test/new-results/test/parameters/data/hmm/d_gene-d_3p_del-probs.csv,sha256=TKRogGTujcEZE4ME30vOlrw1SlqXajEI9aXw3OLaaGI,578
|
579
|
+
test/new-results/test/parameters/data/hmm/d_gene-d_5p_del-probs.csv,sha256=Wu4bPAnVp5nOcehcwMaHNNopDLdA-n0yMWbr_4Q2hwI,716
|
580
|
+
test/new-results/test/parameters/data/hmm/d_gene-probs.csv,sha256=tq442kz0mOqDCAvDUOomvT_NxDvwXRYEDKZOFvWDtFs,293
|
581
|
+
test/new-results/test/parameters/data/hmm/d_gene-vd_insertion-probs.csv,sha256=Q8AP72Xm_Virt6-6JAQ_gUG7v_Q5jLpuqFayOdGHZRw,671
|
582
|
+
test/new-results/test/parameters/data/hmm/dj_insertion_content.csv,sha256=fqhg_D-v38CPgOePPZUy_U80CXgZZw_rKHbjCJvRaW4,52
|
583
|
+
test/new-results/test/parameters/data/hmm/fv_insertion-probs.csv,sha256=VIbGOrhW5gqKB2eLJtGaJmsEGGuNzb-P56K90cVb6XY,37
|
584
|
+
test/new-results/test/parameters/data/hmm/j-mean-mute-freqs.csv,sha256=ypz_ZDzEJAhhQBeKikWT665vkVU16v-FIDKjK0bctWM,1184
|
585
|
+
test/new-results/test/parameters/data/hmm/j-mean-n-muted.csv,sha256=DHwan94kWFYdHNZkwJVNJWv7BeX6r4YOrbg0rWmC0R8,461
|
586
|
+
test/new-results/test/parameters/data/hmm/j_gene-dj_insertion-probs.csv,sha256=D7I5pTwgtGrBVlJvBPsxwqmNXeMWDTJW7N_KX5lzsds,454
|
587
|
+
test/new-results/test/parameters/data/hmm/j_gene-j_3p_del-probs.csv,sha256=rHTtaBKZsfViW8AAaNASuVnt2CadZLz3OdDqii0Kg_E,122
|
588
|
+
test/new-results/test/parameters/data/hmm/j_gene-j_5p_del-probs.csv,sha256=_fMuxU1QEHTmVqduXl4-Ru9pvsi-DhJDn41L6mVUstQ,452
|
589
|
+
test/new-results/test/parameters/data/hmm/j_gene-probs.csv,sha256=o61nTW7EAwfYAlwftBcRz7QqTDQV53CY5gwdsVvpSRE,99
|
590
|
+
test/new-results/test/parameters/data/hmm/jf_insertion-probs.csv,sha256=inNeJZGx-gOSbhJoZ7DCEOtNcrO_m0sYI19RvZFJN1I,32
|
591
|
+
test/new-results/test/parameters/data/hmm/seq_content.csv,sha256=mWUZmKrob18WqW2L5ZcBS3oAbt9kpZfw1sjUWAgI4AQ,51
|
592
|
+
test/new-results/test/parameters/data/hmm/v-mean-mute-freqs.csv,sha256=N21HMgEzRFNso33fAHnwRavt-FRRrM0WHfV2YE7v1As,1211
|
593
|
+
test/new-results/test/parameters/data/hmm/v-mean-n-muted.csv,sha256=wTPrCr4KudsU60smxCilH4G3QUnty3gNIaRmATBqMZ0,1981
|
594
|
+
test/new-results/test/parameters/data/hmm/v_gene-probs.csv,sha256=4ar2CKPXHYy2sHDMYKNIpMyxxKkx_Qs1rsQcX1gNunU,237
|
595
|
+
test/new-results/test/parameters/data/hmm/v_gene-v_3p_del-probs.csv,sha256=jXW-MxawWzOF_80hhhO4fNGJVac0vsG0Kb3yBt3S1Nk,411
|
596
|
+
test/new-results/test/parameters/data/hmm/v_gene-v_5p_del-probs.csv,sha256=dLArpTPbXQEKtCNprDmIltf46CxowX97VpTEeqny45I,276
|
597
|
+
test/new-results/test/parameters/data/hmm/vd_insertion_content.csv,sha256=yWeNli1ZUP1e1MR2jO1Tt2b824lzLQlUOeh2hbzmq9Q,52
|
598
|
+
test/new-results/test/parameters/data/hmm/germline-sets/igh/extras.csv,sha256=uoBnGTWrJCUnYk_EYa1tL5ACp7Maj1Y1QODMBv1jzVg,470
|
599
|
+
test/new-results/test/parameters/data/hmm/germline-sets/igh/ighd.fasta,sha256=oqLamYuE-7ok4q96yi5aTCSwoqG3MzWWfqPN_fFNPoo,749
|
600
|
+
test/new-results/test/parameters/data/hmm/germline-sets/igh/ighj.fasta,sha256=NHubCFCuzB2X1pRCzknRe2hNcio5VqdjZQOBTBH9VcI,457
|
601
|
+
test/new-results/test/parameters/data/hmm/germline-sets/igh/ighv.fasta,sha256=NgwsUv80GbCdD1LxWUFKAW9Krn0A9wk1bvA3G9XjApY,4654
|
602
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD1-20_star_01.yaml,sha256=6WWwknDlNuOVzuv0CrbDp_zDvJ5ZQ-6H94TJuda3lug,12821
|
603
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD1-26_star_01.yaml,sha256=xZhfUDn92qh3iwsABeaJXOfKhLJSb-KCpBWnS3SKUoA,14691
|
604
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD2-15_star_01.yaml,sha256=P-wZXys28FbcZMZFa8UcMFxTIgzZrKriInRzp94oh0U,21471
|
605
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_01.yaml,sha256=WMRBXhnQvYbnsU-itB7E-if1MbYwmM6xLRoKkPhLbK0,19852
|
606
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_02.yaml,sha256=5nH45aDDfM241zoEtqfTYSEFf4n-IUx9qTXZIblXjEA,19707
|
607
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD2-2_star_01.yaml,sha256=KYlHC-FXLOJns3NVEIyiy6XUfVbdDWYtey6jSz76aWU,21182
|
608
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_01.yaml,sha256=HfS7tiMiEDwuJDaYpMsl-N0K2BCU590pp2czC8LM3AA,20902
|
609
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_02.yaml,sha256=Etb3m0hUh0rWBLBOxDJrpPDEhQU7e1uRQ88ktAQxuzs,21291
|
610
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_01.yaml,sha256=R9KU6UPLiitEho33wKc5evwg4xxnzFftlpMUDx3RQEI,21684
|
611
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_03.yaml,sha256=VLckYaCd9kS0unaVKfb-4m3LCA0lefE5FpoT0sLkzWw,21621
|
612
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD3-16_star_02.yaml,sha256=pTU7dUk7IoieD2ftJ8Eb2oaFKkZPBj5W2SIv0eG0Tdk,24954
|
613
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD3-22_star_01.yaml,sha256=dIPMhon0pwZbAxJX3GJSjLjOBJnizLDiZQ2Ga6jaKbs,21541
|
614
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD3-3_star_01.yaml,sha256=WW3TlVR37BCant0auXuGwMNZuvjKcEFrqfiFpxxzTO0,21303
|
615
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD4-17_star_01.yaml,sha256=aD9TzaSkQiUTxwoRm-fqnta9Kn3OMhmMnBkiLaIejL8,12248
|
616
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD4-4_star_01.yaml,sha256=Yks1qeltrJQykHaZsc1rHGxpbyH-GDTcsNJvL6-RAu4,12033
|
617
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD5-5_star_01.yaml,sha256=IUdhVQnoSI6qhzz85wKYGark-HfJWMhhjwdlz1j_hns,14475
|
618
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD6-13_star_01.yaml,sha256=qGTKuzSNWRvoqBpimoDChxRv6ZE5HgsQ5pMd7GpnbS4,15300
|
619
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD6-19_star_01.yaml,sha256=USU41L9B2YfEx9W7ePHRKuHEDEHoPO4_tYP_bffc5TA,15368
|
620
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHD6-6_star_01.yaml,sha256=6L4QHNB537iBsK163zTya-ammMR3wvLJDcbF1tIXWa0,13329
|
621
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHJ1_star_01.yaml,sha256=P7kYt0hGeCqZP7VeaEHdLEPAnjtUUazatfQhG0vSeZc,24177
|
622
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHJ2_star_01.yaml,sha256=Ej2b6pNFMhZdslIFShlkJSTsXji8tQiqrjPogQA26wM,24949
|
623
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHJ3_star_02.yaml,sha256=EMMJuEPTMKxNHf0YpmBag756patCDjP2B2XaY3w3YUg,23150
|
624
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHJ4_star_02.yaml,sha256=PKOedY2pCFDRZcb3GNjhOFhSK-tOjvSbfmQR12CM5qw,22208
|
625
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHJ5_star_02.yaml,sha256=Z6Y3Z1A5ewKeJSBExUlLAXT5CKQ-GOVlsHNxFas2J5M,23904
|
626
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_02.yaml,sha256=vtPZXxA2zRYSTgIMBbbaiCPqufAtRst_4HC6_nr7JZs,30226
|
627
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_03.yaml,sha256=Cj9svSuFsXUWLK7yVcCAyPq2Icn_iTpUSR736h0mrYA,30330
|
628
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV1-18_star_01.yaml,sha256=nL5b4zXtRxUUu-nA2p7T4AnIshbrIT4CqXjuKNzFn4I,96949
|
629
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV1-2_star_02.yaml,sha256=uBfbQDbxzAFPa8LgvyiMnBUoAc2qBrhEunIaDsL3RnY,97223
|
630
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV2-5_star_02.yaml,sha256=2QqczslRx57EAIgl9GyD9BXwydlzAXpkMdKaQ6n9KDs,102853
|
631
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV2-70D_star_04.yaml,sha256=9oXPdlAjTwYr8pZ-_2DgM6SEEEDfpvK5GcoJ9zqA8UQ,104594
|
632
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV3-11_star_04.yaml,sha256=mA9hb4ZgxOjlcn4DZ-yVALOhbA8Jsufp67drBM5qwd0,101347
|
633
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV3-23_star_01.yaml,sha256=MNdChNTD6KUG4hQDbYmpSWHmE3AAzcFxZxeXSj7Uzlc,104765
|
634
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV3-66_star_02.yaml,sha256=TGNnnsC5Qzqs-zNrQlbn7ICrNXb6q69XSZMhHGPa4Kk,102834
|
635
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV3-69-1_star_02.yaml,sha256=bAZklNGFSM2t5arr0VIjiGy6mPnHbSd5nIULRuSFO5E,101188
|
636
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV3-7_star_05.yaml,sha256=m9wGw5qZkt0NSeTcjQWxBq4nofJQY_9gowBkThTKlPE,101148
|
637
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV3-9_star_02.yaml,sha256=sIOXj7qgtVSXM3SJyNmOZ0EIBb68c1Hw5GntctMtCb4,101547
|
638
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV4-34_star_01.yaml,sha256=GtrA5zz3_xtXNj2ytfVd3Rzb0C8FfM9ktS-9cx8Bufg,100475
|
639
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV4-39_star_09.yaml,sha256=Z_pYYx1DBhawD7RYKQegY01d_9GOLmcAW_nOEJQm2Dk,102506
|
640
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV4-4_star_09.yaml,sha256=9xVOhfY9fmqincgv25UaiIZ1bXjhBPvELm4NB8VWpZQ,100196
|
641
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV4-61_star_01.yaml,sha256=_RLWuUBSsMZDXw2Ir_Ry5fkJda_LGogLV1sXMixtXHs,102926
|
642
|
+
test/new-results/test/parameters/data/hmm/hmms/IGHV5-51_star_01.yaml,sha256=T-Y25EPgr86-mfL6AjNOxKdoPf2VRB4hOO33lYUp9XI,104500
|
643
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-20_star_01.csv,sha256=ANvC4GAbFcAqIW7f0DQcWbq2qZK_ZvlIAIiRiGr0W9E,1048
|
644
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-26_star_01.csv,sha256=QBtpakRxFeT8ddUT_lqkToH0tQ_HB10kV1YJJJDcSEQ,1055
|
645
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-15_star_01.csv,sha256=7qljzBo_0UWyUUEI2fi1s2LOqrTEcF7JBkOC7p8P3RU,4456
|
646
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_01.csv,sha256=DT-I2jlmFuVj0gVJgyPry7mj13q17GTP-SXSD3hfqwU,2225
|
647
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_02.csv,sha256=QToQuGFP0V_oGamTmRsI6y7Bw5YOBNf1CTBuLWFMgOo,3816
|
648
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-2_star_01.csv,sha256=O5hBONpTcksUKqeMpmVOFhOQ5zLgvu6KOJ4sGEHCV2c,1317
|
649
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_01.csv,sha256=2bfgkkvAndb1a52zeaQ6xSK56Edh48z7D_PgtMNZJpo,5215
|
650
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_02.csv,sha256=u-QeZn2koUTqzTdZrxRecRRONY28dYwp3mdh8AnEOOg,1186
|
651
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_01.csv,sha256=jsrJoeTOY7i8XkTXztmpvq3LE0ZVqPctfEeXOEwBGDI,3540
|
652
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_03.csv,sha256=GoGZ-wu-5HoKr1zLJLKMS1C-JlXZrnS8tDhGLt3bDQQ,1844
|
653
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-16_star_02.csv,sha256=C9ifR6QytOoawfuMmatmwF_SZ_6F_OXO0HAYQmKqS0E,5642
|
654
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-22_star_01.csv,sha256=qHheLw4zcuqHHZt0p-WAIq-6Pv0x0u-76n6Tlt0wC7I,4330
|
655
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-3_star_01.csv,sha256=Tyu-z566FpqlboaRxq251RQVWqcerUN1olthDaK7tEs,2759
|
656
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-17_star_01.csv,sha256=XlotSGccW-ujn0vXyDhni7sYRXIGkCvfFZmxXP0FP6w,1602
|
657
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-4_star_01.csv,sha256=f2coUZALNBNmeI65-VZWvtQwYB-a1F0jo1ARSPzctrw,1598
|
658
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD5-5_star_01.csv,sha256=0977jtWpBPe36XxPEBQc3ZW99dewP84wTiZpuVtnHMw,1832
|
659
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-13_star_01.csv,sha256=1IUTEAf0kC2Mh1Ril1DIW9OxTdq3-5SWcd2BwR-PWq0,3403
|
660
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-19_star_01.csv,sha256=McUC4TBQGiy_MKyF8h1VHFmmAJsEWiA00q9oKzt45-w,2891
|
661
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-6_star_01.csv,sha256=rkTastvByl6C5chh2OmJ6qpJviXFPUZHAy5qbzkZONI,2560
|
662
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ1_star_01.csv,sha256=aplycZgNrm-7Uuz3UJvx1FP9Fw2XR4VRlwiVQ0UoEko,8420
|
663
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ2_star_01.csv,sha256=rMEzfUVbRJBRMk5cUmwUBB7l2T7gZMqzGC397qGulb4,7811
|
664
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ3_star_02.csv,sha256=XG6g2b5wxzA64t7eebL2wyu1TSaIezidAFa3TCEhMQI,7637
|
665
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ4_star_02.csv,sha256=WQdpdhPP-hhKgV8h4cXtaphu0mCjoZjwXShakSJ0TiQ,7787
|
666
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ5_star_02.csv,sha256=SAruyQXhdgrT3ZWSMG8Ga5xQI-rgSTlo3b72_s3Axuo,6697
|
667
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_02.csv,sha256=Fy-O8CEcpoVMwRwnAUIFptCndODvJgt9Htd9PNbS1oQ,4397
|
668
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_03.csv,sha256=-V_d9vyen9043e4fc2jKSdHQbuYA7hfaCK1am4Hg65k,5239
|
669
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-18_star_01.csv,sha256=YG5O4yeyocy11mB2ZaiXK8Th7zh8BzXy9rma-YE5cwI,41610
|
670
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-2_star_02.csv,sha256=vDimERZQXM8ZhtdVpmATwefwFPre3qdRrfQJAxXw-Xs,45348
|
671
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-5_star_02.csv,sha256=Cdeam544sswZrXHDiwJb0MvA-tGYa_D_p3wWLILH5wY,8730
|
672
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-70D_star_04.csv,sha256=8hryqQ5GtSO8bU2aOOEfjsTyYSO6osappjW_kFa8juQ,11754
|
673
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-11_star_04.csv,sha256=TWrzhaf8nTkVukhbFTTHL9mv4drF2OfT1-pdR76ESbs,10469
|
674
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-23_star_01.csv,sha256=QMDXGGhuZzeK8UInpCy3C9s6SmTxMKhz1ajUeOqVKgA,39629
|
675
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-66_star_02.csv,sha256=ba81qDXQ0CcOQioO7AdKXnqXAKmGKSt4fMjatARe1Jg,45192
|
676
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-69-1_star_02.csv,sha256=0gJQChzRCTv1sMuJB8z4lMDbCxv3VvPgi5e_uZIPFG0,5147
|
677
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-7_star_05.csv,sha256=fkd_SV0yXl1cB1qfPNHxIixyS8Dr1UmKMUzpKZKNgsQ,9258
|
678
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-9_star_02.csv,sha256=fSKAlJw4dcfibJumH6a8j8jwCDvQpVNLKSxkpQfgp-Q,5294
|
679
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-34_star_01.csv,sha256=WKdyqmqOosq2LjOen1wXR7tYsBT1WheP0aUD5shju0E,5286
|
680
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-39_star_09.csv,sha256=5C2qvTBF35f6_AB-2i1ts4je90lyv7uNrDdhBB0HRYg,5286
|
681
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-4_star_09.csv,sha256=bt6DzbGRLY9ZIZbBnuAMIcAIpKgbK_ry0P5YflZ2bmU,7823
|
682
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-61_star_01.csv,sha256=MfxYYPSnbHtkx-7XDkXRtiC_vVWVvB0IKwUGus4wKNs,39760
|
683
|
+
test/new-results/test/parameters/data/hmm/mute-freqs/IGHV5-51_star_01.csv,sha256=WC9hZF53bWuKqT1KSgyFcW8IqkWHfqPPBSmkxLpf9wc,39848
|
684
|
+
test/new-results/test/parameters/data/sw/all-mean-mute-freqs.csv,sha256=EQeb3PooNYCH2SKRGOVFU81YMYtCd-dDJvNrxjckJMg,1313
|
685
|
+
test/new-results/test/parameters/data/sw/all-mean-n-muted.csv,sha256=Px_b5IVlaN64dpKey7CnfIQ_tE8Mg0-WjXM3GQa4GRE,2521
|
686
|
+
test/new-results/test/parameters/data/sw/all-probs.csv,sha256=the64IQbIdoe3scoSQYTwtOg8VyGFgcydetnN6uWcY4,2775
|
687
|
+
test/new-results/test/parameters/data/sw/cluster_size.csv,sha256=OeAE2YWCWLug8V9-LbrD1gHa-abThzhqD1rHBErEsAI,26
|
688
|
+
test/new-results/test/parameters/data/sw/d-mean-mute-freqs.csv,sha256=KDNQAwjYBkF2QIrc6BM0b30QxtBMI6OvuKvlnfzvlNc,1349
|
689
|
+
test/new-results/test/parameters/data/sw/d-mean-n-muted.csv,sha256=LliG13Y-lf2wKFvb2O7lUZCjJBqNgaMmWzYnmwnO-yc,330
|
690
|
+
test/new-results/test/parameters/data/sw/d_gene-d_3p_del-probs.csv,sha256=nDSp86wAyDsvBubwS4OA74hDlSgRbFURY8CAbYPUhHA,682
|
691
|
+
test/new-results/test/parameters/data/sw/d_gene-d_5p_del-probs.csv,sha256=be5w1HMbFuC_7Um367lCjFf908wZG7SEDFA72r8aSFc,718
|
692
|
+
test/new-results/test/parameters/data/sw/d_gene-probs.csv,sha256=FJGA0VyA7Ki26uaBCC73Bp1DyrVIZYLdcq98etJmlcI,336
|
693
|
+
test/new-results/test/parameters/data/sw/d_gene-vd_insertion-probs.csv,sha256=lS1RCQNr3W2Pg4_W54_uVxTjYdZReHLPzljI-VFzIuA,689
|
694
|
+
test/new-results/test/parameters/data/sw/dj_insertion_content.csv,sha256=mTb3gEU417Wi1AkN7qLnaCkyZ5_EzijrAIhG0BXWWNE,52
|
695
|
+
test/new-results/test/parameters/data/sw/fv_insertion-probs.csv,sha256=kCrz7fkt4fmzWLi1NB4ARuc_f6H6Bjiz1hg3aEsxl98,31
|
696
|
+
test/new-results/test/parameters/data/sw/j-mean-mute-freqs.csv,sha256=aq2h9XtPhaB0JWQI3Rxfz6x3NAWLh6-gNiVHSDn5R68,1250
|
697
|
+
test/new-results/test/parameters/data/sw/j-mean-n-muted.csv,sha256=p3KAY0RTuwfh54wmUHRJWcz5HseS23oJi254pS6p4wo,476
|
698
|
+
test/new-results/test/parameters/data/sw/j_gene-dj_insertion-probs.csv,sha256=5nTOguI1nI38JI378jsfhXCB0bf9Es--ssM5Vjavyh8,467
|
699
|
+
test/new-results/test/parameters/data/sw/j_gene-j_3p_del-probs.csv,sha256=j0E2exj-PFLXHf_ESXW29FIX4IEowsu63sR2WLgPlzU,169
|
700
|
+
test/new-results/test/parameters/data/sw/j_gene-j_5p_del-probs.csv,sha256=DKGRwddBxkyzSWQVlCaGqmmiKdvapkA0DYnIBvhpzlU,451
|
701
|
+
test/new-results/test/parameters/data/sw/j_gene-probs.csv,sha256=KhDaZEir6szxPZTwcjlOZQr5eVP8fKUlQX_3OzeDKNM,99
|
702
|
+
test/new-results/test/parameters/data/sw/jf_insertion-probs.csv,sha256=VYMGfvtZ3h1BnLpWCkD5TTc9lZ-jKHTZsy6no0vWbf8,33
|
703
|
+
test/new-results/test/parameters/data/sw/seq_content.csv,sha256=hkL4_Ry-ftvvqe5U6ZZQ_9wl8EU_6gljk0wADC_lgaM,51
|
704
|
+
test/new-results/test/parameters/data/sw/v-mean-mute-freqs.csv,sha256=N21HMgEzRFNso33fAHnwRavt-FRRrM0WHfV2YE7v1As,1211
|
705
|
+
test/new-results/test/parameters/data/sw/v-mean-n-muted.csv,sha256=hjVRC8rul2y2Nq0Qp1f_BD4vKwpsi3NDrAs6ojibHR4,1981
|
706
|
+
test/new-results/test/parameters/data/sw/v_gene-probs.csv,sha256=Hg7MC69rJExO-SzeCT1a19CQn1O8yCbbaCZcuR_oDxA,282
|
707
|
+
test/new-results/test/parameters/data/sw/v_gene-v_3p_del-probs.csv,sha256=olFraWH7gN79IpFjHxo5X-f4XSHDYOYiRPI-Rf2Yj14,428
|
708
|
+
test/new-results/test/parameters/data/sw/v_gene-v_5p_del-probs.csv,sha256=nHn_POMm7k4UHec94EMINdKTU6PIQQj0sLBhsy-GCSs,540
|
709
|
+
test/new-results/test/parameters/data/sw/vd_insertion_content.csv,sha256=OIvjjPnQyMndaTSagNshW3Rsegq-BlDTC9XjR1Wvrcw,52
|
710
|
+
test/new-results/test/parameters/data/sw/germline-sets/igh/extras.csv,sha256=cFRTG-yqhjSq1IalR8XjOPFB7QNb0HXugijlqV8Pg-k,530
|
711
|
+
test/new-results/test/parameters/data/sw/germline-sets/igh/ighd.fasta,sha256=UoVdiRQs8sZ54keg-Gewkk3dA1DbIAn6-fPxdmzL25o,862
|
712
|
+
test/new-results/test/parameters/data/sw/germline-sets/igh/ighj.fasta,sha256=NHubCFCuzB2X1pRCzknRe2hNcio5VqdjZQOBTBH9VcI,457
|
713
|
+
test/new-results/test/parameters/data/sw/germline-sets/igh/ighv.fasta,sha256=OB5XTEVnmvTKmXL8K53dhDs_67xd3c_VdEDQG-7q1Q0,5584
|
714
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD1-1_star_01.yaml,sha256=M1oP-RS64RpB99cywTJ1eG04sGgnEDDA4toLduCULPY,12707
|
715
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD1-20_star_01.yaml,sha256=NfkaMZ0W8loJhaE1zC_F8Hy9rEIJyDHyWAzf2DXUOmU,12814
|
716
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD1-26_star_01.yaml,sha256=xiyC3l-ZDoi6r_T_X84xAhcWVlx5pzP9BKmjRSUDaYQ,14695
|
717
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD2-15_star_01.yaml,sha256=q4cO77_StkNvfX31Z1iCv9RarY5czYr7fI8HyZT3fL4,21528
|
718
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_01.yaml,sha256=xp3qjLCGE3KBr770bUdkXctLj5rM_o6Qvmut209dM7w,19809
|
719
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_02.yaml,sha256=fE1PtpbXHKJrM2_U82FsU-zg15D22y-s6uRweBSmy6A,19700
|
720
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD2-2_star_01.yaml,sha256=aRDSfY7r2LifjL-gKC9MTt566b5I6c8WSHbbOxBzelk,21212
|
721
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_01.yaml,sha256=NiPxLrlJ---80DpM6FlvkSRlxd9LBeDzvTglqTZOiSw,18984
|
722
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_02.yaml,sha256=wTraZelnvFAUEJXVx2t9PRIXzCkW1EaOoReBWvbdzYk,21262
|
723
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_01.yaml,sha256=hHu9mBvMHc-WKZPveIL2uvIBqxR2Nl-IVNhzsuBmaRk,21679
|
724
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_03.yaml,sha256=gEYopkiVcmP79_x1cItoXn8mmkmrBMs_CNXQtfjmvpk,21621
|
725
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_02.yaml,sha256=iM91gS4a99LncTrW9i57Z-Fl9QZRpLn8FxZdEguNgJ4,25314
|
726
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_03.yaml,sha256=9FMClR1Nm7w1It37zhPTMgSXJUK9iqypBE0hbFHQ7tc,25175
|
727
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD3-22_star_01.yaml,sha256=fXFGmseiFAaEdCK-iPctIA3AgA0bgQYLvnp60D0khdM,21525
|
728
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD3-3_star_01.yaml,sha256=7Oo3niZqSHK4N-7ONo6wYh41SMi5SuyHCrsyW4SVT3k,21307
|
729
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD4-17_star_01.yaml,sha256=nbpxMDPGJjyYsCI4V5zj66BPnpeZ8agAPOibpjW2wSU,12259
|
730
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD4-4_star_01.yaml,sha256=fWbV43BehVNey0TWf7JJg-Vvof9-7lP_bZHmc193feU,12049
|
731
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD5-5_star_01.yaml,sha256=kMO_MA9xJecJIXbBWNmYL6yc_m6h58GJr35cOw_oLyw,13093
|
732
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD6-13_star_01.yaml,sha256=1lF4pIoXbdd91U4efQTQMZIV_3wCe0j230EHdu5iNmI,14884
|
733
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD6-19_star_01.yaml,sha256=Dc8ki9qgsjax22hfLfj3yTdOzOwmFw_as04ve9vxst4,15290
|
734
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD6-25_star_01.yaml,sha256=YXPZMCqQAc58B-J3SLb6Vt8bYvSyLFKU5rGco5oumW8,12990
|
735
|
+
test/new-results/test/parameters/data/sw/hmms/IGHD6-6_star_01.yaml,sha256=zBCReIhEvtTQnNGPEfwKnpeUEz7-kq6nTDQnl0_FTX0,13366
|
736
|
+
test/new-results/test/parameters/data/sw/hmms/IGHJ1_star_01.yaml,sha256=38Y61EkUTqQ7Fe7TV7KcGBM8xHYxkImVD1PGAw03gRw,23892
|
737
|
+
test/new-results/test/parameters/data/sw/hmms/IGHJ2_star_01.yaml,sha256=mbwht_7H0UoGhUn9dNop0IE5tgyrS46UMmfpTCevYtY,24638
|
738
|
+
test/new-results/test/parameters/data/sw/hmms/IGHJ3_star_02.yaml,sha256=WAp8S2IWFfZQA2p5ov9l3anoIohAwacUeMU19AAHOxM,23149
|
739
|
+
test/new-results/test/parameters/data/sw/hmms/IGHJ4_star_02.yaml,sha256=W79l2sliNNwrPoMeH_I7vkUgIQgm1Nkdu0f_SOlb8pk,22286
|
740
|
+
test/new-results/test/parameters/data/sw/hmms/IGHJ5_star_02.yaml,sha256=7A4N9-TRqHd8il4XFKAAjxcUxsfKMfxyeclEUjl5rgA,24016
|
741
|
+
test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_02.yaml,sha256=J1m7RbYPJ0VUBG00t83v7-LY_zjYvVnF_cBccahjHoE,30336
|
742
|
+
test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_03.yaml,sha256=t0oezICea7uvpUsb75awfu8Y2oi5RnBf07nhLPxnlFk,30255
|
743
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV1-18_star_01.yaml,sha256=Lc-xL13iatzYcK9uvDc4lFXjtNSFO80fPNx9sGMTf9o,96949
|
744
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV1-2_star_02.yaml,sha256=H3EELd5JHUrADzeLOzknk9SZA43W40lwKA1DrbJFJps,97223
|
745
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV2-5_star_02.yaml,sha256=AjwQTE4m2Z4gZR2p7YfRoeKPoQfW1TciU3Q_iZFHVAA,102853
|
746
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV2-70D_star_04.yaml,sha256=A29MUXuL2S2fbDzaPjT3zHt8vwoBU5G8l33u3cGx1ZA,104594
|
747
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-11_star_04.yaml,sha256=uPWSZTjoAEJiEKIuKSAIaVcbKbXI563eKxh2YrLH-EU,101357
|
748
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_01.yaml,sha256=AxsQv19rAvVGJHSD_wEzo7iMtgp8Epkjvm0iRTQTRbs,104873
|
749
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_03.yaml,sha256=EJfGhSVYathdClZBnHV0j8ZyPCqktHzlQ8g8hG-mwKE,101449
|
750
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-30_star_04.yaml,sha256=_BAbzQ9y9988qzzohQb7F1FAkqkMJi_z8KXIdvDSOSs,101433
|
751
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-48_star_03.yaml,sha256=JvyPm5eM1bh8g93MKbaHFL-mEtxNputTN_hyXTCEgsw,101433
|
752
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-66_star_02.yaml,sha256=CYCp57FmhIoH4S8wMlq3KVDL5-XoMpmb4q1imfn3qwo,103072
|
753
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-69-1_star_02.yaml,sha256=jiXDQai6zRvweJNHwDUgZbPkb6cVVpqWn9cvl82hRSk,101452
|
754
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-7_star_05.yaml,sha256=HM_P6671zHx45xMsxtnn9_Z3M3MqidfKijwt4qEm0Uk,101148
|
755
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV3-9_star_02.yaml,sha256=iNVUJAe_QXilxlh5iY2Ch3moR9r8Rlbi7bmB3XRTVPU,101547
|
756
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV4-34_star_01.yaml,sha256=Oewa7iM19Bn1nFoGF6jOaHdP9vxOKzwjD7eh-QXTOFA,100475
|
757
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV4-39_star_09.yaml,sha256=-g49A3huKic_z5HD3juxbii7Ak5pYSDMaH_RSaIf3f0,102506
|
758
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV4-4_star_09.yaml,sha256=OXwEfHDW_8tHVuOOVcJ6ow1yr2tWopEjA0u83RYprEA,100196
|
759
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV4-61_star_01.yaml,sha256=wR1IMykyR4Av9cVRyZgFMBfzpcOpuDgdSikONZGI5O0,102926
|
760
|
+
test/new-results/test/parameters/data/sw/hmms/IGHV5-51_star_01.yaml,sha256=djNJsBEaWHfqlJhdSdRNPVC9TlcBZaO_Jd70DqQATHI,104500
|
761
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-1_star_01.csv,sha256=HWiTfc25E-YFNRcchekK_tCjfhrsDCkcN9tdRIVZzqk,531
|
762
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-20_star_01.csv,sha256=ANvC4GAbFcAqIW7f0DQcWbq2qZK_ZvlIAIiRiGr0W9E,1048
|
763
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-26_star_01.csv,sha256=QBtpakRxFeT8ddUT_lqkToH0tQ_HB10kV1YJJJDcSEQ,1055
|
764
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-15_star_01.csv,sha256=vnTNZIIklFbU-wt1yCofgHZUkPp1Nd4cLXYZCYpgDzU,4465
|
765
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_01.csv,sha256=XGZeWPHNKuEx2sWBF53RpJYewIKsvCHHY12d90D9etc,3736
|
766
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_02.csv,sha256=8AXjUblVY5Af3YKXiO4Nr6WUpFCqarnqh0nVy3mv37s,3546
|
767
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-2_star_01.csv,sha256=0d5a7N349t7WKk6pWcp0nyqpi96XTWIdtc-knbVvEUA,3611
|
768
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_01.csv,sha256=zumx8baN_vJGlXu-XHbdjJrb-F4buGhza4ouKbIaGbs,4229
|
769
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_02.csv,sha256=89Irw02sqXQrG1ZwEucM843ITgylvtdTvCE9zdo06qw,1583
|
770
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_01.csv,sha256=MrnZFQ27W0xTlk9GDdiJpFS8QcziUdWdIXrwEnsqiEA,3858
|
771
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_03.csv,sha256=GoGZ-wu-5HoKr1zLJLKMS1C-JlXZrnS8tDhGLt3bDQQ,1844
|
772
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_02.csv,sha256=Ew9ztJfZ2s7C_PSGxr4d7Lp1EKlDtnpzYyaCzSaUArA,4775
|
773
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_03.csv,sha256=Y3G-7vL4kaOkWkeXCVtQFq8IE0khj6d4gMPViWHludM,2751
|
774
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-22_star_01.csv,sha256=Ax8ozWcpJ2aAd3q9nOFw9IVBg2ARZ9RcoooF2AHOWTQ,4093
|
775
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-3_star_01.csv,sha256=Tyu-z566FpqlboaRxq251RQVWqcerUN1olthDaK7tEs,2759
|
776
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-17_star_01.csv,sha256=XlotSGccW-ujn0vXyDhni7sYRXIGkCvfFZmxXP0FP6w,1602
|
777
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-4_star_01.csv,sha256=g57pIXo_zGC8WpzlKICtJ57gCEu9N776SVh53e9KB1Q,1179
|
778
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD5-5_star_01.csv,sha256=44aAFGWhlyKu1oJ2c0VZ_Ihy40sgYTgKn4BK8_X1qnQ,1186
|
779
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-13_star_01.csv,sha256=MOWRWhX97rDPCteyRQ-bEmRH_hKiT6ag882eFVNI87U,3101
|
780
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-19_star_01.csv,sha256=VMN07MpE5Y4_ivgoCN8QJLya2lV_ZkujAJZqYv3ZMBk,2909
|
781
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-25_star_01.csv,sha256=HXm6-ss-0e9QEfTK_hHunTYcVo5NGwd5-1kveQmy8EY,1581
|
782
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-6_star_01.csv,sha256=asRwMaud5sL1gUCKeDqYni_phdmthnyeeWnVTaWchkI,2560
|
783
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHJ1_star_01.csv,sha256=CLUWkWQZHqxLtD2sLmmrHwJnztEtSj3jojiVEkzvBow,7434
|
784
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHJ2_star_01.csv,sha256=AduIEoXtuC8-zYzrqae0Sx-XzdYeA10LT1afSLcHtK8,7694
|
785
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHJ3_star_02.csv,sha256=wX_nNGhf_oVlYyEZ2cSixS8C_LIswdYm9apKKtUJV6c,7608
|
786
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHJ4_star_02.csv,sha256=7ahxbKGb_Bm8WoCp1nRJNEzw7JPsBQxX2NccuEea5Eg,7611
|
787
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHJ5_star_02.csv,sha256=-CjsbhwU5hl8L_zRSQZKF3xRwDg50fwK0VEnx82v_r4,7505
|
788
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_02.csv,sha256=Fy-O8CEcpoVMwRwnAUIFptCndODvJgt9Htd9PNbS1oQ,4397
|
789
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_03.csv,sha256=-V_d9vyen9043e4fc2jKSdHQbuYA7hfaCK1am4Hg65k,5239
|
790
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-18_star_01.csv,sha256=YG5O4yeyocy11mB2ZaiXK8Th7zh8BzXy9rma-YE5cwI,41610
|
791
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-2_star_02.csv,sha256=vDimERZQXM8ZhtdVpmATwefwFPre3qdRrfQJAxXw-Xs,45348
|
792
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-5_star_02.csv,sha256=Cdeam544sswZrXHDiwJb0MvA-tGYa_D_p3wWLILH5wY,8730
|
793
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-70D_star_04.csv,sha256=8hryqQ5GtSO8bU2aOOEfjsTyYSO6osappjW_kFa8juQ,11754
|
794
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-11_star_04.csv,sha256=FdokAmAM38gAZgAIYfGZd5nb-8dCqVUpNGSI9jC5Xw8,10501
|
795
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_01.csv,sha256=HZF9sKsF1OunjR5_pvnRUvDIPonhejmAW9RD5PdH-_c,39488
|
796
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_03.csv,sha256=4nDj-xumD4n_bRlEImtA2DujOlOd5Ne5uy0aFmj4gHU,4230
|
797
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-30_star_04.csv,sha256=XCEoE-FqnTHpz0g1NkAz4pDbTOzjEIUTI2uO_X75GYo,5022
|
798
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-48_star_03.csv,sha256=FSsx5pt8Cw5UjRAHyu9A7JW4p_Tu7hu4KEKLxrqvZ0g,5022
|
799
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-66_star_02.csv,sha256=Ob-ef-HMA6HHjKc3Uu9FdiWPWLvBLeuCil8sVSds99A,45352
|
800
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-69-1_star_02.csv,sha256=IypsIqFyLIKhGrppL7C3xByuCaOdNFvSqIgEwnVoZKU,5318
|
801
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-7_star_05.csv,sha256=fkd_SV0yXl1cB1qfPNHxIixyS8Dr1UmKMUzpKZKNgsQ,9258
|
802
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-9_star_02.csv,sha256=fSKAlJw4dcfibJumH6a8j8jwCDvQpVNLKSxkpQfgp-Q,5294
|
803
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-34_star_01.csv,sha256=WKdyqmqOosq2LjOen1wXR7tYsBT1WheP0aUD5shju0E,5286
|
804
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-39_star_09.csv,sha256=5C2qvTBF35f6_AB-2i1ts4je90lyv7uNrDdhBB0HRYg,5286
|
805
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-4_star_09.csv,sha256=bt6DzbGRLY9ZIZbBnuAMIcAIpKgbK_ry0P5YflZ2bmU,7823
|
806
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-61_star_01.csv,sha256=MfxYYPSnbHtkx-7XDkXRtiC_vVWVvB0IKwUGus4wKNs,39760
|
807
|
+
test/new-results/test/parameters/data/sw/mute-freqs/IGHV5-51_star_01.csv,sha256=WC9hZF53bWuKqT1KSgyFcW8IqkWHfqPPBSmkxLpf9wc,39848
|
808
|
+
test/new-results/test/parameters/simu/sw-cache.yaml,sha256=dPUCPaNnXOhKKRy9Cz4abYRV7Grw9rpT-Zrwi-1PrIM,84965
|
809
|
+
test/new-results/test/parameters/simu/hmm/all-mean-mute-freqs.csv,sha256=0pdxyoFEXH3_eow_rK7arPkKCuj5gluaUgPnlOzJ0v4,771
|
810
|
+
test/new-results/test/parameters/simu/hmm/all-mean-n-muted.csv,sha256=oA9w8__2QFhKCEJUz-HvzwY9iDfSJjRHsGV9AA7vZNk,2463
|
811
|
+
test/new-results/test/parameters/simu/hmm/all-probs.csv,sha256=HJrgmzGjmjHhMde0AQTZ30uP0ENO85ivGuawGDPFmw0,918
|
812
|
+
test/new-results/test/parameters/simu/hmm/cluster_size.csv,sha256=RgPPs1bDG0gfsdw3swA5RZORKDE6FrdAeB0fx_p46LQ,26
|
813
|
+
test/new-results/test/parameters/simu/hmm/d-mean-mute-freqs.csv,sha256=zgUL7HePr8fZ7DtrmqMfA5bO7MmcdMQc0_Pw6_S8lqo,873
|
814
|
+
test/new-results/test/parameters/simu/hmm/d-mean-n-muted.csv,sha256=cHcykAwykyXRLteCC8uA6zJoJ1BiFVsVr5Bw__w87y0,269
|
815
|
+
test/new-results/test/parameters/simu/hmm/d_gene-d_3p_del-probs.csv,sha256=8oyk1DgQK447MSpud7K-O9Rie1fFJ_tQjPH16jiSuo8,143
|
816
|
+
test/new-results/test/parameters/simu/hmm/d_gene-d_5p_del-probs.csv,sha256=42W1P9I4nt_-cUhewABMAnqWaLjx9NwawoYnrPnXXuM,194
|
817
|
+
test/new-results/test/parameters/simu/hmm/d_gene-probs.csv,sha256=PdTFgATwDd9px6oyyade79_4yRtvnjK0UXJB-buqaDo,90
|
818
|
+
test/new-results/test/parameters/simu/hmm/d_gene-vd_insertion-probs.csv,sha256=i9qqNOsJrdqkM9PiH0a4RtHrhxE_N_M1qcWo4pHdFPk,217
|
819
|
+
test/new-results/test/parameters/simu/hmm/dj_insertion_content.csv,sha256=gspVCbbXY35cvEm1HcqjofYzFKN_McQD6nYmIgFBDXg,52
|
820
|
+
test/new-results/test/parameters/simu/hmm/fv_insertion-probs.csv,sha256=Hy8DNVuayOcpqYWC_IMR3w1Hzgjg9nO4CmTot9thkdc,37
|
821
|
+
test/new-results/test/parameters/simu/hmm/j-mean-mute-freqs.csv,sha256=iuAAISL6SE15XJb3Dpq1IixPK6Qgo0GzvmyxWNyGUjw,840
|
822
|
+
test/new-results/test/parameters/simu/hmm/j-mean-n-muted.csv,sha256=DJyszNfm1-piB5FES9ub2qS-Jvb4QgHZ_fkvpgTJu2U,431
|
823
|
+
test/new-results/test/parameters/simu/hmm/j_gene-dj_insertion-probs.csv,sha256=k2LpyIFpW3nJ64b_1ktCnKTub-F3FGLa7TqR7oia4ok,156
|
824
|
+
test/new-results/test/parameters/simu/hmm/j_gene-j_3p_del-probs.csv,sha256=d4yf0G3rVZuse9YMipi-CdnmYcBbJJfZvh_cigltsXE,66
|
825
|
+
test/new-results/test/parameters/simu/hmm/j_gene-j_5p_del-probs.csv,sha256=PWycSrYG8jrEgTdbzicNnX0SyBcXzRGHy0o1kW82f0M,124
|
826
|
+
test/new-results/test/parameters/simu/hmm/j_gene-probs.csv,sha256=tEiCLQFJX_C0Srydy88BomF5boCpvFbt6ic_Wvxfaak,51
|
827
|
+
test/new-results/test/parameters/simu/hmm/jf_insertion-probs.csv,sha256=IPDS23K4O_OwTi8WYSSKzLQchsxPJG8nC5cKiBPOkgk,26
|
828
|
+
test/new-results/test/parameters/simu/hmm/seq_content.csv,sha256=am3i7V2lLccYk_uxwhx1kMMMMrypsitzKjiSpFifgU4,51
|
829
|
+
test/new-results/test/parameters/simu/hmm/v-mean-mute-freqs.csv,sha256=G0ooefygl__ryhmyyRgDb3c2NREYOkC7fWVHbCezbn4,771
|
830
|
+
test/new-results/test/parameters/simu/hmm/v-mean-n-muted.csv,sha256=2K3dN6XnTGHc1n6QWaVI4J_wfTON-pKMH9l3qJyjse4,1968
|
831
|
+
test/new-results/test/parameters/simu/hmm/v_gene-probs.csv,sha256=CkPnYnmOQBArEsCuTw32tGzRxj-covPEUmuuALk9En8,118
|
832
|
+
test/new-results/test/parameters/simu/hmm/v_gene-v_3p_del-probs.csv,sha256=WDkHin-BfQLEiJBSTqlAuFzpJLFvlgEkvvFoie4L0Q8,158
|
833
|
+
test/new-results/test/parameters/simu/hmm/v_gene-v_5p_del-probs.csv,sha256=Vtz2eDfzLxzyuMRAJ2z_u6NL6XUqBggj5B6oUBHY9vI,141
|
834
|
+
test/new-results/test/parameters/simu/hmm/vd_insertion_content.csv,sha256=CPTrQgZNQk0x6GWn__0m5jPdaKIATc-a0QUM3jqICOk,52
|
835
|
+
test/new-results/test/parameters/simu/hmm/germline-sets/igh/extras.csv,sha256=36Sev7hCZRR-lcdnr9p4M--oDkqr_p2j0vGangs-7FA,246
|
836
|
+
test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighd.fasta,sha256=E9MhkFIne6CQnCNsw5SFqyUFGuMVwqCgo1_5ZWInDkc,197
|
837
|
+
test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighj.fasta,sha256=4UWQNkDWhOFeKG36_460WRbmJ_5BKsDi7ibAa1uhATI,196
|
838
|
+
test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighv.fasta,sha256=xtHU6LKeyp16GSsxM749mqAy4hfAs-eimWjvss8ogy0,2165
|
839
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHD1-20_star_01.yaml,sha256=b7HdvMzXgGFfzVhLlNpQUtLlAnPzXZNVW85bK9z_BJ4,12817
|
840
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHD3-16_star_02.yaml,sha256=cCmSZEcCzUrJ1fMsy6XO6LFnSDOxrGNKzasMbKvxUNg,25406
|
841
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHD3-22_star_01.yaml,sha256=60VGfvPE5nmZHH1Gzsl5A-d9oPybkByahMVt7y68jvE,21296
|
842
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHD6-13_star_01.yaml,sha256=L43WEDCdmrXVk-5xFGo9kKReM3wHGrvEUy8mG3xVrAM,15420
|
843
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHD6-19_star_01.yaml,sha256=_5Lwb2ax6Pa3SYXvOzxUC5e-oFBmgebTZeNBpFdgrNc,15365
|
844
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHJ1_star_01.yaml,sha256=pYGPlWvKQIfXBhe1B6kXSoMdvY95_Tziz78rJTNYyao,24189
|
845
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHJ4_star_02.yaml,sha256=uq0vUPwdnSpRItkF22FZmm-5cJM4BaFLpXIaB9noJXA,22386
|
846
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHJ6_star_02.yaml,sha256=4A3DuvdlAztSO-JqajXJc1PxO1QKwabKcOEqRCDzc3Y,30701
|
847
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHV1-18_star_01.yaml,sha256=Tv65ge9lRDVititQHEUM_KJXqoK5sDMW_ImhvkeJsBE,105925
|
848
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHV3-23_star_01.yaml,sha256=H73YMEqxFuuzmttQ5OY7kwM7oTSNeouiRcWcof6jhK4,105405
|
849
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHV3-66_star_02.yaml,sha256=6B6eapvjA0dm14PtqQ0wSkJIsI88xgwQdb-6iCzMYsk,99833
|
850
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHV3-7_star_05.yaml,sha256=ieJ2eDhnn5Ub3_SnSFtmZspez9ijIgdrT6RVzwCAEXY,103495
|
851
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHV4-4_star_09.yaml,sha256=2hFjzPwG9mbKUGGACeQIVL1twr0pFMMSd5xeGlmxD5Y,103232
|
852
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHV4-61_star_01.yaml,sha256=F2jI_LP63_rIeejwmarK1Ja_21c2uZMcZ5jfRE9XNxY,101718
|
853
|
+
test/new-results/test/parameters/simu/hmm/hmms/IGHV5-51_star_01.yaml,sha256=KIB7bGtCQ2PmB19ITAsVSGUsIxK-IOzazyQEGW-QR34,104913
|
854
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD1-20_star_01.csv,sha256=Vw0UbtEmrlYjjgBKCMERteu-WtDIQkO2EihZfdqkKlU,1179
|
855
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-16_star_02.csv,sha256=aFOFT0TCkp7NJgB5FWblIRqgrpLVwTL4zA8wRZ3fE4M,3935
|
856
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-22_star_01.csv,sha256=qSsicAv6b3ZwyJqXfbW74akt7g8JPk8_ktlUUSptoKs,4263
|
857
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-13_star_01.csv,sha256=l6xjzv1XB-CZ-2dMGejJ-rhTJ7gZaHhDP7lGZIsj7zY,3123
|
858
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-19_star_01.csv,sha256=TODqY-bHf6qXTM8qGMehBrGTtNBxWSCRkCncFyzUdck,2879
|
859
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ1_star_01.csv,sha256=IWDUvuCql3OWPB1CF5giAxp2MS3eDg3DiSqiZyq4HLA,6725
|
860
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ4_star_02.csv,sha256=AF7fTfqxHXNp66jDQZimPiSRknilJoQ8fO6ANR7qIbs,6148
|
861
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ6_star_02.csv,sha256=ZbxF9igVHkQej0NubNvD7nUFUTuyf49RoQRFML8mUEk,6504
|
862
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV1-18_star_01.csv,sha256=qWQvD-ltkpm5pNBo6oy9HCx45zn6MPuwV6F0EhKn_CQ,39176
|
863
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-23_star_01.csv,sha256=iggcygo5zN-Wevze_vahlPZKGt7Kn2RTJ6NIMMIGq2Q,39100
|
864
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-66_star_02.csv,sha256=NuxSOkAlYSTLH1pYiglewkxG17C6AudeiodkogUY03o,41148
|
416
865
|
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-7_star_05.csv,sha256=Ve6Y1IAOpf0ls0fwDtz7KMoMxrGtH2RadkomESpABR8,39704
|
417
|
-
test/new-results/test/parameters/simu/
|
418
|
-
test/new-results/test/parameters/simu/
|
419
|
-
test/new-results/test/parameters/simu/
|
420
|
-
test/new-results/test/parameters/simu/sw/
|
421
|
-
test/new-results/test/parameters/simu/sw/
|
422
|
-
test/new-results/test/parameters/simu/sw/
|
423
|
-
test/new-results/test/parameters/simu/sw/
|
424
|
-
test/new-results/test/parameters/simu/sw/
|
425
|
-
test/new-results/test/parameters/simu/sw/
|
426
|
-
test/new-results/test/parameters/simu/sw/d_gene-
|
427
|
-
test/new-results/test/parameters/simu/sw/
|
428
|
-
test/new-results/test/parameters/simu/sw/
|
429
|
-
test/new-results/test/parameters/simu/sw/
|
430
|
-
test/new-results/test/parameters/simu/sw/
|
431
|
-
test/new-results/test/parameters/simu/sw/
|
432
|
-
test/new-results/test/parameters/simu/sw/
|
433
|
-
test/new-results/test/parameters/simu/sw/
|
434
|
-
test/new-results/test/parameters/simu/sw/j_gene-probs.csv,sha256=
|
435
|
-
test/new-results/test/parameters/simu/sw/
|
436
|
-
test/new-results/test/parameters/simu/sw/
|
437
|
-
test/new-results/test/parameters/simu/sw/
|
438
|
-
test/new-results/test/parameters/simu/sw/
|
439
|
-
test/new-results/test/parameters/simu/sw/
|
440
|
-
test/new-results/test/parameters/simu/sw/
|
441
|
-
test/new-results/test/parameters/simu/sw/
|
442
|
-
test/new-results/test/parameters/simu/sw/
|
443
|
-
test/new-results/test/parameters/simu/sw/
|
444
|
-
test/new-results/test/parameters/simu/sw/
|
445
|
-
test/new-results/test/parameters/simu/sw/
|
446
|
-
test/new-results/test/parameters/simu/sw/germline-sets/igh/
|
447
|
-
test/new-results/test/parameters/simu/sw/
|
448
|
-
test/new-results/test/parameters/simu/sw/
|
449
|
-
test/new-results/test/parameters/simu/sw/
|
450
|
-
test/new-results/test/parameters/simu/sw/hmms/
|
451
|
-
test/new-results/test/parameters/simu/sw/hmms/
|
452
|
-
test/new-results/test/parameters/simu/sw/
|
453
|
-
test/new-results/test/parameters/simu/sw/
|
866
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-4_star_09.csv,sha256=_2s4lvITWRfamkX32TTOzhCd_tCF7qOnY1LJ5y1jAx0,38320
|
867
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-61_star_01.csv,sha256=kONUU7EHhpBiHqSGDoWdTA5zBjaMYZDo385OHxsD5_w,40111
|
868
|
+
test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV5-51_star_01.csv,sha256=0BOZU7pYns4oh593bGeq2V-qPaLAdH33RodQUnwDmlo,38980
|
869
|
+
test/new-results/test/parameters/simu/sw/all-mean-mute-freqs.csv,sha256=WafnR_mIDXY2nwvu408Y5s7RzLp0THIkMS2FVVVm9_k,756
|
870
|
+
test/new-results/test/parameters/simu/sw/all-mean-n-muted.csv,sha256=_h0Zb2S7N8-e1N2RizaGFHWyJrGsqiXausYGJdqcl6Y,2476
|
871
|
+
test/new-results/test/parameters/simu/sw/all-probs.csv,sha256=eH-GD9Ri2-kBUiItfHcQhLCGnnODGWa7X6ypkDK-Ed4,799
|
872
|
+
test/new-results/test/parameters/simu/sw/cluster_size.csv,sha256=RgPPs1bDG0gfsdw3swA5RZORKDE6FrdAeB0fx_p46LQ,26
|
873
|
+
test/new-results/test/parameters/simu/sw/d-mean-mute-freqs.csv,sha256=y2DxlnU27XBOlqVA3JW-FY4bbtLTpKlvoX5J7LJgU4c,842
|
874
|
+
test/new-results/test/parameters/simu/sw/d-mean-n-muted.csv,sha256=E_1rh0aZhX0ctR1SwMf12UNJvggPMSyt1qUQJgbdlfM,269
|
875
|
+
test/new-results/test/parameters/simu/sw/d_gene-d_3p_del-probs.csv,sha256=aRSk6nybEvmd_JPl3XuJbqzpVSTXHQIaCTsPmITqO7U,160
|
876
|
+
test/new-results/test/parameters/simu/sw/d_gene-d_5p_del-probs.csv,sha256=9qPKuX3oc3kRWpW4wTSJVy1lkjn_Ba0QTdW4KOgfKbA,177
|
877
|
+
test/new-results/test/parameters/simu/sw/d_gene-probs.csv,sha256=txOq7lSL2eRxvCfIYMLLq3AZcdoLc__3bqW-1Q0Zk1A,90
|
878
|
+
test/new-results/test/parameters/simu/sw/d_gene-vd_insertion-probs.csv,sha256=XSier290XBK5XYiBPH4jxeHbPIHzPupt8i4nebg4HZE,200
|
879
|
+
test/new-results/test/parameters/simu/sw/dj_insertion_content.csv,sha256=h3cGN_UTZdPcbvBKkLQoM2Dt2TspZnRm3Oc9SZNW9JQ,52
|
880
|
+
test/new-results/test/parameters/simu/sw/fv_insertion-probs.csv,sha256=XLvSbnsKoxjgvnc2RAoFxFwA4GEbazW_e9hkfI00hFE,26
|
881
|
+
test/new-results/test/parameters/simu/sw/j-mean-mute-freqs.csv,sha256=LsVg9RLygCVcwgZ5jVUsnk7DPEHJbMIk6LYSWpUBKEc,805
|
882
|
+
test/new-results/test/parameters/simu/sw/j-mean-n-muted.csv,sha256=vOfqkvW3QIJERYtSjv8CtRBUtE1r_NRtzjT5nVyzOZs,415
|
883
|
+
test/new-results/test/parameters/simu/sw/j_gene-dj_insertion-probs.csv,sha256=xzjX9xF8qeNYKLARmE6NS703W968KtHIGxJvVcE8G8w,142
|
884
|
+
test/new-results/test/parameters/simu/sw/j_gene-j_3p_del-probs.csv,sha256=d4yf0G3rVZuse9YMipi-CdnmYcBbJJfZvh_cigltsXE,66
|
885
|
+
test/new-results/test/parameters/simu/sw/j_gene-j_5p_del-probs.csv,sha256=rQObsMVrgxOgnq5o65LMyuvrSIfaMJ2F5sQ5mVmLF0g,137
|
886
|
+
test/new-results/test/parameters/simu/sw/j_gene-probs.csv,sha256=tEiCLQFJX_C0Srydy88BomF5boCpvFbt6ic_Wvxfaak,51
|
887
|
+
test/new-results/test/parameters/simu/sw/jf_insertion-probs.csv,sha256=IPDS23K4O_OwTi8WYSSKzLQchsxPJG8nC5cKiBPOkgk,26
|
888
|
+
test/new-results/test/parameters/simu/sw/seq_content.csv,sha256=am3i7V2lLccYk_uxwhx1kMMMMrypsitzKjiSpFifgU4,51
|
889
|
+
test/new-results/test/parameters/simu/sw/v-mean-mute-freqs.csv,sha256=G0ooefygl__ryhmyyRgDb3c2NREYOkC7fWVHbCezbn4,771
|
890
|
+
test/new-results/test/parameters/simu/sw/v-mean-n-muted.csv,sha256=2K3dN6XnTGHc1n6QWaVI4J_wfTON-pKMH9l3qJyjse4,1968
|
891
|
+
test/new-results/test/parameters/simu/sw/v_gene-probs.csv,sha256=VT-FzO5zOx-7xTZNZGbgXZshguC0aUIKrHvBwZXiPVg,118
|
892
|
+
test/new-results/test/parameters/simu/sw/v_gene-v_3p_del-probs.csv,sha256=j-jFVbzIALSK7ZimIXca0E9ErZVdnxENQfR6oYK7qNw,158
|
893
|
+
test/new-results/test/parameters/simu/sw/v_gene-v_5p_del-probs.csv,sha256=d7y0zw98hAETjx8Qfjta773AocP4Bhd1Tdc8Zswj8NA,141
|
894
|
+
test/new-results/test/parameters/simu/sw/vd_insertion_content.csv,sha256=cEmNd7jlyuQThJLqUY-1nvxuaUG90NWX92jMEJSeHbA,52
|
895
|
+
test/new-results/test/parameters/simu/sw/germline-sets/igh/extras.csv,sha256=36Sev7hCZRR-lcdnr9p4M--oDkqr_p2j0vGangs-7FA,246
|
896
|
+
test/new-results/test/parameters/simu/sw/germline-sets/igh/ighd.fasta,sha256=E9MhkFIne6CQnCNsw5SFqyUFGuMVwqCgo1_5ZWInDkc,197
|
897
|
+
test/new-results/test/parameters/simu/sw/germline-sets/igh/ighj.fasta,sha256=4UWQNkDWhOFeKG36_460WRbmJ_5BKsDi7ibAa1uhATI,196
|
898
|
+
test/new-results/test/parameters/simu/sw/germline-sets/igh/ighv.fasta,sha256=xtHU6LKeyp16GSsxM749mqAy4hfAs-eimWjvss8ogy0,2165
|
899
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHD1-20_star_01.yaml,sha256=1XGNilMTcFUqSQQLrimySjNzAwgkUltAVsekx-lmfcc,12832
|
900
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHD3-16_star_02.yaml,sha256=p5bigmFxdypaboR3bZpeZzYllA_A5fLlQC4bkG-rBeM,25396
|
901
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHD3-22_star_01.yaml,sha256=bdUBvpHuabehRe9mWab1Dmf3sDq-WfQ9r3F3FIQUQ5I,21291
|
902
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHD6-13_star_01.yaml,sha256=-5yIjNtkfO0en3nN5KPaN_cfIUFL_S-kW1vul0aXdfk,15352
|
903
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHD6-19_star_01.yaml,sha256=9dWtRp86__fbvFZC-Pkl7KkfCbeKOc66Qr0cMR2xbPo,15365
|
904
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHJ1_star_01.yaml,sha256=GyaCoyKZqdj6Y3NxeQMDxTfecjiWSRiUFCrobq2oHgQ,24169
|
905
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHJ4_star_02.yaml,sha256=daEZ8sBg1QDnXNu2pUkl-6rjYW1NweOHhEENRCYoXkk,22405
|
906
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHJ6_star_02.yaml,sha256=at7AGRfVop9R4T6p2CThtweiunwhmkSjWOv9rdFicHw,30730
|
907
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHV1-18_star_01.yaml,sha256=3R9t3lHMQYEnALWi4ZEO52aI3ivXsaVr2RWkk_PH4VE,105925
|
908
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHV3-23_star_01.yaml,sha256=q2Lf3t0fO7F91q0Cba76HOz149bwMAXjQ2xuT0yMIuI,105405
|
909
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHV3-66_star_02.yaml,sha256=VwiYswrRUiBcFp9Hob3wc2g-ClRWyDOONpgBTisGdL4,99833
|
910
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHV3-7_star_05.yaml,sha256=mpZ6qNLzzP5hKEGiGFC0scRxRkjcSK_-_V9ybeL6OCM,103495
|
911
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHV4-4_star_09.yaml,sha256=atoeu1qDs6F-p86b2AxUCdkml2ISkx66CoOckHeAXog,103232
|
912
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHV4-61_star_01.yaml,sha256=J6o77081GzjZcgMR8hN6kvPzRSLUYOMklXbpoDTcVDw,101718
|
913
|
+
test/new-results/test/parameters/simu/sw/hmms/IGHV5-51_star_01.yaml,sha256=Yffn4kuvSBsjKMpVjkbGkoMaUV2gxenMB9UhnwAMeW0,104913
|
914
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHD1-20_star_01.csv,sha256=Vw0UbtEmrlYjjgBKCMERteu-WtDIQkO2EihZfdqkKlU,1179
|
915
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-16_star_02.csv,sha256=aFOFT0TCkp7NJgB5FWblIRqgrpLVwTL4zA8wRZ3fE4M,3935
|
916
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-22_star_01.csv,sha256=qSsicAv6b3ZwyJqXfbW74akt7g8JPk8_ktlUUSptoKs,4263
|
917
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-13_star_01.csv,sha256=lbHygnE7ETSq_w7xq0VWNHO2BshyGj2_j67GXTFgW78,2956
|
918
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-19_star_01.csv,sha256=aYBYSGRcfWJeJE2SgyYpdb4JITAj_Nj47qtLBzBiO64,2617
|
919
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ1_star_01.csv,sha256=Qqrvy8SpNNMwucEG8ZpDBMpPOznFTDS38FbC3LpfGak,6696
|
920
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ4_star_02.csv,sha256=vFbWPWYhY1tfDlhXYqujIDBECowy7XwwvNcUiOoKZFQ,6746
|
454
921
|
test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ6_star_02.csv,sha256=-nvF_Re3o29DhELGSHCanf8UF4894aGmLvaDahgjIHo,6238
|
455
|
-
test/new-results/test/parameters/simu/sw/mute-freqs/
|
922
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHV1-18_star_01.csv,sha256=qWQvD-ltkpm5pNBo6oy9HCx45zn6MPuwV6F0EhKn_CQ,39176
|
923
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-23_star_01.csv,sha256=iggcygo5zN-Wevze_vahlPZKGt7Kn2RTJ6NIMMIGq2Q,39100
|
924
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-66_star_02.csv,sha256=NuxSOkAlYSTLH1pYiglewkxG17C6AudeiodkogUY03o,41148
|
456
925
|
test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-7_star_05.csv,sha256=Ve6Y1IAOpf0ls0fwDtz7KMoMxrGtH2RadkomESpABR8,39704
|
926
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-4_star_09.csv,sha256=_2s4lvITWRfamkX32TTOzhCd_tCF7qOnY1LJ5y1jAx0,38320
|
927
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-61_star_01.csv,sha256=kONUU7EHhpBiHqSGDoWdTA5zBjaMYZDo385OHxsD5_w,40111
|
928
|
+
test/new-results/test/parameters/simu/sw/mute-freqs/IGHV5-51_star_01.csv,sha256=0BOZU7pYns4oh593bGeq2V-qPaLAdH33RodQUnwDmlo,38980
|
929
|
+
test/new-results/test/parameters/simu/true/all-mean-mute-freqs.csv,sha256=0pdxyoFEXH3_eow_rK7arPkKCuj5gluaUgPnlOzJ0v4,771
|
930
|
+
test/new-results/test/parameters/simu/true/all-mean-n-muted.csv,sha256=q4lxyZKrQ9rXEttFW98beQBkstUDvzZhNlSwTihKwiU,2420
|
931
|
+
test/new-results/test/parameters/simu/true/all-probs.csv,sha256=hY2LPP1S13b1EqphO0z4SSGDyERj6JCdMm3hVcKwTGM,679
|
932
|
+
test/new-results/test/parameters/simu/true/cluster_size.csv,sha256=1aSbRzyfEI9p3sFsY0Siwc-xevi6Px9jMGpAs4Aedrc,50
|
933
|
+
test/new-results/test/parameters/simu/true/d-mean-mute-freqs.csv,sha256=UahkZJ9Qzdq4AgtaJek2Ix4zRc4fkZiqfIdXX9SEJ60,839
|
934
|
+
test/new-results/test/parameters/simu/true/d-mean-n-muted.csv,sha256=3Lkb-ACXnUu1jn1PYLsdPA32xR4wC-Q6MVXJTszM9lg,239
|
935
|
+
test/new-results/test/parameters/simu/true/d_gene-d_3p_del-probs.csv,sha256=mpMljUR2axM8L6ixhCMSOBQvEHip6gsmvhuca9jhzgU,158
|
936
|
+
test/new-results/test/parameters/simu/true/d_gene-d_5p_del-probs.csv,sha256=MMmhzJV5yXsGk_rt8z_HRSa4Nhzn3vV-s8GEGEp8sso,175
|
937
|
+
test/new-results/test/parameters/simu/true/d_gene-probs.csv,sha256=UJ8DnHJm7hFYc0e-7OO9zBRYjIN4yeJ57SeX2IAcms8,103
|
938
|
+
test/new-results/test/parameters/simu/true/d_gene-vd_insertion-probs.csv,sha256=pTSQcrIo99xjdS9HJSqoRZ2PQO6acaFEnkMXROBk_C0,181
|
939
|
+
test/new-results/test/parameters/simu/true/dj_insertion_content.csv,sha256=WHqH0mjXBmtPUJhbgqHDuYIb35-WWeM33CqQPaQPKfY,51
|
940
|
+
test/new-results/test/parameters/simu/true/fv_insertion-probs.csv,sha256=y05g9xpId6ehhoFDZ1yoEljOp1OoqKDrjy7UlVuv7PI,26
|
941
|
+
test/new-results/test/parameters/simu/true/j-mean-mute-freqs.csv,sha256=kMbmokeNapXdhTxTHGMYi3qTzvKFWq-GbtWzaQWdEl0,770
|
942
|
+
test/new-results/test/parameters/simu/true/j-mean-n-muted.csv,sha256=f4AVgobW2wOfrnZPSdh15Iy-BnN1iI9J4nP3OQKCBrY,415
|
943
|
+
test/new-results/test/parameters/simu/true/j_gene-dj_insertion-probs.csv,sha256=nMU9eRj_43tq1ogwBJGcQeqJDTGUSEnH8vI1I9HjF3M,112
|
944
|
+
test/new-results/test/parameters/simu/true/j_gene-j_3p_del-probs.csv,sha256=IP0jTfQI6B-CK3zClQGvWMfhqm-zc3aU8cETGuQopmI,65
|
945
|
+
test/new-results/test/parameters/simu/true/j_gene-j_5p_del-probs.csv,sha256=XxREd24V4MAqn0zhwJEI_lmyeChgbwUYQYG9xsaPiF8,137
|
946
|
+
test/new-results/test/parameters/simu/true/j_gene-probs.csv,sha256=qg5ZdxeKFfiZ9piaIEtJlpGZC0O7BHbyuKzCQhNV9a8,50
|
947
|
+
test/new-results/test/parameters/simu/true/jf_insertion-probs.csv,sha256=OhShrBTyasDthMLCsDxkrMj3pHoAkzVTPVxoVc39puQ,26
|
948
|
+
test/new-results/test/parameters/simu/true/seq_content.csv,sha256=LUX5kr1RY-F5XQhnK7ZndM8cdnYaz_R66xTUnwAkBlE,51
|
949
|
+
test/new-results/test/parameters/simu/true/v-mean-mute-freqs.csv,sha256=G0ooefygl__ryhmyyRgDb3c2NREYOkC7fWVHbCezbn4,771
|
950
|
+
test/new-results/test/parameters/simu/true/v-mean-n-muted.csv,sha256=2K3dN6XnTGHc1n6QWaVI4J_wfTON-pKMH9l3qJyjse4,1968
|
951
|
+
test/new-results/test/parameters/simu/true/v_gene-probs.csv,sha256=NXBVg94oMfmIpdVh68B5UKgXELNbFc0OelrYpR6S6ZQ,117
|
952
|
+
test/new-results/test/parameters/simu/true/v_gene-v_3p_del-probs.csv,sha256=zCIRZ1SlvG19X6MGS7wYfzJlbaENfrnWRDgxgq-VnWk,157
|
953
|
+
test/new-results/test/parameters/simu/true/v_gene-v_5p_del-probs.csv,sha256=YuRwBSDaskKmoYMCu8ZXAEW7LNXfvHmHS7lhPk5JilI,140
|
954
|
+
test/new-results/test/parameters/simu/true/vd_insertion_content.csv,sha256=eS1NA66q7A8orZZer1rRDySSX3bNcHLxX3mlKV9wF0o,51
|
955
|
+
test/new-results/test/parameters/simu/true/germline-sets/igh/extras.csv,sha256=36Sev7hCZRR-lcdnr9p4M--oDkqr_p2j0vGangs-7FA,246
|
956
|
+
test/new-results/test/parameters/simu/true/germline-sets/igh/ighd.fasta,sha256=KEJLTTD0_9WPqceiQAB2_LJXKwUshvC7LlHZrs1KPbI,228
|
957
|
+
test/new-results/test/parameters/simu/true/germline-sets/igh/ighj.fasta,sha256=4UWQNkDWhOFeKG36_460WRbmJ_5BKsDi7ibAa1uhATI,196
|
958
|
+
test/new-results/test/parameters/simu/true/germline-sets/igh/ighv.fasta,sha256=xtHU6LKeyp16GSsxM749mqAy4hfAs-eimWjvss8ogy0,2165
|
959
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHD1-20_star_01.csv,sha256=ANvC4GAbFcAqIW7f0DQcWbq2qZK_ZvlIAIiRiGr0W9E,1048
|
960
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-16_star_02.csv,sha256=aFOFT0TCkp7NJgB5FWblIRqgrpLVwTL4zA8wRZ3fE4M,3935
|
961
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-22_star_01.csv,sha256=qSsicAv6b3ZwyJqXfbW74akt7g8JPk8_ktlUUSptoKs,4263
|
962
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-13_star_01.csv,sha256=qQ-ZaUHWJXyxz5AeyAU6oJg6R2X1dGiiA8HYkAGppV8,3090
|
963
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-19_star_01.csv,sha256=TODqY-bHf6qXTM8qGMehBrGTtNBxWSCRkCncFyzUdck,2879
|
964
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-6_star_01.csv,sha256=Si4QG-npAa1ad2NuyDQwOCdb3Y-YVQTMdsqE4UBrIJI,1700
|
965
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHJ1_star_01.csv,sha256=uLdRseO-LvPJJAYj4aBNyDJuRWLJew9g4UAvrx4uJwY,6655
|
966
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHJ4_star_02.csv,sha256=KfLR2MD8pOUO9mN1cTFDHex0VEsOad8PPg1d_XVE8F8,6116
|
967
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHJ6_star_02.csv,sha256=-nvF_Re3o29DhELGSHCanf8UF4894aGmLvaDahgjIHo,6238
|
968
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHV1-18_star_01.csv,sha256=qWQvD-ltkpm5pNBo6oy9HCx45zn6MPuwV6F0EhKn_CQ,39176
|
969
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-23_star_01.csv,sha256=iggcygo5zN-Wevze_vahlPZKGt7Kn2RTJ6NIMMIGq2Q,39100
|
970
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-66_star_02.csv,sha256=NuxSOkAlYSTLH1pYiglewkxG17C6AudeiodkogUY03o,41148
|
971
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-7_star_05.csv,sha256=Ve6Y1IAOpf0ls0fwDtz7KMoMxrGtH2RadkomESpABR8,39704
|
972
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-4_star_09.csv,sha256=_2s4lvITWRfamkX32TTOzhCd_tCF7qOnY1LJ5y1jAx0,38320
|
973
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-61_star_01.csv,sha256=kONUU7EHhpBiHqSGDoWdTA5zBjaMYZDo385OHxsD5_w,40111
|
974
|
+
test/new-results/test/parameters/simu/true/mute-freqs/IGHV5-51_star_01.csv,sha256=0BOZU7pYns4oh593bGeq2V-qPaLAdH33RodQUnwDmlo,38980
|
457
975
|
test/paired/new-results/get-selection-metrics-new-simu-chosen-abs.csv,sha256=pPLqsoWr7MChKJCeXfFDEo6JS4IG21TgmLzoMi5-vdQ,12593
|
458
|
-
test/paired/new-results/run-times.csv,sha256=
|
459
|
-
test/paired/new-results/test.log,sha256=
|
976
|
+
test/paired/new-results/run-times.csv,sha256=He9aZWw2BudfEJG-YYRvpA6ccqki6uZBNla84f2OxKQ,208
|
977
|
+
test/paired/new-results/test.log,sha256=7QbWzBA7yDYtMZOWbUOi70EgH_TQcK3DB7HmQAgpfjA,85873
|
460
978
|
test/paired/new-results/partition-new-simu/partition-igh.yaml,sha256=qelM_0rtDDwpLWl6_ItvkrXioZ9MI6VMiLPMf6tcbIs,71140
|
461
979
|
test/paired/new-results/partition-new-simu/partition-igk.yaml,sha256=9iTcIjgyiVsoADqym9El14fwDT4nU_xu2mWy_UeVHSA,46688
|
462
980
|
test/paired/new-results/partition-new-simu/partition-igl.yaml,sha256=XdV7rr3fQJPi3-5NvCxhHI4k5huOja8zxdI9XHWatMQ,23871
|
@@ -477,7 +995,7 @@ test/paired/new-results/partition-new-simu/fasttree/iclust-1/input-seqs.fa,sha25
|
|
477
995
|
test/paired/new-results/partition-new-simu/fasttree/iclust-1/log,sha256=ou_xxqXaZukRTI1w7eqlqmq0-kTNCasOjtqgC2mJ85A,1535
|
478
996
|
test/paired/new-results/partition-new-simu/fasttree/iclust-2/fasttree.out,sha256=8iAGmWkl8Cw1An8YerCdGi3dYbBCqM03erljLmfZch0,234
|
479
997
|
test/paired/new-results/partition-new-simu/fasttree/iclust-2/input-seqs.fa,sha256=XvNc2wDAuQR3Z7JnQF3QYnPxfYpQH3KzP__OfQymTcw,4434
|
480
|
-
test/paired/new-results/partition-new-simu/fasttree/iclust-2/log,sha256=
|
998
|
+
test/paired/new-results/partition-new-simu/fasttree/iclust-2/log,sha256=0B3jw_M5grPDVLkbVo0jzDZr40PZciuapueNAhQD9DU,1535
|
481
999
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igh-selection-metrics.yaml,sha256=qnyJc6r4fEij37iP8yKvwXdXa6oz1GlprIABjBvEac4,5954
|
482
1000
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igh.yaml,sha256=TvdmgfDmKq9FTXSZ8WvsP85OsORW3qB2hqMbGZG7_Ss,43157
|
483
1001
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igk-selection-metrics.yaml,sha256=1cTAXjSz2J7eW7WYV9a1HOnBArqlO66a9M3HQiMTuA0,4635
|
@@ -487,7 +1005,7 @@ test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust
|
|
487
1005
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-0/log,sha256=vO7VmqU3ovUHv5eeBQjBL4_OkUPmSrkzRJA-ygBuRy0,1693
|
488
1006
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/fasttree.out,sha256=R_clhMra-ApsWz9L57q5eee5ouu2TRfhss6AEPherxA,217
|
489
1007
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/input-seqs.fa,sha256=_AA1cnLEZd2n60CZ_FRSeUID4yggqfQyBXBbRa0ke5w,2723
|
490
|
-
test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/log,sha256=
|
1008
|
+
test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/log,sha256=h81UNPsuHrMD0xu7yvQLELsttjwQCnlV8MB3joqjNVk,1692
|
491
1009
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igk/fasttree/iclust-0/fasttree.out,sha256=4BPvTBrBWb0QNzUIgOAifNN5zlQn2pwLeHyXL62KKAY,166
|
492
1010
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igk/fasttree/iclust-0/input-seqs.fa,sha256=xmghMTcWRSKgyfKU2rnLHgIF5uDeVXOkQH2xOPKxo-o,2825
|
493
1011
|
test/paired/new-results/partition-new-simu/igh+igk/partition-igk/fasttree/iclust-0/log,sha256=WRAXrrNjPEfivA5dkHsOQFrvq-mnZ0O5JfZHg8SxcBY,1693
|
@@ -511,34 +1029,34 @@ test/paired/new-results/partition-new-simu/single-chain/partition-igh.yaml,sha25
|
|
511
1029
|
test/paired/new-results/partition-new-simu/single-chain/partition-igk.yaml,sha256=o-a0agImpMjjo32u7TaIrHbTW_RXJPkHXD8znweeT8Y,38067
|
512
1030
|
test/paired/new-results/partition-new-simu/single-chain/partition-igl.yaml,sha256=vEjx11N8dkIpx00_h5_qM4dis3254HeEsza7qkTre4I,18883
|
513
1031
|
test/paired/new-results/partition-new-simu-annotation-performance/plots.html,sha256=yyz8jow57HiaV1_N9RX0jn6vkR_dY0pkzr8KmBxCYlo,3143
|
514
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/flcount-matrix.svg,sha256=
|
515
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop-log.svg,sha256=
|
516
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop.svg,sha256=
|
1032
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/flcount-matrix.svg,sha256=7qf___hYL13BCPHfGKBKWs5x4SiWOh7YTL6ekqHIlHw,29145
|
1033
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop-log.svg,sha256=e9OiW39kl1o2YokR0aGsAoJIAtZrPHlIGXFrp6GXRdY,22992
|
1034
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop.svg,sha256=W3kaHW87MhP57nsrah62rCcYA5FbriUq5NjEaiUzfeY,19194
|
517
1035
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/func-per-drop.csv,sha256=hcFbqQj-_5cXQ7nwQk60LucTJs4Sjwctn8UhwGMrvjk,305
|
518
1036
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/nonfunc-per-drop.csv,sha256=qBE54p878Cw8hi-DYn-Qq6NXA9go9d5-vDzDLrqc06k,318
|
519
1037
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-after.csv,sha256=gXd78-EldIOv2K-BxoAnbGc5AZwVMvkyntT1r_p9hbs,126
|
520
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-after.svg,sha256=
|
1038
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-after.svg,sha256=csRQArfOTeFga2y5asy1o0KubXst2u085SS2pzYQKSE,7107
|
521
1039
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-before.csv,sha256=Cs0ubrzBHEZfguO-l9_EO8-tzijl7Ih1APSVTEafBm8,183
|
522
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-before.svg,sha256=
|
523
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/pseq-matrix.svg,sha256=
|
1040
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-before.svg,sha256=Xv3WRAqw51v32TLO9LKyGoyWSQybGsJu4VlRniWo0tY,8608
|
1041
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/pseq-matrix.svg,sha256=fMju6MM2H1XJZC72OB75Tfm2__wF0Kyxtawxdx08Ur8,13540
|
524
1042
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/seqs-per-droplet.csv,sha256=m73KMZ-S024dBjp6ulZUucAc38ZQwsDXYG2sbJGQMos,180
|
525
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/seqs-per-droplet.svg,sha256=
|
1043
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/seqs-per-droplet.svg,sha256=24NKFyeVEgTIIeDoyV-5Vt-A-If-ijpu7uUjB8Qd5Xg,7763
|
526
1044
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct-family.csv,sha256=Apzy9JVSmNsEdPoVZxITXt6FZ4nVcwnrDvjMVw8yH-E,371
|
527
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct-family.svg,sha256=
|
1045
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct-family.svg,sha256=RKgSvWGE3l9ECgdMSWrrhsUyc0q8z1hJGVjdlM4FJO8,12644
|
528
1046
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct.csv,sha256=Apzy9JVSmNsEdPoVZxITXt6FZ4nVcwnrDvjMVw8yH-E,371
|
529
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct.svg,sha256=
|
1047
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct.svg,sha256=zUPkBJezJURZhWdj_Efq2DABgQsq0qSOXj9x-LmAMYg,12631
|
530
1048
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-mispaired.csv,sha256=czqVh4ZxAreW2aCwKTHVad8buECSwn1eKK5RToGuESM,402
|
531
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-mispaired.svg,sha256=
|
1049
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-mispaired.svg,sha256=Sm1CVcEOneohkCvEdWoKl86EdIo4XC1bygDfQpyU52Y,12648
|
532
1050
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-multiple.csv,sha256=1cg0nJL4pkiPxn3jM1c_31pxKPM47KXGZuVp7v-Qz1M,296
|
533
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-multiple.svg,sha256=
|
1051
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-multiple.svg,sha256=bzW_6Ki3ONH8cCcqCPBEEwU29LnuV_gVm_BEWO7gtzA,7249
|
534
1052
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-near-family.csv,sha256=1cg0nJL4pkiPxn3jM1c_31pxKPM47KXGZuVp7v-Qz1M,296
|
535
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-near-family.svg,sha256=
|
1053
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-near-family.svg,sha256=JlIbw924cz8zgNfLfy0xgCsfOY-2vM4MxEnnBTdg8FM,7249
|
536
1054
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-total.csv,sha256=6H8vsJkv89E5OaepY5bg1DnptEIePK6-C6QjuaBRXv4,337
|
537
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-total.svg,sha256=
|
1055
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-total.svg,sha256=av_pNMfv-4U8Da2AK_u1-88IdggvCjGwO01wUiYRqOc,13482
|
538
1056
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-unpaired.csv,sha256=tzXelx5oSqhgkstNA-6DGK027GYT-M4TXrFGDEWNEcg,405
|
539
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-unpaired.svg,sha256=
|
1057
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-unpaired.svg,sha256=V18ED8F_cgusiDs9gd4tjhBIm5K0-kbwt-bBxdb91uQ,13931
|
540
1058
|
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance.csv,sha256=EgjeHR05wFVPUvq8acCzf2LhT4c7niHXpEIoc9XyX9Q,178
|
541
|
-
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance.svg,sha256=
|
1059
|
+
test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance.svg,sha256=m88OP5rXm3g__cOs_6ZcwqiVFCkRhol7u99Wwhc8qTE,9771
|
542
1060
|
test/paired/new-results/partition-new-simu-annotation-performance/single-chain/plots/igh/hmm/boundaries/d_3p_del.csv,sha256=P0iNxvqMk9z8jTIYcGjxfKa-T2JIi3eOSh3eXPEnBvM,318
|
543
1061
|
test/paired/new-results/partition-new-simu-annotation-performance/single-chain/plots/igh/hmm/boundaries/d_5p_del.csv,sha256=G4CoyPjc1MSkQnVijOv2ysz56zGYG4i-QYelQU-un10,635
|
544
1062
|
test/paired/new-results/partition-new-simu-annotation-performance/single-chain/plots/igh/hmm/boundaries/dj_insertion.csv,sha256=kLzxSn3wfZysDk4IhTlgvEsvdNbLWYOJgMTz_nqRJHU,233
|
@@ -731,7 +1249,7 @@ test/paired/new-results/seed-partition-new-simu/seeds/3542bd38d8-igh+3542bd38d8-
|
|
731
1249
|
test/paired/new-results/seed-partition-new-simu/seeds/3542bd38d8-igh+3542bd38d8-igk/single-chain/partition-igh.yaml,sha256=9Pxnw0p8Ug9ZMVcg7X7RMHURhxpWtpj4h93WuuVS-NY,31446
|
732
1250
|
test/paired/new-results/seed-partition-new-simu/seeds/3542bd38d8-igh+3542bd38d8-igk/single-chain/partition-igk.yaml,sha256=ZPuU2MYn7BLZmOJ6jUiH-oCa3SaZAr0jVMEAePScKxA,14687
|
733
1251
|
test/paired/new-results/seed-partition-new-simu/seeds/3542bd38d8-igh+3542bd38d8-igk/single-chain/partition-igl.yaml,sha256=Ls3u67M8CfP5yaBnfud78p7L9uwH1B0BXGkFwHf48to,6542
|
734
|
-
test/paired/new-results/subset-partition-new-simu/merged-partition.log,sha256=
|
1252
|
+
test/paired/new-results/subset-partition-new-simu/merged-partition.log,sha256=UnBAPcJNrZr9HeVXIdVHxyijD-BExOgp9DXLzIonLho,30272
|
735
1253
|
test/paired/new-results/subset-partition-new-simu/partition-igh.yaml,sha256=HgoqpG1_ChEuLNouoAGTWOJTKXDR9TP6y_TFxIMmprI,66188
|
736
1254
|
test/paired/new-results/subset-partition-new-simu/partition-igk.yaml,sha256=Mwg9UfLe-e0sYsvxNgiepogOj0DxuIUECIktiMu_f-A,46690
|
737
1255
|
test/paired/new-results/subset-partition-new-simu/partition-igl.yaml,sha256=Wi-WCJfj2dWt0E0eSbKaSnY9zajo9lzpZnIVw7mF9OY,19395
|
@@ -755,7 +1273,7 @@ test/paired/new-results/subset-partition-new-simu/isub-0/meta.yaml,sha256=ZUaFW7
|
|
755
1273
|
test/paired/new-results/subset-partition-new-simu/isub-0/partition-igh.yaml,sha256=AcC85PCqK8Epm4ICu4B8q5eUjtsmlFTQwTkmMhZqQ5I,30562
|
756
1274
|
test/paired/new-results/subset-partition-new-simu/isub-0/partition-igk.yaml,sha256=TrjOFEnyjqRB1mIbZaG2dDUg0BB7h_YMn7P7NJ4siRA,24486
|
757
1275
|
test/paired/new-results/subset-partition-new-simu/isub-0/partition-igl.yaml,sha256=fc2SzIWy51agwAZcCTJZAfZW_-ddT-g0celyJsbelgY,7960
|
758
|
-
test/paired/new-results/subset-partition-new-simu/isub-0/partition.log,sha256=
|
1276
|
+
test/paired/new-results/subset-partition-new-simu/isub-0/partition.log,sha256=6ZAuNzq2itZ62ykhF5qEEXd8-BnRniTZapLYXeAZWOA,24021
|
759
1277
|
test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/igh.fa,sha256=vR3IfQGVf6SVv6ls-ebrcQmDTDxNu0nhjizzNbitup4,5852
|
760
1278
|
test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/igk.fa,sha256=_fxa0GOLuWDb0sfWeO4YbSmIcKwuG4F_4fMxte4dYLE,5107
|
761
1279
|
test/paired/new-results/subset-partition-new-simu/isub-0/igh+igk/partition-igh.yaml,sha256=FjL_OaOcNDHHamp3ehFMyAuU4sO4_TMXgEAPlI1kBdw,22125
|
@@ -1106,7 +1624,7 @@ test/paired/new-results/subset-partition-new-simu/isub-1/meta.yaml,sha256=J_IVfe
|
|
1106
1624
|
test/paired/new-results/subset-partition-new-simu/isub-1/partition-igh.yaml,sha256=BiuYTVEBQq5uK6kM1ywk5H5q_ebrK7YJ_38iBuRi2eU,45209
|
1107
1625
|
test/paired/new-results/subset-partition-new-simu/isub-1/partition-igk.yaml,sha256=93vPGzB3jaCjPPBEUEvqSqf2axzmd1Ry0P6-YoN7OTg,28793
|
1108
1626
|
test/paired/new-results/subset-partition-new-simu/isub-1/partition-igl.yaml,sha256=rzwVZ9JijOgNZAWVW5MaiYTNW6HtQvsrqKPV_y9NT30,14925
|
1109
|
-
test/paired/new-results/subset-partition-new-simu/isub-1/partition.log,sha256=
|
1627
|
+
test/paired/new-results/subset-partition-new-simu/isub-1/partition.log,sha256=b_m_IA9lQA-u5TEUzDi-ukYVWFybvjFZ4Rbaq_0GZhQ,23969
|
1110
1628
|
test/paired/new-results/subset-partition-new-simu/isub-1/igh+igk/igh.fa,sha256=eLpqTnZF03J8ZANDLzei2lXYLU_qMIPYekhVpRgggfk,8772
|
1111
1629
|
test/paired/new-results/subset-partition-new-simu/isub-1/igh+igk/igk.fa,sha256=jWCEqF1B5bXygBLb2BKWKD0rmftFl0c0X5xSEEJOtFA,5868
|
1112
1630
|
test/paired/new-results/subset-partition-new-simu/isub-1/igh+igk/partition-igh.yaml,sha256=7OOGwBLiWX7eI9gab1rd3lhRF12WYe7uyrASBEqL7Eg,27612
|
@@ -1475,7 +1993,7 @@ test/paired/new-results/subset-partition-new-simu/merged-subsets/igh+igk/partiti
|
|
1475
1993
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/igh+igk/partition-igk.yaml,sha256=Ybr2uxzr0wzPyEwrxDWDYif2gFk4UlHNPsXmufeFZhg,50990
|
1476
1994
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/igh+igl/partition-igh.yaml,sha256=2ip81MiUa7l716-y86dipwvwM3qg1VWlRQT-__6o4Rw,29796
|
1477
1995
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/igh+igl/partition-igl.yaml,sha256=dIOx35YYPOx2RQ2e2-Qyac5qegCzHf-DyhML42ZXZIA,21443
|
1478
|
-
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/sw-cache.yaml,sha256=
|
1996
|
+
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/sw-cache.yaml,sha256=9LfVQ3Iz9E0AdSwytCAzoAMpxXdIhkYmPwVnVnrbEp8,140753
|
1479
1997
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/hmm/all-mean-mute-freqs.csv,sha256=LPJkL33RJZwT1nbvv80p_1r5J6pSyejnAb1rxjB5eU8,912
|
1480
1998
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/hmm/d_gene-probs.csv,sha256=zeYbss9bxXW-xyVRkX6eBeMhPy-qiino5f0xJ5z86DI,233
|
1481
1999
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/hmm/j_gene-probs.csv,sha256=u4L0N-3x-YChG9C2unXpDbDTVzDZgfw3aChq3fHOuSk,63
|
@@ -1509,7 +2027,7 @@ test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/
|
|
1509
2027
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/hmm/hmms/IGHV3-33_star_01.yaml,sha256=FU4oDYBlqRgZwlQrbG23AEZneBh-icKPaswTKnXojUI,103996
|
1510
2028
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/hmm/hmms/IGHV3-7_star_01.yaml,sha256=GLt0fNZJsArlWs95oE7v2E-ZKciqmRa6plG-AWAxaCg,104240
|
1511
2029
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/hmm/hmms/IGHV4-39_star_01.yaml,sha256=GGUYeGeP3CaMWhWo4B32FWDF5ohfVAJf8_QwQ9sSkp0,104436
|
1512
|
-
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/sw-cache.yaml,sha256=
|
2030
|
+
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/sw-cache.yaml,sha256=v8V9bQranwPJOnhsniI0m3WPEM7qNFWtc69kFY49UwI,78754
|
1513
2031
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/hmm/all-mean-mute-freqs.csv,sha256=yR5AuVGrcUAOe72bT-nEJap_zn3AwCpaXSrFGELbDyA,740
|
1514
2032
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/hmm/d_gene-probs.csv,sha256=p07NACPyIrtcnGVLP8tHoSHCBiO_H7OazG_siOykHws,28
|
1515
2033
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/hmm/j_gene-probs.csv,sha256=40-_sM8ZQBd6J9r__bewvD1wb3DELCmaRHpLak-xa0s,75
|
@@ -1528,7 +2046,7 @@ test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/
|
|
1528
2046
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/hmm/hmms/IGKV2-30_star_01.yaml,sha256=otPu6N94wuSVkMB8R4ZUYp0k0NLTXBreU1OCCc1VYBk,107159
|
1529
2047
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/hmm/hmms/IGKV3-11_star_01.yaml,sha256=dizIw0o2xB1DiUzb_HneMaz3yIIyxS0d2HiPCdwo2fA,102590
|
1530
2048
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/hmm/hmms/IGKV3-15_star_01.yaml,sha256=1z0A-rW4uPkaZ0u-3Vu9fxdBoNqsf8MXfaT6yjkaKxw,103093
|
1531
|
-
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/sw-cache.yaml,sha256=
|
2049
|
+
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/sw-cache.yaml,sha256=Q5evTls-3iK3wEtsKpPf5fiDcWboLUYpTtwD9y8KteI,44439
|
1532
2050
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/hmm/all-mean-mute-freqs.csv,sha256=mhl_3xQduo9KwGA20exKyZmQOOdXC5k5HnFS05ySwb0,693
|
1533
2051
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/hmm/d_gene-probs.csv,sha256=fJ9zLdtkRjPmYgE7qmoz00lDMlBYXZIvOc-N_WNztlE,28
|
1534
2052
|
test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/hmm/j_gene-probs.csv,sha256=ng_-k77f0BCTsX-VM_EGVf0CIxPYj59BGGkibFelC60,39
|
@@ -2540,6 +3058,15 @@ test/paired/new-results/test/parameters/simu/igl/true/mute-freqs/IGLJ3_star_02.c
|
|
2540
3058
|
test/paired/new-results/test/parameters/simu/igl/true/mute-freqs/IGLV1-40_star_01.csv,sha256=p3PWsVLEeD2PICWmIxgpUGuT3JOxQTslQzU6_LrBvBI,41802
|
2541
3059
|
test/paired/new-results/test/parameters/simu/igl/true/mute-freqs/IGLV2-14_star_04.csv,sha256=AZk7s8pua4urPiGRa88MRVK3xZI4q-lWgBiAuy8S6Ko,39100
|
2542
3060
|
test/paired/new-results/test/parameters/simu/igl/true/mute-freqs/IGLV2-23_star_02.csv,sha256=NNCfbwB78nBRyZxpP6CerXnVqbmxjZYupYkdYMYsvL4,38044
|
3061
|
+
test/paired/new-results/test/simu/all-seqs.fa,sha256=SYRQHETSU0POoVxhBNbr7SjmQZTYHs73g2qickY6Rxg,40997
|
3062
|
+
test/paired/new-results/test/simu/igh.yaml,sha256=WqKR5dQ8r96mCKg2IRF81QOi0oW-A3vCP_qn55RM9Jg,60026
|
3063
|
+
test/paired/new-results/test/simu/igk.yaml,sha256=TWd2n2mbB3TbkcE7VIY-eSkfe8W302ups2Sey9JlIME,38712
|
3064
|
+
test/paired/new-results/test/simu/igl.yaml,sha256=BQl2aSLIJSZ527drIXHfREzHMfUdV9vS9MGPFCwMddg,20571
|
3065
|
+
test/paired/new-results/test/simu/meta.yaml,sha256=K2YrRqiQigNRUwo5HbzUgeS-YjZ482qiP9TA4W4wAeQ,8955
|
3066
|
+
test/paired/new-results/test/simu/igh+igk/igh.yaml,sha256=fwJUnfouRe2mvjkfrc7R61xDRWrlLoYvlceXQhCGIok,37784
|
3067
|
+
test/paired/new-results/test/simu/igh+igk/igk.yaml,sha256=TWd2n2mbB3TbkcE7VIY-eSkfe8W302ups2Sey9JlIME,38712
|
3068
|
+
test/paired/new-results/test/simu/igh+igl/igh.yaml,sha256=RGmmNyiQ9-UDyOY2_fnDzpo9kBcMR3EpOZ0_RMoE1yk,31490
|
3069
|
+
test/paired/new-results/test/simu/igh+igl/igl.yaml,sha256=BQl2aSLIJSZ527drIXHfREzHMfUdV9vS9MGPFCwMddg,20571
|
2543
3070
|
test/paired/ref-results/get-selection-metrics-new-simu-chosen-abs.csv,sha256=pPLqsoWr7MChKJCeXfFDEo6JS4IG21TgmLzoMi5-vdQ,12593
|
2544
3071
|
test/paired/ref-results/run-times.csv,sha256=hFA6Pz-Qw3UzqYiKjObhgKAYIK9g0PnNqjGy2RCjOQQ,238
|
2545
3072
|
test/paired/ref-results/test.log,sha256=Ju_Oo1TSl2_R9KQvtFuHdYxJGjL9WbBtFy2SpqT9Tlg,85256
|
@@ -7898,8 +8425,8 @@ test/ref-results-slow/test/parameters/simu/true/mute-freqs/IGHV4-NL1_star_01.csv
|
|
7898
8425
|
test/ref-results-slow/test/parameters/simu/true/mute-freqs/IGHV5-10-1_star_01.csv,sha256=S075HCAZnbZpAMsXeLMmMXEGVHFs_Euk1XujtFQ46y4,41974
|
7899
8426
|
test/ref-results-slow/test/parameters/simu/true/mute-freqs/IGHV5-51_star_01.csv,sha256=QJGyDRqD2JezXsuMbNNXGSCM-kjaN2h4QGpgsaqTqXQ,57817
|
7900
8427
|
test/ref-results-slow/test/parameters/simu/true/mute-freqs/IGHV7-4-1_star_02.csv,sha256=k5KeCR5Qa6iEF0IEHR63DDdJStqAjcZxgZOUbKDFNaY,39977
|
7901
|
-
partis_bcr-1.0.11.post1.
|
7902
|
-
partis_bcr-1.0.11.post1.
|
7903
|
-
partis_bcr-1.0.11.post1.
|
7904
|
-
partis_bcr-1.0.11.post1.
|
7905
|
-
partis_bcr-1.0.11.post1.
|
8428
|
+
partis_bcr-1.0.11.post1.dev3.dist-info/METADATA,sha256=hVIsGVEKaXzw2a3-qkeSsEhwaKo3LZeuXAntvK14MrE,5019
|
8429
|
+
partis_bcr-1.0.11.post1.dev3.dist-info/WHEEL,sha256=9ctVpAaKKuiwgjVc8F9LY-Q62ellXuEWF53eQGj3hKI,109
|
8430
|
+
partis_bcr-1.0.11.post1.dev3.dist-info/entry_points.txt,sha256=Q-AkAQ91YwiKNHruS32ACdY4_IQdpZhpij2EuVDmdnM,44
|
8431
|
+
partis_bcr-1.0.11.post1.dev3.dist-info/top_level.txt,sha256=J-z0poNcsv31IHB413--iOY8LoHBKiTHeybHX3abokI,7
|
8432
|
+
partis_bcr-1.0.11.post1.dev3.dist-info/RECORD,,
|