partis-bcr 1.0.11__cp312-cp312-manylinux1_x86_64.whl → 1.0.11.post1.dev3__cp312-cp312-manylinux1_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bin/partis +1 -1
- bin/partis-test.py +6 -0
- bin/partis.py +1 -1
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/partis-test.py +6 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/METADATA +1 -1
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/RECORD +655 -128
- python/recombinator.py +2 -0
- python/treegenerator.py +1 -1
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/annotate-new-simu.yaml +1 -0
- test/new-results/cache-new-partition.csv +59 -0
- test/new-results/get-selection-metrics-new-simu.yaml +1 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu.yaml +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/input-seqs.fa +24 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/log +23 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/input-seqs.fa +16 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/log +23 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/input-seqs.fa +16 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/log +22 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/partition-new-simu.yaml +1 -0
- test/new-results/run-times.csv +10 -0
- test/new-results/seed-partition-new-simu.yaml +1 -0
- test/new-results/test/parameters/data/hmm/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/data/hmm/all-probs.csv +44 -0
- test/new-results/test/parameters/data/hmm/cluster_size.csv +2 -0
- test/new-results/test/parameters/data/hmm/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/data/hmm/d_gene-d_3p_del-probs.csv +34 -0
- test/new-results/test/parameters/data/hmm/d_gene-d_5p_del-probs.csv +42 -0
- test/new-results/test/parameters/data/hmm/d_gene-probs.csv +20 -0
- test/new-results/test/parameters/data/hmm/d_gene-vd_insertion-probs.csv +39 -0
- test/new-results/test/parameters/data/hmm/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/hmm/fv_insertion-probs.csv +4 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/extras.csv +23 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighd.fasta +38 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighj.fasta +14 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighv.fasta +30 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD1-26_star_01.yaml +512 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-15_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_01.yaml +681 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_02.yaml +681 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-2_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_01.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_02.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_03.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-22_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-3_star_01.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD4-17_star_01.yaml +429 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD4-4_star_01.yaml +428 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD5-5_star_01.yaml +513 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-13_star_01.yaml +533 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-6_star_01.yaml +470 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ2_star_01.yaml +1006 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ3_star_02.yaml +946 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ4_star_02.yaml +906 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ5_star_02.yaml +966 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_02.yaml +1206 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_03.yaml +1206 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV1-2_star_02.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV2-5_star_02.yaml +4560 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV2-70D_star_04.yaml +4561 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-11_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-66_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-69-1_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-7_star_05.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-9_star_02.yaml +4516 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-34_star_01.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-39_star_09.yaml +4529 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/data/hmm/j_gene-dj_insertion-probs.csv +31 -0
- test/new-results/test/parameters/data/hmm/j_gene-j_3p_del-probs.csv +8 -0
- test/new-results/test/parameters/data/hmm/j_gene-j_5p_del-probs.csv +31 -0
- test/new-results/test/parameters/data/hmm/j_gene-probs.csv +8 -0
- test/new-results/test/parameters/data/hmm/jf_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-26_star_01.csv +8 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-15_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_01.csv +17 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_02.csv +29 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-2_star_01.csv +10 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_02.csv +9 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_01.csv +27 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_03.csv +14 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-16_star_02.csv +35 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-3_star_01.csv +21 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-17_star_01.csv +12 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-4_star_01.csv +12 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD5-5_star_01.csv +13 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-13_star_01.csv +22 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-6_star_01.csv +19 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ1_star_01.csv +52 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ2_star_01.csv +54 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ3_star_02.csv +51 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ4_star_02.csv +49 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ5_star_02.csv +50 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_02.csv +33 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_03.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-2_star_02.csv +296 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-5_star_02.csv +66 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-70D_star_04.csv +89 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-11_star_04.csv +73 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-66_star_02.csv +294 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-7_star_05.csv +70 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-9_star_02.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-34_star_01.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-39_star_09.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-4_star_09.csv +59 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/data/hmm/seq_content.csv +5 -0
- test/new-results/test/parameters/data/hmm/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/data/hmm/v_gene-probs.csv +16 -0
- test/new-results/test/parameters/data/hmm/v_gene-v_3p_del-probs.csv +24 -0
- test/new-results/test/parameters/data/hmm/v_gene-v_5p_del-probs.csv +16 -0
- test/new-results/test/parameters/data/hmm/vd_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/data/sw/all-probs.csv +44 -0
- test/new-results/test/parameters/data/sw/cluster_size.csv +2 -0
- test/new-results/test/parameters/data/sw/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/data/sw/d_gene-d_3p_del-probs.csv +40 -0
- test/new-results/test/parameters/data/sw/d_gene-d_5p_del-probs.csv +42 -0
- test/new-results/test/parameters/data/sw/d_gene-probs.csv +23 -0
- test/new-results/test/parameters/data/sw/d_gene-vd_insertion-probs.csv +40 -0
- test/new-results/test/parameters/data/sw/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw/fv_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/extras.csv +26 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighd.fasta +44 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighj.fasta +14 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighv.fasta +36 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-1_star_01.yaml +450 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-26_star_01.yaml +512 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-15_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_01.yaml +681 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_02.yaml +681 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-2_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_02.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_03.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_02.yaml +869 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_03.yaml +869 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-22_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-3_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD4-17_star_01.yaml +429 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD4-4_star_01.yaml +428 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD5-5_star_01.yaml +513 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-13_star_01.yaml +533 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-19_star_01.yaml +533 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-25_star_01.yaml +470 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-6_star_01.yaml +470 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ2_star_01.yaml +1006 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ3_star_02.yaml +946 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ4_star_02.yaml +906 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ5_star_02.yaml +966 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_02.yaml +1206 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_03.yaml +1206 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV1-2_star_02.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV2-5_star_02.yaml +4560 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV2-70D_star_04.yaml +4561 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-11_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_03.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-30_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-48_star_03.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-66_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-69-1_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-7_star_05.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-9_star_02.yaml +4516 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-34_star_01.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-39_star_09.yaml +4529 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/data/sw/j_gene-dj_insertion-probs.csv +32 -0
- test/new-results/test/parameters/data/sw/j_gene-j_3p_del-probs.csv +11 -0
- test/new-results/test/parameters/data/sw/j_gene-j_5p_del-probs.csv +31 -0
- test/new-results/test/parameters/data/sw/j_gene-probs.csv +8 -0
- test/new-results/test/parameters/data/sw/jf_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-1_star_01.csv +4 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-26_star_01.csv +8 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-15_star_01.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_01.csv +28 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_02.csv +27 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-2_star_01.csv +27 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_01.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_02.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_01.csv +29 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_03.csv +14 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_02.csv +34 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_03.csv +20 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-22_star_01.csv +30 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-3_star_01.csv +21 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-17_star_01.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-4_star_01.csv +9 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD5-5_star_01.csv +9 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-13_star_01.csv +20 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-19_star_01.csv +21 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-25_star_01.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-6_star_01.csv +19 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ1_star_01.csv +52 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ2_star_01.csv +54 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ3_star_02.csv +51 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ4_star_02.csv +49 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ5_star_02.csv +51 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_02.csv +33 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_03.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-2_star_02.csv +296 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-5_star_02.csv +66 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-70D_star_04.csv +89 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-11_star_04.csv +73 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_03.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-30_star_04.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-48_star_03.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-66_star_02.csv +292 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-7_star_05.csv +70 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-9_star_02.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-34_star_01.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-39_star_09.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-4_star_09.csv +59 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/data/sw/seq_content.csv +5 -0
- test/new-results/test/parameters/data/sw/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/data/sw/v_gene-probs.csv +19 -0
- test/new-results/test/parameters/data/sw/v_gene-v_3p_del-probs.csv +25 -0
- test/new-results/test/parameters/data/sw/v_gene-v_5p_del-probs.csv +29 -0
- test/new-results/test/parameters/data/sw/vd_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw-cache.yaml +1 -0
- test/new-results/test/parameters/simu/hmm/all-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/hmm/all-mean-n-muted.csv +11 -11
- test/new-results/test/parameters/simu/hmm/all-probs.csv +13 -3
- test/new-results/test/parameters/simu/hmm/cluster_size.csv +1 -1
- test/new-results/test/parameters/simu/hmm/d-mean-mute-freqs.csv +6 -6
- test/new-results/test/parameters/simu/hmm/d-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/hmm/d_gene-d_3p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/d_gene-d_5p_del-probs.csv +9 -2
- test/new-results/test/parameters/simu/hmm/d_gene-probs.csv +5 -1
- test/new-results/test/parameters/simu/hmm/d_gene-vd_insertion-probs.csv +10 -2
- test/new-results/test/parameters/simu/hmm/dj_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/hmm/fv_insertion-probs.csv +3 -2
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/extras.csv +6 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighd.fasta +8 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighj.fasta +2 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighv.fasta +10 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD3-22_star_01.yaml +744 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD6-13_star_01.yaml +267 -268
- test/new-results/test/parameters/simu/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ4_star_02.yaml +306 -306
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ6_star_02.yaml +284 -284
- test/new-results/test/parameters/simu/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-66_star_02.yaml +1191 -1191
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-7_star_05.yaml +2 -2
- test/new-results/test/parameters/simu/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/j-mean-mute-freqs.csv +5 -5
- test/new-results/test/parameters/simu/hmm/j-mean-n-muted.csv +4 -4
- test/new-results/test/parameters/simu/hmm/j_gene-dj_insertion-probs.csv +9 -2
- test/new-results/test/parameters/simu/hmm/j_gene-j_3p_del-probs.csv +2 -1
- test/new-results/test/parameters/simu/hmm/j_gene-j_5p_del-probs.csv +7 -2
- test/new-results/test/parameters/simu/hmm/j_gene-probs.csv +2 -1
- test/new-results/test/parameters/simu/hmm/jf_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD1-20_star_01.csv +9 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-13_star_01.csv +16 -13
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ4_star_02.csv +44 -40
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ6_star_02.csv +2 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-66_star_02.csv +293 -291
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/hmm/seq_content.csv +4 -4
- test/new-results/test/parameters/simu/hmm/v-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/hmm/v-mean-n-muted.csv +7 -7
- test/new-results/test/parameters/simu/hmm/v_gene-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/v_gene-v_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/hmm/v_gene-v_5p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/vd_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/all-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/sw/all-mean-n-muted.csv +8 -8
- test/new-results/test/parameters/simu/sw/all-probs.csv +9 -1
- test/new-results/test/parameters/simu/sw/cluster_size.csv +1 -1
- test/new-results/test/parameters/simu/sw/d-mean-mute-freqs.csv +5 -5
- test/new-results/test/parameters/simu/sw/d-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/sw/d_gene-d_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/d_gene-d_5p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/d_gene-probs.csv +5 -1
- test/new-results/test/parameters/simu/sw/d_gene-vd_insertion-probs.csv +8 -1
- test/new-results/test/parameters/simu/sw/dj_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/fv_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/sw/germline-sets/igh/extras.csv +6 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighd.fasta +8 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighj.fasta +2 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighv.fasta +10 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD3-22_star_01.yaml +744 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD6-13_star_01.yaml +267 -268
- test/new-results/test/parameters/simu/sw/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHJ4_star_02.yaml +306 -306
- test/new-results/test/parameters/simu/sw/hmms/IGHJ6_star_02.yaml +22 -22
- test/new-results/test/parameters/simu/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-66_star_02.yaml +1191 -1191
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-7_star_05.yaml +2 -2
- test/new-results/test/parameters/simu/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/j-mean-mute-freqs.csv +4 -4
- test/new-results/test/parameters/simu/sw/j-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/sw/j_gene-dj_insertion-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/j_gene-j_3p_del-probs.csv +2 -1
- test/new-results/test/parameters/simu/sw/j_gene-j_5p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/j_gene-probs.csv +2 -1
- test/new-results/test/parameters/simu/sw/jf_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD1-20_star_01.csv +9 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-13_star_01.csv +16 -13
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-19_star_01.csv +20 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ4_star_02.csv +48 -40
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-66_star_02.csv +293 -291
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/sw/seq_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/v-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/sw/v-mean-n-muted.csv +7 -7
- test/new-results/test/parameters/simu/sw/v_gene-probs.csv +6 -1
- test/new-results/test/parameters/simu/sw/v_gene-v_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/v_gene-v_5p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/sw/vd_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw-cache.yaml +1 -1
- test/new-results/test/parameters/simu/true/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/simu/true/all-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/cluster_size.csv +7 -0
- test/new-results/test/parameters/simu/true/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/simu/true/d_gene-d_3p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/d_gene-d_5p_del-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/d_gene-probs.csv +7 -0
- test/new-results/test/parameters/simu/true/d_gene-vd_insertion-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/simu/true/fv_insertion-probs.csv +2 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/extras.csv +11 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighd.fasta +12 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighj.fasta +6 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighv.fasta +14 -0
- test/new-results/test/parameters/simu/true/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/simu/true/j_gene-dj_insertion-probs.csv +7 -0
- test/new-results/test/parameters/simu/true/j_gene-j_3p_del-probs.csv +4 -0
- test/new-results/test/parameters/simu/true/j_gene-j_5p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/j_gene-probs.csv +4 -0
- test/new-results/test/parameters/simu/true/jf_insertion-probs.csv +2 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-13_star_01.csv +22 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-6_star_01.csv +13 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ4_star_02.csv +45 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ6_star_02.csv +47 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-66_star_02.csv +294 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-7_star_05.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/true/seq_content.csv +5 -0
- test/new-results/test/parameters/simu/true/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/simu/true/v_gene-probs.csv +8 -0
- test/new-results/test/parameters/simu/true/v_gene-v_3p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/v_gene-v_5p_del-probs.csv +8 -0
- test/new-results/test/parameters/simu/true/vd_insertion_content.csv +5 -0
- test/new-results/test/simu.yaml +1 -0
- test/new-results/test.log +273 -24
- test/new-results/vsearch-partition-new-simu.yaml +1 -0
- test/paired/new-results/partition-new-simu/fasttree/iclust-0/log +3 -3
- test/paired/new-results/partition-new-simu/fasttree/iclust-1/log +5 -5
- test/paired/new-results/partition-new-simu/fasttree/iclust-2/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-0/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/log +1 -1
- test/paired/new-results/partition-new-simu-annotation-performance/plots/flcount-matrix.svg +107 -107
- test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop-log.svg +83 -83
- test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop.svg +61 -61
- test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-after.svg +18 -18
- test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-before.svg +24 -24
- test/paired/new-results/partition-new-simu-annotation-performance/plots/pseq-matrix.svg +35 -35
- test/paired/new-results/partition-new-simu-annotation-performance/plots/seqs-per-droplet.svg +22 -22
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct-family.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-mispaired.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-multiple.svg +15 -15
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-near-family.svg +15 -15
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-total.svg +47 -47
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-unpaired.svg +48 -48
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance.svg +27 -27
- test/paired/new-results/run-times.csv +5 -4
- test/paired/new-results/subset-partition-new-simu/isub-0/partition.log +5 -9
- test/paired/new-results/subset-partition-new-simu/isub-1/partition.log +4 -8
- test/paired/new-results/subset-partition-new-simu/merged-partition.log +4 -8
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/sw-cache.yaml +1 -1
- test/paired/new-results/test/simu/all-seqs.fa +226 -0
- test/paired/new-results/test/simu/igh+igk/igh.yaml +1 -0
- test/paired/new-results/test/simu/igh+igk/igk.yaml +1 -0
- test/paired/new-results/test/simu/igh+igl/igh.yaml +1 -0
- test/paired/new-results/test/simu/igh+igl/igl.yaml +1 -0
- test/paired/new-results/test/simu/igh.yaml +1 -0
- test/paired/new-results/test/simu/igk.yaml +1 -0
- test/paired/new-results/test/simu/igl.yaml +1 -0
- test/paired/new-results/test/simu/meta.yaml +1 -0
- test/paired/new-results/test.log +225 -40
- test/test.py +6 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/cf-alleles.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/cf-germlines.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/compare-plotdirs.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/extract-pairing-info.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/gctree-run.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/get-naive-probabilities.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/parse-output.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/split-loci.py +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/WHEEL +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/entry_points.txt +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/licenses/COPYING +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev3.dist-info}/top_level.txt +0 -0
test/paired/new-results/test.log
CHANGED
@@ -21,7 +21,7 @@ smith-waterman (writing parameters)
|
|
21
21
|
kept 25 (0.446) unproductive
|
22
22
|
writing sw results to test/paired/new-results/test/parameters/simu/igh/sw-cache.yaml
|
23
23
|
writing parameters to test/paired/new-results/test/parameters/simu/igh/sw (0.6 sec)
|
24
|
-
water time: 0.7 (ig-sw 0.
|
24
|
+
water time: 0.7 (ig-sw 0.7 processing 0.0)
|
25
25
|
writing hmms removed 16 genes from glfo (leaving v 6 d 18 j 4)
|
26
26
|
(0.5 sec)
|
27
27
|
hmm
|
@@ -30,10 +30,10 @@ hmm
|
|
30
30
|
writing parameters to test/paired/new-results/test/parameters/simu/igh/hmm (0.5 sec)
|
31
31
|
writing parameters to test/paired/new-results/test/parameters/simu/igh/true (0.5 sec)
|
32
32
|
infra time: 1.1
|
33
|
-
hmm step time: 2.
|
33
|
+
hmm step time: 2.1
|
34
34
|
writing hmms removed 3 genes from glfo (leaving v 6 d 15 j 4)
|
35
|
-
(0.
|
36
|
-
total time:
|
35
|
+
(0.3 sec)
|
36
|
+
total time: 3.9
|
37
37
|
[44mcache-parameters[0m [94migk[0m:
|
38
38
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
39
39
|
[91mrun[0m partis cache-parameters --locus igk --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igk --is-simu --random-seed 1 --n-procs 10 --infname test/paired/ref-results/test/simu/igk.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igk/sw-cache.yaml --input-metafnames test/paired/ref-results/test/simu/meta.yaml
|
@@ -69,7 +69,7 @@ hmm
|
|
69
69
|
hmm step time: 1.4
|
70
70
|
writing hmms removed 0 genes from glfo (leaving v 5 d 1 j 5)
|
71
71
|
(0.4 sec)
|
72
|
-
total time: 2.
|
72
|
+
total time: 2.8
|
73
73
|
[44mcache-parameters[0m [94migl[0m:
|
74
74
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
75
75
|
[91mrun[0m partis cache-parameters --locus igl --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igl --is-simu --random-seed 1 --n-procs 10 --infname test/paired/ref-results/test/simu/igl.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igl/sw-cache.yaml --input-metafnames test/paired/ref-results/test/simu/meta.yaml
|
@@ -91,7 +91,7 @@ smith-waterman (writing parameters)
|
|
91
91
|
kept 14 (0.667) unproductive
|
92
92
|
writing sw results to test/paired/new-results/test/parameters/simu/igl/sw-cache.yaml
|
93
93
|
writing parameters to test/paired/new-results/test/parameters/simu/igl/sw (0.3 sec)
|
94
|
-
water time: 0.4 (ig-sw 0.
|
94
|
+
water time: 0.4 (ig-sw 0.4 processing 0.0)
|
95
95
|
writing hmms removed 7 genes from glfo (leaving v 3 d 1 j 2)
|
96
96
|
(0.1 sec)
|
97
97
|
hmm
|
@@ -103,8 +103,8 @@ hmm
|
|
103
103
|
hmm step time: 0.9
|
104
104
|
writing hmms removed 0 genes from glfo (leaving v 3 d 1 j 2)
|
105
105
|
(0.1 sec)
|
106
|
-
total time: 1.
|
107
|
-
total time: 12.
|
106
|
+
total time: 1.7
|
107
|
+
total time: 12.3
|
108
108
|
[92mpartition-new-simu[0m partis partition --dont-write-git-info --paired-loci --paired-indir test/paired/ref-results/test/simu --parameter-dir test/paired/new-results/test/parameters/simu --plot-annotation-performance --max-ccf-fail-frac 0.10 --is-simu --plotdir test/paired/new-results/partition-new-simu-annotation-performance --only-csv-plots --no-partition-plots --random-seed 1 --n-procs 10 --paired-outdir test/paired/new-results/partition-new-simu
|
109
109
|
[93mwarning[0m ignoring --plot-annotation-performance for paired clustering since it's going to be a bit fiddly to implement
|
110
110
|
[44mpartition[0m [94migh[0m:
|
@@ -122,7 +122,7 @@ smith-waterman
|
|
122
122
|
(0.0 sec)
|
123
123
|
water time: 0.1
|
124
124
|
hmm
|
125
|
-
caching all 56 naive sequences (1.
|
125
|
+
caching all 56 naive sequences (1.0s)
|
126
126
|
collapsed 56 queries into 50 clusters with identical naive seqs (0.0 sec)
|
127
127
|
50 clusters with 10 procs (0.5s)
|
128
128
|
44 clusters with 7 procs (0.5s)
|
@@ -137,8 +137,8 @@ getting annotations for final partition
|
|
137
137
|
[93mwarning[0m skipped annotation performance evaluation on 1 queries with different true and inferred net shm indel lengths: db63559ea9-igh
|
138
138
|
(0.0 sec)
|
139
139
|
|
140
|
-
subcluster annotation time
|
141
|
-
total time:
|
140
|
+
subcluster annotation time 0.9
|
141
|
+
total time: 4.9
|
142
142
|
[44mpartition[0m [94migk[0m:
|
143
143
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
144
144
|
[91mrun[0m partis partition --locus igk --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igk --plot-annotation-performance --max-ccf-fail-frac 0.10 --is-simu --plotdir test/paired/new-results/partition-new-simu-annotation-performance/single-chain/plots/igk --only-csv-plots --no-partition-plots --random-seed 1 --n-procs 10 --refuse-to-cache-parameters --infname test/paired/ref-results/test/simu/igk.yaml --outfname test/paired/new-results/partition-new-simu/single-chain/partition-igk.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igk/sw-cache.yaml --input-metafnames test/paired/ref-results/test/simu/meta.yaml
|
@@ -164,7 +164,7 @@ hmm
|
|
164
164
|
getting annotations for final partition
|
165
165
|
subcluster annotating 6 clusters with steps: (0.3s) (0.1s) (0.1s) plotting performance (0.0 sec)
|
166
166
|
|
167
|
-
subcluster annotation time 0.
|
167
|
+
subcluster annotation time 0.4
|
168
168
|
total time: 1.5
|
169
169
|
[44mpartition[0m [94migl[0m:
|
170
170
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
@@ -228,7 +228,6 @@ WARNING using errors instead of sumw2 with weight != 1.0 in Hist::fill_ibin()
|
|
228
228
|
joint 0.963 0.594
|
229
229
|
merge time 0.0
|
230
230
|
need to get annotations for 7/15 joint igh clusters
|
231
|
-
tag: v1.0.11
|
232
231
|
[44mannotate[0m [94migh+igk[0m:[94m igh[0m
|
233
232
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
234
233
|
[91mrun[0m partis annotate --locus igh --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igh --max-ccf-fail-frac 0.10 --only-csv-plots --no-partition-plots --random-seed 1 --n-procs 10 --refuse-to-cache-parameters --infname test/paired/new-results/partition-new-simu/igh+igk/input-seqs-igh.fa --outfname test/paired/new-results/partition-new-simu/igh+igk/partition-igh.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igh/sw-cache.yaml --input-metafnames test/paired/new-results/partition-new-simu/igh+igk/meta-igh.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/partition-new-simu/igh+igk/partition-igh-only-partition.yaml
|
@@ -246,7 +245,6 @@ hmm
|
|
246
245
|
subcluster annotation time 0.6
|
247
246
|
total time: 0.6
|
248
247
|
need to get annotations for 13/15 joint igk clusters
|
249
|
-
tag: v1.0.11
|
250
248
|
[44mannotate[0m [94migh+igk[0m:[94m igk[0m
|
251
249
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
252
250
|
[91mrun[0m partis annotate --locus igk --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igk --max-ccf-fail-frac 0.10 --only-csv-plots --no-partition-plots --random-seed 1 --n-procs 10 --refuse-to-cache-parameters --infname test/paired/new-results/partition-new-simu/igh+igk/input-seqs-igk.fa --outfname test/paired/new-results/partition-new-simu/igh+igk/partition-igk.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igk/sw-cache.yaml --input-metafnames test/paired/new-results/partition-new-simu/igh+igk/meta-igk.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/partition-new-simu/igh+igk/partition-igk-only-partition.yaml
|
@@ -262,7 +260,7 @@ smith-waterman
|
|
262
260
|
hmm
|
263
261
|
subcluster annotating 15 clusters with steps: (0.3s) (0.1s)
|
264
262
|
subcluster annotation time 0.4
|
265
|
-
total time: 0.
|
263
|
+
total time: 0.5
|
266
264
|
[94migh+igl[0m: synchronizing heavy and light chain cluster paths
|
267
265
|
removing badly + unpaired seqs: kept 7 total unpaired (i.e. setting aside in order to reintegrate after paired clustering): [94mh[0m 3 [92ml[0m 4
|
268
266
|
note: discarding unpaired seqs in families with no (well-)paired seqs (i.e. families that are all either unpaired or paired to the other/wrong light chain), rather than keeping track of them to re-add later
|
@@ -288,7 +286,6 @@ hmm
|
|
288
286
|
joint 1.000 0.611
|
289
287
|
merge time 0.0
|
290
288
|
need to get annotations for 5/8 joint igh clusters
|
291
|
-
tag: v1.0.11
|
292
289
|
[44mannotate[0m [94migh+igl[0m:[94m igh[0m
|
293
290
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
294
291
|
[91mrun[0m partis annotate --locus igh --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igh --max-ccf-fail-frac 0.10 --only-csv-plots --no-partition-plots --random-seed 1 --n-procs 10 --refuse-to-cache-parameters --infname test/paired/new-results/partition-new-simu/igh+igl/input-seqs-igh.fa --outfname test/paired/new-results/partition-new-simu/igh+igl/partition-igh.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igh/sw-cache.yaml --input-metafnames test/paired/new-results/partition-new-simu/igh+igl/meta-igh.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/partition-new-simu/igh+igl/partition-igh-only-partition.yaml
|
@@ -306,7 +303,6 @@ hmm
|
|
306
303
|
subcluster annotation time 0.4
|
307
304
|
total time: 0.5
|
308
305
|
need to get annotations for 8/8 joint igl clusters
|
309
|
-
tag: v1.0.11
|
310
306
|
[44mannotate[0m [94migh+igl[0m:[94m igl[0m
|
311
307
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
312
308
|
[91mrun[0m partis annotate --locus igl --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igl --max-ccf-fail-frac 0.10 --only-csv-plots --no-partition-plots --random-seed 1 --n-procs 10 --refuse-to-cache-parameters --infname test/paired/new-results/partition-new-simu/igh+igl/input-seqs-igl.fa --outfname test/paired/new-results/partition-new-simu/igh+igl/partition-igl.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igl/sw-cache.yaml --input-metafnames test/paired/new-results/partition-new-simu/igh+igl/meta-igl.yaml --ignore-sw-pair-info --input-partition-fname test/paired/new-results/partition-new-simu/igh+igl/partition-igl-only-partition.yaml
|
@@ -364,12 +360,9 @@ hmm
|
|
364
360
|
writing merged outputs from 2 subsets to test/paired/new-results/subset-partition-new-simu/merged-subsets
|
365
361
|
writing combined h/l info to fasta and meta files in test/paired/new-results/subset-partition-new-simu/merged-subsets
|
366
362
|
merging parameters from 2 subdirs (e.g. test/paired/new-results/subset-partition-new-simu/isub-0) to test/paired/new-results/subset-partition-new-simu/merged-subsets
|
367
|
-
tag: v1.0.11
|
368
|
-
tag: v1.0.11
|
369
|
-
tag: v1.0.11
|
370
363
|
[91mrun[0m partis partition --dont-write-git-info --paired-loci --paired-indir test/paired/ref-results/test/simu --max-ccf-fail-frac 0.15 --is-simu --random-seed 1 --n-procs 10 --paired-outdir test/paired/new-results/subset-partition-new-simu --input-metafnames test/paired/new-results/subset-partition-new-simu/merged-subsets/meta.yaml --input-partition-fname test/paired/new-results/subset-partition-new-simu/merged-subsets --continue-from-input-partition --parameter-dir test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters --ignore-sw-pair-info --refuse-to-cache-parameters --ignore-default-input-metafile
|
371
364
|
log: test/paired/new-results/subset-partition-new-simu/merged-partition.log
|
372
|
-
total time: 68.
|
365
|
+
total time: 68.6
|
373
366
|
[92mseed-partition-new-simu[0m partis partition --dont-write-git-info --paired-loci --paired-indir test/paired/ref-results/test/simu --parameter-dir test/paired/new-results/test/parameters/simu --max-ccf-fail-frac 0.10 --is-simu --seed-unique-id 3542bd38d8-igh:3542bd38d8-igk --seed-loci igh:igk --random-seed 1 --n-procs 10 --paired-outdir test/paired/new-results/seed-partition-new-simu
|
374
367
|
removing seqs very different from seed seq
|
375
368
|
wrong/no removed singly kept missing
|
@@ -430,7 +423,7 @@ hmm
|
|
430
423
|
getting annotations for final partition
|
431
424
|
subcluster annotating 2 clusters with steps: (0.1s) (0.1s) (0.1s)
|
432
425
|
subcluster annotation time 0.2
|
433
|
-
total time: 0.
|
426
|
+
total time: 0.6
|
434
427
|
[44mpartition[0m [94migl[0m:
|
435
428
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
436
429
|
[91mrun[0m partis partition --locus igl --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igl --max-ccf-fail-frac 0.10 --random-seed 1 --n-procs 10 --refuse-to-cache-parameters --infname test/paired/new-results/seed-partition-new-simu/seeds/3542bd38d8-igh+3542bd38d8-igk/single-chain/input-seqs-igl.fa --outfname test/paired/new-results/seed-partition-new-simu/seeds/3542bd38d8-igh+3542bd38d8-igk/single-chain/partition-igl.yaml --sw-cachefname test/paired/new-results/test/parameters/simu/igl/sw-cache.yaml --input-metafnames test/paired/ref-results/test/simu/meta.yaml
|
@@ -492,7 +485,6 @@ WARNING using errors instead of sumw2 with weight != 1.0 in Hist::fill_ibin()
|
|
492
485
|
merge time 0.0
|
493
486
|
removed 7 unseeded clusters (of 8 total, leaving 1) from igh joint partition
|
494
487
|
seed cluster size in best joint partition: 1, excluding seed seq: 0
|
495
|
-
tag: v1.0.11
|
496
488
|
[44mannotate[0m [94migh+igk[0m:[94m igh[0m
|
497
489
|
removed 2 arg strs that were specific to action 'partition': --seed-unique-id 3542bd38d8-igh:3542bd38d8-igk
|
498
490
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
@@ -514,7 +506,6 @@ hmm
|
|
514
506
|
removed 7 unseeded clusters (of 8 total, leaving 1) from igk joint partition
|
515
507
|
need to get annotations for 1/1 joint igk clusters
|
516
508
|
seed cluster size in best joint partition: 1, excluding seed seq: 0
|
517
|
-
tag: v1.0.11
|
518
509
|
[44mannotate[0m [94migh+igk[0m:[94m igk[0m
|
519
510
|
removed 2 arg strs that were specific to action 'partition': --seed-unique-id 3542bd38d8-igh:3542bd38d8-igk
|
520
511
|
note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
|
@@ -685,7 +676,7 @@ hmm
|
|
685
676
|
total time: 5.6
|
686
677
|
[92mcache-parameters-data[0m partis cache-parameters --dont-write-git-info --paired-loci --infname test/paired-data/all-seqs.fa --parameter-dir test/paired/new-results/test/parameters/data --n-max-queries 100 --random-seed 1 --n-procs 10
|
687
678
|
note: --paired-outdir is not set, so there will be no persistent record of the results (except the parameter directory).
|
688
|
-
[91mrun[0m extract-pairing-info.py test/paired-data/all-seqs.fa /tmp/runner/hmms/
|
679
|
+
[91mrun[0m extract-pairing-info.py test/paired-data/all-seqs.fa /tmp/runner/hmms/888813/meta.yaml --n-max-queries 100
|
689
680
|
--n-max-queries: chose 48 / 48 droplets (first 100, after random shuffling) which had 100 / 100 seqs
|
690
681
|
extract_pairing_info(): read 100 sequences with 48 droplet ids
|
691
682
|
droplet id separators (set automatically): _ indices: [0]
|
@@ -696,9 +687,9 @@ hmm
|
|
696
687
|
2 42 0.875
|
697
688
|
3 2 0.042
|
698
689
|
4 2 0.042
|
699
|
-
[91mrun[0m split-loci.py test/paired-data/all-seqs.fa --outdir /tmp/runner/hmms/
|
690
|
+
[91mrun[0m split-loci.py test/paired-data/all-seqs.fa --outdir /tmp/runner/hmms/888813 --input-metafname /tmp/runner/hmms/888813/meta.yaml --n-max-queries 100
|
700
691
|
--n-max-queries: chose 48 / 48 droplets (first 100, after random shuffling) which had 100 / 100 seqs
|
701
|
-
--input-metafnames: added meta info for 100 sequences from /tmp/runner/hmms/
|
692
|
+
--input-metafnames: added meta info for 100 sequences from /tmp/runner/hmms/888813/meta.yaml: paired-uids
|
702
693
|
read pairing info for 100 seqs from input meta file
|
703
694
|
running vsearch on 100 sequences:
|
704
695
|
igh: 49 / 100 v annotations (51 failed) with 28 v genes in 0.1 sec
|
@@ -721,10 +712,10 @@ totals: igh 48 igk 37 igl 15
|
|
721
712
|
2 0.13 [94mh[0m [92ml[0m
|
722
713
|
1 0.07 [94mh[0m [95mk[0m
|
723
714
|
1 0.07 [94mh[0m [94mh[0m [95mk[0m
|
724
|
-
writing to /tmp/runner/hmms/
|
725
|
-
igh: 48 to
|
726
|
-
igk: 37 to
|
727
|
-
igl: 15 to
|
715
|
+
writing to /tmp/runner/hmms/888813/
|
716
|
+
igh: 48 to 888813/igh.fa
|
717
|
+
igk: 37 to 888813/igk.fa
|
718
|
+
igl: 15 to 888813/igl.fa
|
728
719
|
writing to paired subdirs
|
729
720
|
igh+igk:
|
730
721
|
igh: 36 / 48 to igh+igk/igh.fa
|
@@ -733,8 +724,8 @@ writing to paired subdirs
|
|
733
724
|
igh: 15 / 48 to igh+igl/igh.fa
|
734
725
|
igl: 15 / 15 to igh+igl/igl.fa
|
735
726
|
[44mcache-parameters[0m [94migh[0m:
|
736
|
-
[91mrun[0m partis cache-parameters --locus igh --dont-write-git-info --infname /tmp/runner/hmms/
|
737
|
-
--input-metafnames: added meta info for 48 sequences from /tmp/runner/hmms/
|
727
|
+
[91mrun[0m partis cache-parameters --locus igh --dont-write-git-info --infname /tmp/runner/hmms/888813/igh.fa --parameter-dir test/paired/new-results/test/parameters/data/igh --random-seed 1 --n-procs 10 --sw-cachefname test/paired/new-results/test/parameters/data/igh/sw-cache.yaml --input-metafnames /tmp/runner/hmms/888813/meta.yaml
|
728
|
+
--input-metafnames: added meta info for 48 sequences from /tmp/runner/hmms/888813/meta.yaml: paired-uids
|
738
729
|
caching parameters
|
739
730
|
vsearch: 48 / 48 v annotations (0 failed) with 27 v genes in 0.0 sec
|
740
731
|
keeping 23 / 198 v genes
|
@@ -764,8 +755,8 @@ hmm
|
|
764
755
|
(1.0 sec)
|
765
756
|
total time: 7.5
|
766
757
|
[44mcache-parameters[0m [94migk[0m:
|
767
|
-
[91mrun[0m partis cache-parameters --locus igk --dont-write-git-info --infname /tmp/runner/hmms/
|
768
|
-
--input-metafnames: added meta info for 37 sequences from /tmp/runner/hmms/
|
758
|
+
[91mrun[0m partis cache-parameters --locus igk --dont-write-git-info --infname /tmp/runner/hmms/888813/igk.fa --parameter-dir test/paired/new-results/test/parameters/data/igk --random-seed 1 --n-procs 10 --sw-cachefname test/paired/new-results/test/parameters/data/igk/sw-cache.yaml --input-metafnames /tmp/runner/hmms/888813/meta.yaml
|
759
|
+
--input-metafnames: added meta info for 37 sequences from /tmp/runner/hmms/888813/meta.yaml: paired-uids
|
769
760
|
caching parameters
|
770
761
|
vsearch: 37 / 37 v annotations (0 failed) with 16 v genes in 0.0 sec
|
771
762
|
keeping 16 / 64 v genes
|
@@ -792,11 +783,11 @@ hmm
|
|
792
783
|
infra time: 1.3
|
793
784
|
hmm step time: 1.9
|
794
785
|
writing hmms removed 0 genes from glfo (leaving v 16 d 1 j 7)
|
795
|
-
(1.
|
786
|
+
(1.1 sec)
|
796
787
|
total time: 5.7
|
797
788
|
[44mcache-parameters[0m [94migl[0m:
|
798
|
-
[91mrun[0m partis cache-parameters --locus igl --dont-write-git-info --infname /tmp/runner/hmms/
|
799
|
-
--input-metafnames: added meta info for 15 sequences from /tmp/runner/hmms/
|
789
|
+
[91mrun[0m partis cache-parameters --locus igl --dont-write-git-info --infname /tmp/runner/hmms/888813/igl.fa --parameter-dir test/paired/new-results/test/parameters/data/igl --random-seed 1 --n-procs 10 --sw-cachefname test/paired/new-results/test/parameters/data/igl/sw-cache.yaml --input-metafnames /tmp/runner/hmms/888813/meta.yaml
|
790
|
+
--input-metafnames: added meta info for 15 sequences from /tmp/runner/hmms/888813/meta.yaml: paired-uids
|
800
791
|
caching parameters
|
801
792
|
vsearch: 15 / 15 v annotations (0 failed) with 12 v genes in 0.0 sec
|
802
793
|
keeping 10 / 80 v genes
|
@@ -823,5 +814,199 @@ hmm
|
|
823
814
|
writing hmms removed 0 genes from glfo (leaving v 10 d 1 j 3)
|
824
815
|
(0.6 sec)
|
825
816
|
total time: 3.5
|
826
|
-
[93mwarning[0m expected to remove 1/11 files+dirs that weren't in /tmp/runner/hmms/
|
827
|
-
total time:
|
817
|
+
[93mwarning[0m expected to remove 1/11 files+dirs that weren't in /tmp/runner/hmms/888813/: failed.fa
|
818
|
+
total time: 22.1
|
819
|
+
[92msimulate[0m partis simulate --dont-write-git-info --paired-loci --parameter-dir test/paired/new-results/test/parameters/data --n-sim-events 10 --n-trees 10 --n-leaf-distribution geometric --n-leaves 5 --min-observations-per-gene 5 --mean-cells-per-droplet 1.25 --constant-cells-per-droplet --fraction-of-reads-to-remove 0.15 --no-per-base-mutation --random-seed 1 --n-procs 10 --paired-outdir test/paired/new-results/test/simu --indel-frequency 0.2
|
820
|
+
[94migh+igk[0m: simulating 7 events
|
821
|
+
[44mgenerate-trees[0m [94migh+igk[0m:[94m igh[0m
|
822
|
+
[91mrun[0m partis simulate --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/data/igh --n-trees 7 --n-leaf-distribution geometric --n-leaves 5 --min-observations-per-gene 5 --mean-cells-per-droplet 1.25 --constant-cells-per-droplet --fraction-of-reads-to-remove 0.15 --no-per-base-mutation --random-seed 2003260051 --indel-frequency 0.2 --generate-trees --outfname test/paired/new-results/test/simu/igh+igk/trees.nwk
|
823
|
+
note: reducing --n-procs to 1 (was 4) so it isn't bigger than --n-sim-events
|
824
|
+
generating 7 trees, n-leaves from geometric distribution with parameter 5.0
|
825
|
+
mean over 7 trees: depth 0.02051 leaves 5.57
|
826
|
+
writing trees to test/paired/new-results/test/simu/igh+igk/trees.nwk
|
827
|
+
total time: 1.3
|
828
|
+
[44msimulate[0m [94migh+igk[0m:[94m igh[0m
|
829
|
+
[91mrun[0m partis simulate --locus igh --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/data/igh --n-sim-events 7 --n-trees 10 --n-leaf-distribution geometric --n-leaves 5 --min-observations-per-gene 5 --mean-cells-per-droplet 1.25 --constant-cells-per-droplet --fraction-of-reads-to-remove 0.15 --no-per-base-mutation --random-seed 2003260051 --n-procs 10 --indel-frequency 0.2 --choose-trees-in-order --outfname test/paired/new-results/test/simu/igh+igk/igh.yaml --input-simulation-treefname test/paired/new-results/test/simu/igh+igk/trees.nwk
|
830
|
+
note: reducing --n-procs to 7 (was 10) so it isn't bigger than --n-sim-events
|
831
|
+
simulating
|
832
|
+
--> proc 0
|
833
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
834
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/390989/trees-sub-0.nwk
|
835
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
836
|
+
made 1 event with 12 seqs in 0.1s (0.1s of which was running bppseqgen)
|
837
|
+
total time: 0.1
|
838
|
+
|
839
|
+
--> proc 1
|
840
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
841
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/390989/trees-sub-1.nwk
|
842
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
843
|
+
made 1 event with 3 seqs in 0.2s (0.0s of which was running bppseqgen)
|
844
|
+
total time: 0.2
|
845
|
+
|
846
|
+
--> proc 2
|
847
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
848
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/390989/trees-sub-2.nwk
|
849
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
850
|
+
made 1 event with 3 seqs in 0.0s (0.0s of which was running bppseqgen)
|
851
|
+
total time: 0.1
|
852
|
+
|
853
|
+
--> proc 3
|
854
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
855
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/390989/trees-sub-3.nwk
|
856
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
857
|
+
made 1 event with 2 seqs in 0.1s (0.0s of which was running bppseqgen)
|
858
|
+
total time: 0.1
|
859
|
+
|
860
|
+
--> proc 4
|
861
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
862
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/390989/trees-sub-4.nwk
|
863
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
864
|
+
made 1 event with 2 seqs in 0.0s (0.0s of which was running bppseqgen)
|
865
|
+
total time: 0.1
|
866
|
+
|
867
|
+
--> proc 5
|
868
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
869
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/390989/trees-sub-5.nwk
|
870
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
871
|
+
made 1 event with 9 seqs in 0.1s (0.0s of which was running bppseqgen)
|
872
|
+
total time: 0.1
|
873
|
+
|
874
|
+
--> proc 6
|
875
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
876
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/390989/trees-sub-6.nwk
|
877
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
878
|
+
made 1 event with 8 seqs in 0.1s (0.0s of which was running bppseqgen)
|
879
|
+
total time: 0.1
|
880
|
+
|
881
|
+
read 7 events with 39 seqs from 7 .yaml files
|
882
|
+
total time: 4.1
|
883
|
+
[44msimulate[0m [94migh+igk[0m:[94m igk[0m
|
884
|
+
[91mrun[0m partis simulate --locus igk --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/data/igk --n-sim-events 7 --n-trees 10 --n-leaf-distribution geometric --n-leaves 5 --min-observations-per-gene 5 --mean-cells-per-droplet 1.25 --constant-cells-per-droplet --fraction-of-reads-to-remove 0.15 --no-per-base-mutation --random-seed 2077655082 --n-procs 10 --indel-frequency 0.2 --choose-trees-in-order --outfname test/paired/new-results/test/simu/igh+igk/igk.yaml --input-simulation-treefname test/paired/new-results/test/simu/igh+igk/trees.nwk
|
885
|
+
note: reducing --n-procs to 7 (was 10) so it isn't bigger than --n-sim-events
|
886
|
+
simulating
|
887
|
+
--> proc 0
|
888
|
+
reco params: test/paired/new-results/test/parameters/data/igk/hmm shm params: test/paired/new-results/test/parameters/data/igk/hmm
|
889
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/780025/trees-sub-0.nwk
|
890
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
891
|
+
made 1 event with 12 seqs in 0.1s (0.1s of which was running bppseqgen)
|
892
|
+
total time: 0.1
|
893
|
+
|
894
|
+
--> proc 1
|
895
|
+
reco params: test/paired/new-results/test/parameters/data/igk/hmm shm params: test/paired/new-results/test/parameters/data/igk/hmm
|
896
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/780025/trees-sub-1.nwk
|
897
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
898
|
+
made 1 event with 3 seqs in 0.0s (0.0s of which was running bppseqgen)
|
899
|
+
total time: 0.1
|
900
|
+
|
901
|
+
--> proc 2
|
902
|
+
reco params: test/paired/new-results/test/parameters/data/igk/hmm shm params: test/paired/new-results/test/parameters/data/igk/hmm
|
903
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/780025/trees-sub-2.nwk
|
904
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
905
|
+
made 1 event with 3 seqs in 0.0s (0.0s of which was running bppseqgen)
|
906
|
+
total time: 0.1
|
907
|
+
|
908
|
+
--> proc 3
|
909
|
+
reco params: test/paired/new-results/test/parameters/data/igk/hmm shm params: test/paired/new-results/test/parameters/data/igk/hmm
|
910
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/780025/trees-sub-3.nwk
|
911
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
912
|
+
made 1 event with 2 seqs in 0.0s (0.0s of which was running bppseqgen)
|
913
|
+
total time: 0.1
|
914
|
+
|
915
|
+
--> proc 4
|
916
|
+
reco params: test/paired/new-results/test/parameters/data/igk/hmm shm params: test/paired/new-results/test/parameters/data/igk/hmm
|
917
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/780025/trees-sub-4.nwk
|
918
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
919
|
+
made 1 event with 2 seqs in 0.0s (0.0s of which was running bppseqgen)
|
920
|
+
total time: 0.0
|
921
|
+
|
922
|
+
--> proc 5
|
923
|
+
reco params: test/paired/new-results/test/parameters/data/igk/hmm shm params: test/paired/new-results/test/parameters/data/igk/hmm
|
924
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/780025/trees-sub-5.nwk
|
925
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
926
|
+
made 1 event with 9 seqs in 0.1s (0.0s of which was running bppseqgen)
|
927
|
+
total time: 0.2
|
928
|
+
|
929
|
+
--> proc 6
|
930
|
+
reco params: test/paired/new-results/test/parameters/data/igk/hmm shm params: test/paired/new-results/test/parameters/data/igk/hmm
|
931
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/780025/trees-sub-6.nwk
|
932
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
933
|
+
made 1 event with 8 seqs in 0.1s (0.0s of which was running bppseqgen)
|
934
|
+
total time: 0.1
|
935
|
+
|
936
|
+
read 7 events with 39 seqs from 7 .yaml files
|
937
|
+
total time: 4.1
|
938
|
+
[94migh+igl[0m: simulating 3 events
|
939
|
+
[44mgenerate-trees[0m [94migh+igl[0m:[94m igh[0m
|
940
|
+
[91mrun[0m partis simulate --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/data/igh --n-trees 3 --n-leaf-distribution geometric --n-leaves 5 --min-observations-per-gene 5 --mean-cells-per-droplet 1.25 --constant-cells-per-droplet --fraction-of-reads-to-remove 0.15 --no-per-base-mutation --random-seed 982264879 --indel-frequency 0.2 --generate-trees --outfname test/paired/new-results/test/simu/igh+igl/trees.nwk
|
941
|
+
note: reducing --n-procs to 1 (was 4) so it isn't bigger than --n-sim-events
|
942
|
+
generating 3 trees, n-leaves from geometric distribution with parameter 5.0
|
943
|
+
mean over 3 trees: depth 0.05242 leaves 9.00
|
944
|
+
writing trees to test/paired/new-results/test/simu/igh+igl/trees.nwk
|
945
|
+
total time: 1.3
|
946
|
+
[44msimulate[0m [94migh+igl[0m:[94m igh[0m
|
947
|
+
[91mrun[0m partis simulate --locus igh --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/data/igh --n-sim-events 3 --n-trees 10 --n-leaf-distribution geometric --n-leaves 5 --min-observations-per-gene 5 --mean-cells-per-droplet 1.25 --constant-cells-per-droplet --fraction-of-reads-to-remove 0.15 --no-per-base-mutation --random-seed 982264879 --n-procs 10 --indel-frequency 0.2 --choose-trees-in-order --outfname test/paired/new-results/test/simu/igh+igl/igh.yaml --input-simulation-treefname test/paired/new-results/test/simu/igh+igl/trees.nwk
|
948
|
+
note: reducing --n-procs to 3 (was 10) so it isn't bigger than --n-sim-events
|
949
|
+
simulating
|
950
|
+
--> proc 0
|
951
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
952
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/99260/trees-sub-0.nwk
|
953
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
954
|
+
made 1 event with 14 seqs in 0.1s (0.0s of which was running bppseqgen)
|
955
|
+
total time: 0.1
|
956
|
+
|
957
|
+
--> proc 1
|
958
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
959
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/99260/trees-sub-1.nwk
|
960
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
961
|
+
made 1 event with 3 seqs in 0.0s (0.0s of which was running bppseqgen)
|
962
|
+
total time: 0.1
|
963
|
+
|
964
|
+
--> proc 2
|
965
|
+
reco params: test/paired/new-results/test/parameters/data/igh/hmm shm params: test/paired/new-results/test/parameters/data/igh/hmm
|
966
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/99260/trees-sub-2.nwk
|
967
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
968
|
+
made 1 event with 10 seqs in 0.1s (0.0s of which was running bppseqgen)
|
969
|
+
total time: 0.1
|
970
|
+
|
971
|
+
read 3 events with 27 seqs from 3 .yaml files
|
972
|
+
total time: 2.0
|
973
|
+
[44msimulate[0m [94migh+igl[0m:[94m igl[0m
|
974
|
+
[91mrun[0m partis simulate --locus igl --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/data/igl --n-sim-events 3 --n-trees 10 --n-leaf-distribution geometric --n-leaves 5 --min-observations-per-gene 5 --mean-cells-per-droplet 1.25 --constant-cells-per-droplet --fraction-of-reads-to-remove 0.15 --no-per-base-mutation --random-seed 1083609742 --n-procs 10 --indel-frequency 0.2 --choose-trees-in-order --outfname test/paired/new-results/test/simu/igh+igl/igl.yaml --input-simulation-treefname test/paired/new-results/test/simu/igh+igl/trees.nwk
|
975
|
+
note: reducing --n-procs to 3 (was 10) so it isn't bigger than --n-sim-events
|
976
|
+
simulating
|
977
|
+
--> proc 0
|
978
|
+
reco params: test/paired/new-results/test/parameters/data/igl/hmm shm params: test/paired/new-results/test/parameters/data/igl/hmm
|
979
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/63603/trees-sub-0.nwk
|
980
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
981
|
+
made 1 event with 14 seqs in 0.1s (0.0s of which was running bppseqgen)
|
982
|
+
total time: 0.1
|
983
|
+
|
984
|
+
--> proc 1
|
985
|
+
reco params: test/paired/new-results/test/parameters/data/igl/hmm shm params: test/paired/new-results/test/parameters/data/igl/hmm
|
986
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/63603/trees-sub-1.nwk
|
987
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
988
|
+
made 1 event with 3 seqs in 0.0s (0.0s of which was running bppseqgen)
|
989
|
+
total time: 0.0
|
990
|
+
|
991
|
+
--> proc 2
|
992
|
+
reco params: test/paired/new-results/test/parameters/data/igl/hmm shm params: test/paired/new-results/test/parameters/data/igl/hmm
|
993
|
+
resetting --n-trees from 10 to 1 to match trees read from /tmp/runner/hmms/63603/trees-sub-2.nwk
|
994
|
+
using bpp uniform mutation with path /home/runner/work/partis/partis/packages/bpp
|
995
|
+
made 1 event with 10 seqs in 0.0s (0.0s of which was running bppseqgen)
|
996
|
+
total time: 0.0
|
997
|
+
|
998
|
+
read 3 events with 27 seqs from 3 .yaml files
|
999
|
+
total time: 2.2
|
1000
|
+
[94migh+igk[0m: synchronizing heavy and light chain simulation trees and rewriting output files in test/paired/new-results/test/simu/igh+igk/
|
1001
|
+
[94migh+igl[0m: synchronizing heavy and light chain simulation trees and rewriting output files in test/paired/new-results/test/simu/igh+igl/
|
1002
|
+
concatenating heavy chain loci:
|
1003
|
+
[94mh[0m starting with 7 annotations (39 seqs)
|
1004
|
+
[95mk[0m starting with 7 annotations (39 seqs)
|
1005
|
+
[94mh[0m adding 3 annotations (27 seqs) for total 7 (39)
|
1006
|
+
[92ml[0m starting with 3 annotations (27 seqs)
|
1007
|
+
finished with:
|
1008
|
+
[94mh[0m: 10 annotations (66 seqs)
|
1009
|
+
apportioned 132 seqs among 52 droplets (mean/2 1.3): 4 2 2 2 2 4 2 2 2 2 2 2 4 2 2 2 4 4 2 2 4 2 2 2 2 2 2 4 2 2 4 2 4 2 2 2 2 2 2 2 2 2 4 4 2 4 2 2 2 4 4 2
|
1010
|
+
removed 19 / 132 = 0.14 seqs from outfos (leaving 7 / 113 unpaired)
|
1011
|
+
writing combined h/l info to fasta and meta files in test/paired/new-results/test/simu
|
1012
|
+
total time: 22.8
|
test/test.py
CHANGED
@@ -299,6 +299,10 @@ class Tester(object):
|
|
299
299
|
|
300
300
|
if ptest == 'simulate':
|
301
301
|
argfo['parameter-dir'] = self.paramdir(input_stype, 'data')
|
302
|
+
# if args.no_tree_gen:
|
303
|
+
# argfo['extras'] += ['--input-simulation-treefname', '%s/test/trees.nwk'%utils.get_partis_dir()]
|
304
|
+
if args.no_per_base_mutation:
|
305
|
+
argfo['extras'] += ['--no-per-base-mutation']
|
302
306
|
else:
|
303
307
|
argfo['inpath'] = self.inpath('new' if args.bust_cache else 'ref', input_dtype)
|
304
308
|
if ptest.find('subset-') != 0:
|
@@ -932,6 +936,8 @@ parser.add_argument('--only-bust-current', action='store_true', help='only bust
|
|
932
936
|
parser.add_argument('--paired', action='store_true', help='run paired tests, i.e. with --paired-loci. Note that this doesn\'t test all the things (e.g. seed partitioning) that non-paired does.')
|
933
937
|
parser.add_argument('--run-all', action='store_true', help='run all four combinations of tests: paired/non-paired and slow/non-slow (by default only runs one). *Not* for use with --bust-cache, which runs all of them by default.')
|
934
938
|
parser.add_argument('--no-simu', action='store_true', help='don\'t run simulation, e.g. if using a minimal install')
|
939
|
+
# parser.add_argument('--no-tree-gen', action='store_true', help='if set, use the pre-generated newick file instead of generating trees with R/TreeSim (to avoid R installation)')
|
940
|
+
parser.add_argument('--no-per-base-mutation', action='store_true', help='use simpler, non-per-base mutation model (to avoid bpp-newlik compilation)')
|
935
941
|
parser.add_argument('--ig-or-tr', default='ig')
|
936
942
|
parser.add_argument('--print-width', type=int, default=300, help='set to 0 for infinite')
|
937
943
|
|
File without changes
|
File without changes
|
File without changes
|
{partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/extract-pairing-info.py
RENAMED
File without changes
|
File without changes
|
{partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev3.data}/scripts/get-naive-probabilities.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|