partis-bcr 1.0.11.post1.dev1__cp312-cp312-macosx_10_13_universal2.whl → 1.0.11.post1.dev7__cp312-cp312-macosx_10_13_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (645) hide show
  1. bin/partis +1 -1
  2. bin/partis-test.py +6 -0
  3. bin/partis.py +1 -1
  4. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/partis-test.py +6 -0
  5. {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/METADATA +1 -1
  6. {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/RECORD +645 -127
  7. python/recombinator.py +2 -0
  8. python/treegenerator.py +1 -1
  9. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
  10. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +8 -0
  11. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
  12. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
  13. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
  14. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
  15. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
  16. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
  17. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
  18. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
  19. test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +8 -0
  20. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  21. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
  22. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
  23. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  24. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
  25. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
  26. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  27. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
  28. test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
  29. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +7 -0
  30. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +7 -0
  31. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +5 -0
  32. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +6 -0
  33. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +7 -0
  34. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
  35. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
  36. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
  37. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +7 -0
  38. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
  39. test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
  40. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
  41. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
  42. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
  43. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
  44. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
  45. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
  46. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
  47. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
  48. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
  49. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
  50. test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
  51. test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
  52. test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
  53. test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
  54. test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
  55. test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
  56. test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
  57. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
  58. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
  59. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
  60. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
  61. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
  62. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
  63. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
  64. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
  65. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
  66. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
  67. test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
  68. test/new-results/annotate-new-simu.yaml +1 -0
  69. test/new-results/cache-new-partition.csv +59 -0
  70. test/new-results/get-selection-metrics-new-simu.yaml +1 -0
  71. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
  72. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
  73. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
  74. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
  75. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
  76. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
  77. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
  78. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
  79. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
  80. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
  81. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
  82. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  83. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
  84. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
  85. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  86. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
  87. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
  88. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  89. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
  90. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
  91. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
  92. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
  93. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
  94. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
  95. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
  96. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
  97. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
  98. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
  99. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
  100. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
  101. test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
  102. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
  103. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
  104. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
  105. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
  106. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
  107. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
  108. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
  109. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
  110. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
  111. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
  112. test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
  113. test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
  114. test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
  115. test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
  116. test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
  117. test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
  118. test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
  119. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
  120. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
  121. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
  122. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
  123. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
  124. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
  125. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
  126. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
  127. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
  128. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
  129. test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
  130. test/new-results/multi-annotate-new-simu.yaml +1 -0
  131. test/new-results/partition-new-simu/fasttree/iclust-0/fasttree.out +1 -0
  132. test/new-results/partition-new-simu/fasttree/iclust-0/input-seqs.fa +24 -0
  133. test/new-results/partition-new-simu/fasttree/iclust-0/log +23 -0
  134. test/new-results/partition-new-simu/fasttree/iclust-1/fasttree.out +1 -0
  135. test/new-results/partition-new-simu/fasttree/iclust-1/input-seqs.fa +16 -0
  136. test/new-results/partition-new-simu/fasttree/iclust-1/log +23 -0
  137. test/new-results/partition-new-simu/fasttree/iclust-2/fasttree.out +1 -0
  138. test/new-results/partition-new-simu/fasttree/iclust-2/input-seqs.fa +16 -0
  139. test/new-results/partition-new-simu/fasttree/iclust-2/log +22 -0
  140. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
  141. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
  142. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
  143. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
  144. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
  145. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
  146. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
  147. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
  148. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
  149. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
  150. test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
  151. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  152. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
  153. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
  154. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  155. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
  156. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
  157. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
  158. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
  159. test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
  160. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
  161. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
  162. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
  163. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
  164. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
  165. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
  166. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
  167. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
  168. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
  169. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
  170. test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
  171. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
  172. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
  173. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
  174. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
  175. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
  176. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
  177. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
  178. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
  179. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
  180. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
  181. test/new-results/partition-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
  182. test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
  183. test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
  184. test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
  185. test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
  186. test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
  187. test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
  188. test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
  189. test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
  190. test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
  191. test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
  192. test/new-results/partition-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
  193. test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
  194. test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
  195. test/new-results/partition-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
  196. test/new-results/partition-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
  197. test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
  198. test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
  199. test/new-results/partition-new-simu.yaml +1 -0
  200. test/new-results/run-times.csv +9 -0
  201. test/new-results/seed-partition-new-simu.yaml +1 -0
  202. test/new-results/test/parameters/data/hmm/all-mean-mute-freqs.csv +43 -0
  203. test/new-results/test/parameters/data/hmm/all-mean-n-muted.csv +155 -0
  204. test/new-results/test/parameters/data/hmm/all-probs.csv +44 -0
  205. test/new-results/test/parameters/data/hmm/cluster_size.csv +2 -0
  206. test/new-results/test/parameters/data/hmm/d-mean-mute-freqs.csv +43 -0
  207. test/new-results/test/parameters/data/hmm/d-mean-n-muted.csv +14 -0
  208. test/new-results/test/parameters/data/hmm/d_gene-d_3p_del-probs.csv +34 -0
  209. test/new-results/test/parameters/data/hmm/d_gene-d_5p_del-probs.csv +42 -0
  210. test/new-results/test/parameters/data/hmm/d_gene-probs.csv +20 -0
  211. test/new-results/test/parameters/data/hmm/d_gene-vd_insertion-probs.csv +39 -0
  212. test/new-results/test/parameters/data/hmm/dj_insertion_content.csv +5 -0
  213. test/new-results/test/parameters/data/hmm/fv_insertion-probs.csv +4 -0
  214. test/new-results/test/parameters/data/hmm/germline-sets/igh/extras.csv +23 -0
  215. test/new-results/test/parameters/data/hmm/germline-sets/igh/ighd.fasta +38 -0
  216. test/new-results/test/parameters/data/hmm/germline-sets/igh/ighj.fasta +14 -0
  217. test/new-results/test/parameters/data/hmm/germline-sets/igh/ighv.fasta +30 -0
  218. test/new-results/test/parameters/data/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
  219. test/new-results/test/parameters/data/hmm/hmms/IGHD1-26_star_01.yaml +512 -0
  220. test/new-results/test/parameters/data/hmm/hmms/IGHD2-15_star_01.yaml +743 -0
  221. test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_01.yaml +681 -0
  222. test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_02.yaml +681 -0
  223. test/new-results/test/parameters/data/hmm/hmms/IGHD2-2_star_01.yaml +743 -0
  224. test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_01.yaml +744 -0
  225. test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_02.yaml +743 -0
  226. test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_01.yaml +743 -0
  227. test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_03.yaml +744 -0
  228. test/new-results/test/parameters/data/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
  229. test/new-results/test/parameters/data/hmm/hmms/IGHD3-22_star_01.yaml +743 -0
  230. test/new-results/test/parameters/data/hmm/hmms/IGHD3-3_star_01.yaml +744 -0
  231. test/new-results/test/parameters/data/hmm/hmms/IGHD4-17_star_01.yaml +429 -0
  232. test/new-results/test/parameters/data/hmm/hmms/IGHD4-4_star_01.yaml +428 -0
  233. test/new-results/test/parameters/data/hmm/hmms/IGHD5-5_star_01.yaml +513 -0
  234. test/new-results/test/parameters/data/hmm/hmms/IGHD6-13_star_01.yaml +533 -0
  235. test/new-results/test/parameters/data/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
  236. test/new-results/test/parameters/data/hmm/hmms/IGHD6-6_star_01.yaml +470 -0
  237. test/new-results/test/parameters/data/hmm/hmms/IGHJ1_star_01.yaml +986 -0
  238. test/new-results/test/parameters/data/hmm/hmms/IGHJ2_star_01.yaml +1006 -0
  239. test/new-results/test/parameters/data/hmm/hmms/IGHJ3_star_02.yaml +946 -0
  240. test/new-results/test/parameters/data/hmm/hmms/IGHJ4_star_02.yaml +906 -0
  241. test/new-results/test/parameters/data/hmm/hmms/IGHJ5_star_02.yaml +966 -0
  242. test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_02.yaml +1206 -0
  243. test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_03.yaml +1206 -0
  244. test/new-results/test/parameters/data/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
  245. test/new-results/test/parameters/data/hmm/hmms/IGHV1-2_star_02.yaml +4484 -0
  246. test/new-results/test/parameters/data/hmm/hmms/IGHV2-5_star_02.yaml +4560 -0
  247. test/new-results/test/parameters/data/hmm/hmms/IGHV2-70D_star_04.yaml +4561 -0
  248. test/new-results/test/parameters/data/hmm/hmms/IGHV3-11_star_04.yaml +4484 -0
  249. test/new-results/test/parameters/data/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
  250. test/new-results/test/parameters/data/hmm/hmms/IGHV3-66_star_02.yaml +4439 -0
  251. test/new-results/test/parameters/data/hmm/hmms/IGHV3-69-1_star_02.yaml +4439 -0
  252. test/new-results/test/parameters/data/hmm/hmms/IGHV3-7_star_05.yaml +4484 -0
  253. test/new-results/test/parameters/data/hmm/hmms/IGHV3-9_star_02.yaml +4516 -0
  254. test/new-results/test/parameters/data/hmm/hmms/IGHV4-34_star_01.yaml +4439 -0
  255. test/new-results/test/parameters/data/hmm/hmms/IGHV4-39_star_09.yaml +4529 -0
  256. test/new-results/test/parameters/data/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
  257. test/new-results/test/parameters/data/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
  258. test/new-results/test/parameters/data/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
  259. test/new-results/test/parameters/data/hmm/j-mean-mute-freqs.csv +43 -0
  260. test/new-results/test/parameters/data/hmm/j-mean-n-muted.csv +25 -0
  261. test/new-results/test/parameters/data/hmm/j_gene-dj_insertion-probs.csv +31 -0
  262. test/new-results/test/parameters/data/hmm/j_gene-j_3p_del-probs.csv +8 -0
  263. test/new-results/test/parameters/data/hmm/j_gene-j_5p_del-probs.csv +31 -0
  264. test/new-results/test/parameters/data/hmm/j_gene-probs.csv +8 -0
  265. test/new-results/test/parameters/data/hmm/jf_insertion-probs.csv +3 -0
  266. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-20_star_01.csv +8 -0
  267. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-26_star_01.csv +8 -0
  268. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-15_star_01.csv +32 -0
  269. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_01.csv +17 -0
  270. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_02.csv +29 -0
  271. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-2_star_01.csv +10 -0
  272. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_01.csv +32 -0
  273. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_02.csv +9 -0
  274. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_01.csv +27 -0
  275. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_03.csv +14 -0
  276. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-16_star_02.csv +35 -0
  277. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
  278. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-3_star_01.csv +21 -0
  279. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-17_star_01.csv +12 -0
  280. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-4_star_01.csv +12 -0
  281. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD5-5_star_01.csv +13 -0
  282. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-13_star_01.csv +22 -0
  283. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
  284. test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-6_star_01.csv +19 -0
  285. test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ1_star_01.csv +52 -0
  286. test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ2_star_01.csv +54 -0
  287. test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ3_star_02.csv +51 -0
  288. test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ4_star_02.csv +49 -0
  289. test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ5_star_02.csv +50 -0
  290. test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_02.csv +33 -0
  291. test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_03.csv +40 -0
  292. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
  293. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-2_star_02.csv +296 -0
  294. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-5_star_02.csv +66 -0
  295. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-70D_star_04.csv +89 -0
  296. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-11_star_04.csv +73 -0
  297. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
  298. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-66_star_02.csv +294 -0
  299. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
  300. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-7_star_05.csv +70 -0
  301. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-9_star_02.csv +40 -0
  302. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-34_star_01.csv +40 -0
  303. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-39_star_09.csv +40 -0
  304. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-4_star_09.csv +59 -0
  305. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
  306. test/new-results/test/parameters/data/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
  307. test/new-results/test/parameters/data/hmm/seq_content.csv +5 -0
  308. test/new-results/test/parameters/data/hmm/v-mean-mute-freqs.csv +43 -0
  309. test/new-results/test/parameters/data/hmm/v-mean-n-muted.csv +122 -0
  310. test/new-results/test/parameters/data/hmm/v_gene-probs.csv +16 -0
  311. test/new-results/test/parameters/data/hmm/v_gene-v_3p_del-probs.csv +24 -0
  312. test/new-results/test/parameters/data/hmm/v_gene-v_5p_del-probs.csv +16 -0
  313. test/new-results/test/parameters/data/hmm/vd_insertion_content.csv +5 -0
  314. test/new-results/test/parameters/data/sw/all-mean-mute-freqs.csv +43 -0
  315. test/new-results/test/parameters/data/sw/all-mean-n-muted.csv +155 -0
  316. test/new-results/test/parameters/data/sw/all-probs.csv +44 -0
  317. test/new-results/test/parameters/data/sw/cluster_size.csv +2 -0
  318. test/new-results/test/parameters/data/sw/d-mean-mute-freqs.csv +43 -0
  319. test/new-results/test/parameters/data/sw/d-mean-n-muted.csv +14 -0
  320. test/new-results/test/parameters/data/sw/d_gene-d_3p_del-probs.csv +40 -0
  321. test/new-results/test/parameters/data/sw/d_gene-d_5p_del-probs.csv +42 -0
  322. test/new-results/test/parameters/data/sw/d_gene-probs.csv +23 -0
  323. test/new-results/test/parameters/data/sw/d_gene-vd_insertion-probs.csv +40 -0
  324. test/new-results/test/parameters/data/sw/dj_insertion_content.csv +5 -0
  325. test/new-results/test/parameters/data/sw/fv_insertion-probs.csv +3 -0
  326. test/new-results/test/parameters/data/sw/germline-sets/igh/extras.csv +26 -0
  327. test/new-results/test/parameters/data/sw/germline-sets/igh/ighd.fasta +44 -0
  328. test/new-results/test/parameters/data/sw/germline-sets/igh/ighj.fasta +14 -0
  329. test/new-results/test/parameters/data/sw/germline-sets/igh/ighv.fasta +36 -0
  330. test/new-results/test/parameters/data/sw/hmms/IGHD1-1_star_01.yaml +450 -0
  331. test/new-results/test/parameters/data/sw/hmms/IGHD1-20_star_01.yaml +449 -0
  332. test/new-results/test/parameters/data/sw/hmms/IGHD1-26_star_01.yaml +512 -0
  333. test/new-results/test/parameters/data/sw/hmms/IGHD2-15_star_01.yaml +744 -0
  334. test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_01.yaml +681 -0
  335. test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_02.yaml +681 -0
  336. test/new-results/test/parameters/data/sw/hmms/IGHD2-2_star_01.yaml +743 -0
  337. test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_01.yaml +744 -0
  338. test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_02.yaml +743 -0
  339. test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_01.yaml +743 -0
  340. test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_03.yaml +744 -0
  341. test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_02.yaml +869 -0
  342. test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_03.yaml +869 -0
  343. test/new-results/test/parameters/data/sw/hmms/IGHD3-22_star_01.yaml +743 -0
  344. test/new-results/test/parameters/data/sw/hmms/IGHD3-3_star_01.yaml +744 -0
  345. test/new-results/test/parameters/data/sw/hmms/IGHD4-17_star_01.yaml +429 -0
  346. test/new-results/test/parameters/data/sw/hmms/IGHD4-4_star_01.yaml +428 -0
  347. test/new-results/test/parameters/data/sw/hmms/IGHD5-5_star_01.yaml +513 -0
  348. test/new-results/test/parameters/data/sw/hmms/IGHD6-13_star_01.yaml +533 -0
  349. test/new-results/test/parameters/data/sw/hmms/IGHD6-19_star_01.yaml +533 -0
  350. test/new-results/test/parameters/data/sw/hmms/IGHD6-25_star_01.yaml +470 -0
  351. test/new-results/test/parameters/data/sw/hmms/IGHD6-6_star_01.yaml +470 -0
  352. test/new-results/test/parameters/data/sw/hmms/IGHJ1_star_01.yaml +986 -0
  353. test/new-results/test/parameters/data/sw/hmms/IGHJ2_star_01.yaml +1006 -0
  354. test/new-results/test/parameters/data/sw/hmms/IGHJ3_star_02.yaml +946 -0
  355. test/new-results/test/parameters/data/sw/hmms/IGHJ4_star_02.yaml +906 -0
  356. test/new-results/test/parameters/data/sw/hmms/IGHJ5_star_02.yaml +966 -0
  357. test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_02.yaml +1206 -0
  358. test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_03.yaml +1206 -0
  359. test/new-results/test/parameters/data/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
  360. test/new-results/test/parameters/data/sw/hmms/IGHV1-2_star_02.yaml +4484 -0
  361. test/new-results/test/parameters/data/sw/hmms/IGHV2-5_star_02.yaml +4560 -0
  362. test/new-results/test/parameters/data/sw/hmms/IGHV2-70D_star_04.yaml +4561 -0
  363. test/new-results/test/parameters/data/sw/hmms/IGHV3-11_star_04.yaml +4484 -0
  364. test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
  365. test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_03.yaml +4484 -0
  366. test/new-results/test/parameters/data/sw/hmms/IGHV3-30_star_04.yaml +4484 -0
  367. test/new-results/test/parameters/data/sw/hmms/IGHV3-48_star_03.yaml +4484 -0
  368. test/new-results/test/parameters/data/sw/hmms/IGHV3-66_star_02.yaml +4439 -0
  369. test/new-results/test/parameters/data/sw/hmms/IGHV3-69-1_star_02.yaml +4439 -0
  370. test/new-results/test/parameters/data/sw/hmms/IGHV3-7_star_05.yaml +4484 -0
  371. test/new-results/test/parameters/data/sw/hmms/IGHV3-9_star_02.yaml +4516 -0
  372. test/new-results/test/parameters/data/sw/hmms/IGHV4-34_star_01.yaml +4439 -0
  373. test/new-results/test/parameters/data/sw/hmms/IGHV4-39_star_09.yaml +4529 -0
  374. test/new-results/test/parameters/data/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
  375. test/new-results/test/parameters/data/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
  376. test/new-results/test/parameters/data/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
  377. test/new-results/test/parameters/data/sw/j-mean-mute-freqs.csv +43 -0
  378. test/new-results/test/parameters/data/sw/j-mean-n-muted.csv +25 -0
  379. test/new-results/test/parameters/data/sw/j_gene-dj_insertion-probs.csv +32 -0
  380. test/new-results/test/parameters/data/sw/j_gene-j_3p_del-probs.csv +11 -0
  381. test/new-results/test/parameters/data/sw/j_gene-j_5p_del-probs.csv +31 -0
  382. test/new-results/test/parameters/data/sw/j_gene-probs.csv +8 -0
  383. test/new-results/test/parameters/data/sw/jf_insertion-probs.csv +3 -0
  384. test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-1_star_01.csv +4 -0
  385. test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-20_star_01.csv +8 -0
  386. test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-26_star_01.csv +8 -0
  387. test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-15_star_01.csv +32 -0
  388. test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_01.csv +28 -0
  389. test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_02.csv +27 -0
  390. test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-2_star_01.csv +27 -0
  391. test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_01.csv +32 -0
  392. test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_02.csv +12 -0
  393. test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_01.csv +29 -0
  394. test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_03.csv +14 -0
  395. test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_02.csv +34 -0
  396. test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_03.csv +20 -0
  397. test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-22_star_01.csv +30 -0
  398. test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-3_star_01.csv +21 -0
  399. test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-17_star_01.csv +12 -0
  400. test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-4_star_01.csv +9 -0
  401. test/new-results/test/parameters/data/sw/mute-freqs/IGHD5-5_star_01.csv +9 -0
  402. test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-13_star_01.csv +20 -0
  403. test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-19_star_01.csv +21 -0
  404. test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-25_star_01.csv +12 -0
  405. test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-6_star_01.csv +19 -0
  406. test/new-results/test/parameters/data/sw/mute-freqs/IGHJ1_star_01.csv +52 -0
  407. test/new-results/test/parameters/data/sw/mute-freqs/IGHJ2_star_01.csv +54 -0
  408. test/new-results/test/parameters/data/sw/mute-freqs/IGHJ3_star_02.csv +51 -0
  409. test/new-results/test/parameters/data/sw/mute-freqs/IGHJ4_star_02.csv +49 -0
  410. test/new-results/test/parameters/data/sw/mute-freqs/IGHJ5_star_02.csv +51 -0
  411. test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_02.csv +33 -0
  412. test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_03.csv +40 -0
  413. test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
  414. test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-2_star_02.csv +296 -0
  415. test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-5_star_02.csv +66 -0
  416. test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-70D_star_04.csv +89 -0
  417. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-11_star_04.csv +73 -0
  418. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
  419. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_03.csv +32 -0
  420. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-30_star_04.csv +38 -0
  421. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-48_star_03.csv +38 -0
  422. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-66_star_02.csv +292 -0
  423. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
  424. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-7_star_05.csv +70 -0
  425. test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-9_star_02.csv +40 -0
  426. test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-34_star_01.csv +40 -0
  427. test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-39_star_09.csv +40 -0
  428. test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-4_star_09.csv +59 -0
  429. test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
  430. test/new-results/test/parameters/data/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
  431. test/new-results/test/parameters/data/sw/seq_content.csv +5 -0
  432. test/new-results/test/parameters/data/sw/v-mean-mute-freqs.csv +43 -0
  433. test/new-results/test/parameters/data/sw/v-mean-n-muted.csv +122 -0
  434. test/new-results/test/parameters/data/sw/v_gene-probs.csv +19 -0
  435. test/new-results/test/parameters/data/sw/v_gene-v_3p_del-probs.csv +25 -0
  436. test/new-results/test/parameters/data/sw/v_gene-v_5p_del-probs.csv +29 -0
  437. test/new-results/test/parameters/data/sw/vd_insertion_content.csv +5 -0
  438. test/new-results/test/parameters/data/sw-cache.yaml +1 -0
  439. test/new-results/test/parameters/simu/hmm/all-mean-mute-freqs.csv +3 -3
  440. test/new-results/test/parameters/simu/hmm/all-mean-n-muted.csv +11 -11
  441. test/new-results/test/parameters/simu/hmm/all-probs.csv +13 -3
  442. test/new-results/test/parameters/simu/hmm/cluster_size.csv +1 -1
  443. test/new-results/test/parameters/simu/hmm/d-mean-mute-freqs.csv +6 -6
  444. test/new-results/test/parameters/simu/hmm/d-mean-n-muted.csv +3 -3
  445. test/new-results/test/parameters/simu/hmm/d_gene-d_3p_del-probs.csv +6 -1
  446. test/new-results/test/parameters/simu/hmm/d_gene-d_5p_del-probs.csv +9 -2
  447. test/new-results/test/parameters/simu/hmm/d_gene-probs.csv +5 -1
  448. test/new-results/test/parameters/simu/hmm/d_gene-vd_insertion-probs.csv +10 -2
  449. test/new-results/test/parameters/simu/hmm/dj_insertion_content.csv +4 -4
  450. test/new-results/test/parameters/simu/hmm/fv_insertion-probs.csv +3 -2
  451. test/new-results/test/parameters/simu/hmm/germline-sets/igh/extras.csv +6 -0
  452. test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighd.fasta +8 -0
  453. test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighj.fasta +2 -0
  454. test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighv.fasta +10 -0
  455. test/new-results/test/parameters/simu/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
  456. test/new-results/test/parameters/simu/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
  457. test/new-results/test/parameters/simu/hmm/hmms/IGHD3-22_star_01.yaml +744 -0
  458. test/new-results/test/parameters/simu/hmm/hmms/IGHD6-13_star_01.yaml +267 -268
  459. test/new-results/test/parameters/simu/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
  460. test/new-results/test/parameters/simu/hmm/hmms/IGHJ1_star_01.yaml +986 -0
  461. test/new-results/test/parameters/simu/hmm/hmms/IGHJ4_star_02.yaml +306 -306
  462. test/new-results/test/parameters/simu/hmm/hmms/IGHJ6_star_02.yaml +284 -284
  463. test/new-results/test/parameters/simu/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
  464. test/new-results/test/parameters/simu/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
  465. test/new-results/test/parameters/simu/hmm/hmms/IGHV3-66_star_02.yaml +1191 -1191
  466. test/new-results/test/parameters/simu/hmm/hmms/IGHV3-7_star_05.yaml +2 -2
  467. test/new-results/test/parameters/simu/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
  468. test/new-results/test/parameters/simu/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
  469. test/new-results/test/parameters/simu/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
  470. test/new-results/test/parameters/simu/hmm/j-mean-mute-freqs.csv +5 -5
  471. test/new-results/test/parameters/simu/hmm/j-mean-n-muted.csv +4 -4
  472. test/new-results/test/parameters/simu/hmm/j_gene-dj_insertion-probs.csv +9 -2
  473. test/new-results/test/parameters/simu/hmm/j_gene-j_3p_del-probs.csv +2 -1
  474. test/new-results/test/parameters/simu/hmm/j_gene-j_5p_del-probs.csv +7 -2
  475. test/new-results/test/parameters/simu/hmm/j_gene-probs.csv +2 -1
  476. test/new-results/test/parameters/simu/hmm/jf_insertion-probs.csv +1 -1
  477. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD1-20_star_01.csv +9 -0
  478. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-16_star_02.csv +30 -0
  479. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
  480. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-13_star_01.csv +16 -13
  481. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
  482. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ1_star_01.csv +50 -0
  483. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ4_star_02.csv +44 -40
  484. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ6_star_02.csv +2 -0
  485. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
  486. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
  487. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-66_star_02.csv +293 -291
  488. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-4_star_09.csv +291 -0
  489. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
  490. test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
  491. test/new-results/test/parameters/simu/hmm/seq_content.csv +4 -4
  492. test/new-results/test/parameters/simu/hmm/v-mean-mute-freqs.csv +3 -3
  493. test/new-results/test/parameters/simu/hmm/v-mean-n-muted.csv +7 -7
  494. test/new-results/test/parameters/simu/hmm/v_gene-probs.csv +6 -1
  495. test/new-results/test/parameters/simu/hmm/v_gene-v_3p_del-probs.csv +7 -1
  496. test/new-results/test/parameters/simu/hmm/v_gene-v_5p_del-probs.csv +6 -1
  497. test/new-results/test/parameters/simu/hmm/vd_insertion_content.csv +4 -4
  498. test/new-results/test/parameters/simu/sw/all-mean-mute-freqs.csv +3 -3
  499. test/new-results/test/parameters/simu/sw/all-mean-n-muted.csv +8 -8
  500. test/new-results/test/parameters/simu/sw/all-probs.csv +9 -1
  501. test/new-results/test/parameters/simu/sw/cluster_size.csv +1 -1
  502. test/new-results/test/parameters/simu/sw/d-mean-mute-freqs.csv +5 -5
  503. test/new-results/test/parameters/simu/sw/d-mean-n-muted.csv +3 -3
  504. test/new-results/test/parameters/simu/sw/d_gene-d_3p_del-probs.csv +7 -1
  505. test/new-results/test/parameters/simu/sw/d_gene-d_5p_del-probs.csv +7 -1
  506. test/new-results/test/parameters/simu/sw/d_gene-probs.csv +5 -1
  507. test/new-results/test/parameters/simu/sw/d_gene-vd_insertion-probs.csv +8 -1
  508. test/new-results/test/parameters/simu/sw/dj_insertion_content.csv +4 -4
  509. test/new-results/test/parameters/simu/sw/fv_insertion-probs.csv +1 -1
  510. test/new-results/test/parameters/simu/sw/germline-sets/igh/extras.csv +6 -0
  511. test/new-results/test/parameters/simu/sw/germline-sets/igh/ighd.fasta +8 -0
  512. test/new-results/test/parameters/simu/sw/germline-sets/igh/ighj.fasta +2 -0
  513. test/new-results/test/parameters/simu/sw/germline-sets/igh/ighv.fasta +10 -0
  514. test/new-results/test/parameters/simu/sw/hmms/IGHD1-20_star_01.yaml +449 -0
  515. test/new-results/test/parameters/simu/sw/hmms/IGHD3-16_star_02.yaml +870 -0
  516. test/new-results/test/parameters/simu/sw/hmms/IGHD3-22_star_01.yaml +744 -0
  517. test/new-results/test/parameters/simu/sw/hmms/IGHD6-13_star_01.yaml +267 -268
  518. test/new-results/test/parameters/simu/sw/hmms/IGHD6-19_star_01.yaml +534 -0
  519. test/new-results/test/parameters/simu/sw/hmms/IGHJ1_star_01.yaml +986 -0
  520. test/new-results/test/parameters/simu/sw/hmms/IGHJ4_star_02.yaml +306 -306
  521. test/new-results/test/parameters/simu/sw/hmms/IGHJ6_star_02.yaml +22 -22
  522. test/new-results/test/parameters/simu/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
  523. test/new-results/test/parameters/simu/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
  524. test/new-results/test/parameters/simu/sw/hmms/IGHV3-66_star_02.yaml +1191 -1191
  525. test/new-results/test/parameters/simu/sw/hmms/IGHV3-7_star_05.yaml +2 -2
  526. test/new-results/test/parameters/simu/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
  527. test/new-results/test/parameters/simu/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
  528. test/new-results/test/parameters/simu/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
  529. test/new-results/test/parameters/simu/sw/j-mean-mute-freqs.csv +4 -4
  530. test/new-results/test/parameters/simu/sw/j-mean-n-muted.csv +3 -3
  531. test/new-results/test/parameters/simu/sw/j_gene-dj_insertion-probs.csv +7 -1
  532. test/new-results/test/parameters/simu/sw/j_gene-j_3p_del-probs.csv +2 -1
  533. test/new-results/test/parameters/simu/sw/j_gene-j_5p_del-probs.csv +7 -1
  534. test/new-results/test/parameters/simu/sw/j_gene-probs.csv +2 -1
  535. test/new-results/test/parameters/simu/sw/jf_insertion-probs.csv +1 -1
  536. test/new-results/test/parameters/simu/sw/mute-freqs/IGHD1-20_star_01.csv +9 -0
  537. test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-16_star_02.csv +30 -0
  538. test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-22_star_01.csv +32 -0
  539. test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-13_star_01.csv +16 -13
  540. test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-19_star_01.csv +20 -0
  541. test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ1_star_01.csv +50 -0
  542. test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ4_star_02.csv +48 -40
  543. test/new-results/test/parameters/simu/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
  544. test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
  545. test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-66_star_02.csv +293 -291
  546. test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-4_star_09.csv +291 -0
  547. test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
  548. test/new-results/test/parameters/simu/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
  549. test/new-results/test/parameters/simu/sw/seq_content.csv +4 -4
  550. test/new-results/test/parameters/simu/sw/v-mean-mute-freqs.csv +3 -3
  551. test/new-results/test/parameters/simu/sw/v-mean-n-muted.csv +7 -7
  552. test/new-results/test/parameters/simu/sw/v_gene-probs.csv +6 -1
  553. test/new-results/test/parameters/simu/sw/v_gene-v_3p_del-probs.csv +7 -1
  554. test/new-results/test/parameters/simu/sw/v_gene-v_5p_del-probs.csv +6 -1
  555. test/new-results/test/parameters/simu/sw/vd_insertion_content.csv +4 -4
  556. test/new-results/test/parameters/simu/sw-cache.yaml +1 -1
  557. test/new-results/test/parameters/simu/true/all-mean-mute-freqs.csv +43 -0
  558. test/new-results/test/parameters/simu/true/all-mean-n-muted.csv +155 -0
  559. test/new-results/test/parameters/simu/true/all-probs.csv +10 -0
  560. test/new-results/test/parameters/simu/true/cluster_size.csv +7 -0
  561. test/new-results/test/parameters/simu/true/d-mean-mute-freqs.csv +43 -0
  562. test/new-results/test/parameters/simu/true/d-mean-n-muted.csv +14 -0
  563. test/new-results/test/parameters/simu/true/d_gene-d_3p_del-probs.csv +9 -0
  564. test/new-results/test/parameters/simu/true/d_gene-d_5p_del-probs.csv +10 -0
  565. test/new-results/test/parameters/simu/true/d_gene-probs.csv +7 -0
  566. test/new-results/test/parameters/simu/true/d_gene-vd_insertion-probs.csv +10 -0
  567. test/new-results/test/parameters/simu/true/dj_insertion_content.csv +5 -0
  568. test/new-results/test/parameters/simu/true/fv_insertion-probs.csv +2 -0
  569. test/new-results/test/parameters/simu/true/germline-sets/igh/extras.csv +11 -0
  570. test/new-results/test/parameters/simu/true/germline-sets/igh/ighd.fasta +12 -0
  571. test/new-results/test/parameters/simu/true/germline-sets/igh/ighj.fasta +6 -0
  572. test/new-results/test/parameters/simu/true/germline-sets/igh/ighv.fasta +14 -0
  573. test/new-results/test/parameters/simu/true/j-mean-mute-freqs.csv +43 -0
  574. test/new-results/test/parameters/simu/true/j-mean-n-muted.csv +25 -0
  575. test/new-results/test/parameters/simu/true/j_gene-dj_insertion-probs.csv +7 -0
  576. test/new-results/test/parameters/simu/true/j_gene-j_3p_del-probs.csv +4 -0
  577. test/new-results/test/parameters/simu/true/j_gene-j_5p_del-probs.csv +9 -0
  578. test/new-results/test/parameters/simu/true/j_gene-probs.csv +4 -0
  579. test/new-results/test/parameters/simu/true/jf_insertion-probs.csv +2 -0
  580. test/new-results/test/parameters/simu/true/mute-freqs/IGHD1-20_star_01.csv +8 -0
  581. test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-16_star_02.csv +30 -0
  582. test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-22_star_01.csv +32 -0
  583. test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-13_star_01.csv +22 -0
  584. test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-19_star_01.csv +22 -0
  585. test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-6_star_01.csv +13 -0
  586. test/new-results/test/parameters/simu/true/mute-freqs/IGHJ1_star_01.csv +50 -0
  587. test/new-results/test/parameters/simu/true/mute-freqs/IGHJ4_star_02.csv +45 -0
  588. test/new-results/test/parameters/simu/true/mute-freqs/IGHJ6_star_02.csv +47 -0
  589. test/new-results/test/parameters/simu/true/mute-freqs/IGHV1-18_star_01.csv +297 -0
  590. test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-23_star_01.csv +297 -0
  591. test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-66_star_02.csv +294 -0
  592. test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-7_star_05.csv +297 -0
  593. test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-4_star_09.csv +291 -0
  594. test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-61_star_01.csv +300 -0
  595. test/new-results/test/parameters/simu/true/mute-freqs/IGHV5-51_star_01.csv +296 -0
  596. test/new-results/test/parameters/simu/true/seq_content.csv +5 -0
  597. test/new-results/test/parameters/simu/true/v-mean-mute-freqs.csv +43 -0
  598. test/new-results/test/parameters/simu/true/v-mean-n-muted.csv +122 -0
  599. test/new-results/test/parameters/simu/true/v_gene-probs.csv +8 -0
  600. test/new-results/test/parameters/simu/true/v_gene-v_3p_del-probs.csv +9 -0
  601. test/new-results/test/parameters/simu/true/v_gene-v_5p_del-probs.csv +8 -0
  602. test/new-results/test/parameters/simu/true/vd_insertion_content.csv +5 -0
  603. test/new-results/test.log +203 -24
  604. test/new-results/vsearch-partition-new-simu.yaml +1 -0
  605. test/paired/new-results/partition-new-simu/fasttree/iclust-0/log +3 -3
  606. test/paired/new-results/partition-new-simu/fasttree/iclust-1/log +5 -5
  607. test/paired/new-results/partition-new-simu/fasttree/iclust-2/log +2 -2
  608. test/paired/new-results/partition-new-simu/igh+igl/partition-igl/fasttree/iclust-0/log +1 -1
  609. test/paired/new-results/partition-new-simu-annotation-performance/plots/flcount-matrix.svg +107 -107
  610. test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop-log.svg +83 -83
  611. test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop.svg +61 -61
  612. test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-after.svg +18 -18
  613. test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-before.svg +24 -24
  614. test/paired/new-results/partition-new-simu-annotation-performance/plots/pseq-matrix.svg +35 -35
  615. test/paired/new-results/partition-new-simu-annotation-performance/plots/seqs-per-droplet.svg +22 -22
  616. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct-family.svg +45 -45
  617. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct.svg +45 -45
  618. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-mispaired.svg +45 -45
  619. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-multiple.svg +15 -15
  620. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-near-family.svg +15 -15
  621. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-total.svg +47 -47
  622. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-unpaired.svg +48 -48
  623. test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance.svg +27 -27
  624. test/paired/new-results/run-times.csv +6 -6
  625. test/paired/new-results/subset-partition-new-simu/isub-0/partition.log +43 -43
  626. test/paired/new-results/subset-partition-new-simu/isub-1/partition.log +40 -40
  627. test/paired/new-results/subset-partition-new-simu/merged-partition.log +25 -25
  628. test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/sw-cache.yaml +1 -1
  629. test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/sw-cache.yaml +1 -1
  630. test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/sw-cache.yaml +1 -1
  631. test/paired/new-results/test.log +135 -135
  632. test/test.py +6 -0
  633. test/trees.nwk +100 -0
  634. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/cf-alleles.py +0 -0
  635. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/cf-germlines.py +0 -0
  636. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/compare-plotdirs.py +0 -0
  637. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/extract-pairing-info.py +0 -0
  638. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/gctree-run.py +0 -0
  639. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/get-naive-probabilities.py +0 -0
  640. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/parse-output.py +0 -0
  641. {partis_bcr-1.0.11.post1.dev1.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/split-loci.py +0 -0
  642. {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/WHEEL +0 -0
  643. {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/entry_points.txt +0 -0
  644. {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/licenses/COPYING +0 -0
  645. {partis_bcr-1.0.11.post1.dev1.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/top_level.txt +0 -0
@@ -9,81 +9,81 @@ caching parameters
9
9
  keeping 6 / 198 v genes
10
10
  missing 17 simulation genes (counts): hv1-1801 0 hv1-4603 0 hv1-801 0 hv2-502 0 hv3-1101 0 hv3-1501 0 hv3-2001 0 hv3-2101 0 hv3-2301 0 hv3-3004 0 hv3-4802 0 hv3-6601 0 hv3-7401 0 hv3-901 0 hv4-3103 0 hv4-402 0 hv4-5911 0
11
11
  smith-waterman (new-allele fitting)
12
- vsearch: 56 / 56 v annotations (0 failed) with 6 v genes in 0.1 sec
12
+ vsearch: 56 / 56 v annotations (0 failed) with 6 v genes in 0.2 sec
13
13
  running 10 procs for 56 seqs
14
14
  info for 56 / 56 = 1.000 (removed: 0 failed)
15
15
  kept 25 (0.446) unproductive
16
- water time: 0.2 (ig-sw 0.1 processing 0.1)
16
+ water time: 0.2 (ig-sw 0.1 processing 0.2)
17
17
  smith-waterman (writing parameters)
18
18
  vsearch: 56 / 56 v annotations (0 failed) with 6 v genes in 0.2 sec
19
19
  running 10 procs for 56 seqs
20
20
  info for 56 / 56 = 1.000 (removed: 0 failed)
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
- writing parameters to test/paired/new-results/test/parameters/simu/igh/sw (0.7 sec)
24
- water time: 1.0 (ig-sw 0.9 processing 0.2)
23
+ writing parameters to test/paired/new-results/test/parameters/simu/igh/sw (1.4 sec)
24
+ water time: 1.8 (ig-sw 1.7 processing 0.1)
25
25
  writing hmms removed 16 genes from glfo (leaving v 6 d 18 j 4)
26
26
 
27
27
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
28
- (0.7 sec)
28
+ (1.0 sec)
29
29
  hmm
30
30
  reading output
31
31
  read 56 hmm output lines with 56 sequences in 56 events (0 failures)
32
- writing parameters to test/paired/new-results/test/parameters/simu/igh/hmm (0.7 sec)
33
- writing parameters to test/paired/new-results/test/parameters/simu/igh/true (0.6 sec)
34
- infra time: 1.5
35
- hmm step time: 2.4
32
+ writing parameters to test/paired/new-results/test/parameters/simu/igh/hmm (1.0 sec)
33
+ writing parameters to test/paired/new-results/test/parameters/simu/igh/true (0.8 sec)
34
+ infra time: 2.0
35
+ hmm step time: 3.3
36
36
  writing hmms removed 3 genes from glfo (leaving v 6 d 15 j 4)
37
37
 
38
38
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
39
- (0.6 sec)
40
- total time: 5.6
39
+ (0.9 sec)
40
+ total time: 7.9
41
41
  cache-parameters igk:
42
42
  note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
43
43
  run 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
44
44
  --input-metafnames: added meta info for 36 sequences from test/paired/ref-results/test/simu/meta.yaml: loci paired-uids
45
45
  caching parameters
46
- vsearch: 36 / 36 v annotations (0 failed) with 6 v genes in 0.0 sec
46
+ vsearch: 36 / 36 v annotations (0 failed) with 6 v genes in 0.1 sec
47
47
  keeping 5 / 64 v genes
48
48
  missing 11 simulation genes (counts): kv1-1201 0 kv1-2701 0 kv1-501 0 kv1-803 0 kv1-901 0 kv1D-3901 0 kv2-2401 0 kv2D-2801 0 kv3-2001 0 kv4-102 0 kv6-2101 0
49
49
  smith-waterman (new-allele fitting)
50
- vsearch: 36 / 36 v annotations (0 failed) with 5 v genes in 0.1 sec
50
+ vsearch: 36 / 36 v annotations (0 failed) with 5 v genes in 0.2 sec
51
51
  running 10 procs for 36 seqs
52
52
  running 11 procs for 2 seqs
53
53
  info for 36 / 36 = 1.000 (removed: 0 failed)
54
54
  kept 14 (0.389) unproductive
55
- water time: 0.4 (ig-sw 0.0 processing 0.2)
55
+ water time: 0.6 (ig-sw 0.1 processing 0.2)
56
56
  smith-waterman (writing parameters)
57
- vsearch: 36 / 36 v annotations (0 failed) with 5 v genes in 0.2 sec
57
+ vsearch: 36 / 36 v annotations (0 failed) with 5 v genes in 0.3 sec
58
58
  running 10 procs for 36 seqs
59
59
  running 11 procs for 2 seqs
60
60
  info for 36 / 36 = 1.000 (removed: 0 failed)
61
61
  kept 14 (0.389) unproductive
62
62
  writing sw results to test/paired/new-results/test/parameters/simu/igk/sw-cache.yaml
63
- writing parameters to test/paired/new-results/test/parameters/simu/igk/sw (0.6 sec)
64
- water time: 1.0 (ig-sw 0.7 processing 0.1)
63
+ writing parameters to test/paired/new-results/test/parameters/simu/igk/sw (1.4 sec)
64
+ water time: 2.3 (ig-sw 1.5 processing 0.4)
65
65
  writing hmms removed 2 genes from glfo (leaving v 5 d 1 j 5)
66
66
 
67
67
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
68
- (0.4 sec)
68
+ (0.5 sec)
69
69
  hmm
70
70
  reading output
71
71
  read 36 hmm output lines with 36 sequences in 36 events (0 failures)
72
- writing parameters to test/paired/new-results/test/parameters/simu/igk/hmm (0.6 sec)
73
- writing parameters to test/paired/new-results/test/parameters/simu/igk/true (0.6 sec)
74
- infra time: 1.3
75
- hmm step time: 1.7
72
+ writing parameters to test/paired/new-results/test/parameters/simu/igk/hmm (0.9 sec)
73
+ writing parameters to test/paired/new-results/test/parameters/simu/igk/true (1.0 sec)
74
+ infra time: 2.1
75
+ hmm step time: 2.7
76
76
  writing hmms removed 0 genes from glfo (leaving v 5 d 1 j 5)
77
77
 
78
78
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
79
- (0.4 sec)
80
- total time: 4.2
79
+ (0.5 sec)
80
+ total time: 7.3
81
81
  cache-parameters igl:
82
82
  note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
83
83
  run 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
84
84
  --input-metafnames: added meta info for 21 sequences from test/paired/ref-results/test/simu/meta.yaml: loci paired-uids
85
85
  caching parameters
86
- vsearch: 21 / 21 v annotations (0 failed) with 3 v genes in 0.1 sec
86
+ vsearch: 21 / 21 v annotations (0 failed) with 3 v genes in 0.2 sec
87
87
  keeping 3 / 80 v genes
88
88
  missing 7 simulation genes (counts): lv1-5102 0 lv3-101 0 lv3-1901 0 lv3-2701 0 lv4-6003 0 lv7-4604 0 lv8-6101 0
89
89
  smith-waterman (new-allele fitting)
@@ -91,32 +91,32 @@ smith-waterman (new-allele fitting)
91
91
  running 10 procs for 21 seqs
92
92
  info for 21 / 21 = 1.000 (removed: 0 failed)
93
93
  kept 14 (0.667) unproductive
94
- water time: 0.1 (ig-sw 0.0 processing 0.1)
94
+ water time: 0.2 (ig-sw 0.0 processing 0.2)
95
95
  smith-waterman (writing parameters)
96
- vsearch: 21 / 21 v annotations (0 failed) with 3 v genes in 0.2 sec
96
+ vsearch: 21 / 21 v annotations (0 failed) with 3 v genes in 0.1 sec
97
97
  running 10 procs for 21 seqs
98
98
  info for 21 / 21 = 1.000 (removed: 0 failed)
99
99
  kept 14 (0.667) unproductive
100
100
  writing sw results to test/paired/new-results/test/parameters/simu/igl/sw-cache.yaml
101
- writing parameters to test/paired/new-results/test/parameters/simu/igl/sw (0.4 sec)
102
- water time: 0.6 (ig-sw 0.5 processing 0.1)
101
+ writing parameters to test/paired/new-results/test/parameters/simu/igl/sw (0.8 sec)
102
+ water time: 1.0 (ig-sw 0.9 processing 0.1)
103
103
  writing hmms removed 7 genes from glfo (leaving v 3 d 1 j 2)
104
104
 
105
105
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
106
- (0.3 sec)
106
+ (0.4 sec)
107
107
  hmm
108
108
  reading output
109
109
  read 21 hmm output lines with 21 sequences in 21 events (0 failures)
110
- writing parameters to test/paired/new-results/test/parameters/simu/igl/hmm (0.3 sec)
111
- writing parameters to test/paired/new-results/test/parameters/simu/igl/true (0.3 sec)
112
- infra time: 0.8
113
- hmm step time: 1.1
110
+ writing parameters to test/paired/new-results/test/parameters/simu/igl/hmm (0.5 sec)
111
+ writing parameters to test/paired/new-results/test/parameters/simu/igl/true (0.5 sec)
112
+ infra time: 1.1
113
+ hmm step time: 1.6
114
114
  writing hmms removed 0 genes from glfo (leaving v 3 d 1 j 2)
115
115
 
116
116
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
117
- (0.2 sec)
118
- total time: 2.8
119
- total time: 17.9
117
+ (0.3 sec)
118
+ total time: 3.9
119
+ total time: 29.0
120
120
  partition-new-simu 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
121
121
  warning ignoring --plot-annotation-performance for paired clustering since it's going to be a bit fiddly to implement
122
122
  partition igh:
@@ -132,25 +132,25 @@ smith-waterman
132
132
  plotting performance
133
133
  warning skipped annotation performance evaluation on 1 queries with different true and inferred net shm indel lengths: db63559ea9-igh
134
134
  (0.0 sec)
135
- water time: 0.1
135
+ water time: 0.2
136
136
  hmm
137
- caching all 56 naive sequences (1.0s)
137
+ caching all 56 naive sequences (1.4s)
138
138
  collapsed 56 queries into 50 clusters with identical naive seqs (0.0 sec)
139
- 50 clusters with 10 procs (0.7s)
140
- 44 clusters with 7 procs (0.6s)
141
- 36 clusters with 5 procs (0.6s)
142
- 31 clusters with 3 procs (0.4s)
143
- 29 clusters with 2 procs (0.7s)
144
- 23 clusters with 1 proc (0.9s)
139
+ 50 clusters with 10 procs (0.8s)
140
+ 44 clusters with 7 procs (0.8s)
141
+ 36 clusters with 5 procs (0.9s)
142
+ 31 clusters with 3 procs (0.7s)
143
+ 29 clusters with 2 procs (0.9s)
144
+ 23 clusters with 1 proc (1.2s)
145
145
  note not merging entire cpath history
146
- partition loop time: 4.0
146
+ partition loop time: 5.3
147
147
  getting annotations for final partition
148
- subcluster annotating 20 clusters with steps: (0.7s) (0.3s) plotting performance
148
+ subcluster annotating 20 clusters with steps: (1.3s) (0.4s) plotting performance
149
149
  warning skipped annotation performance evaluation on 1 queries with different true and inferred net shm indel lengths: db63559ea9-igh
150
150
  (0.0 sec)
151
151
 
152
- subcluster annotation time 1.1
153
- total time: 6.3
152
+ subcluster annotation time 1.9
153
+ total time: 8.9
154
154
  partition igk:
155
155
  note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
156
156
  run 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
@@ -167,17 +167,17 @@ hmm
167
167
  caching all 36 naive sequences (0.5s)
168
168
  collapsed 36 queries into 7 clusters with identical naive seqs (0.0 sec)
169
169
  reducing n procs to number of clusters: 10 --> 7
170
- 7 clusters with 7 procs (0.3s)
171
- 7 clusters with 5 procs (0.3s)
170
+ 7 clusters with 7 procs (0.2s)
171
+ 7 clusters with 5 procs (0.2s)
172
172
  7 clusters with 3 procs (0.3s)
173
173
  7 clusters with 2 procs (0.3s)
174
174
  6 clusters with 1 proc (0.3s)
175
- partition loop time: 1.5
175
+ partition loop time: 1.4
176
176
  getting annotations for final partition
177
177
  subcluster annotating 6 clusters with steps: (0.4s) (0.2s) (0.1s) plotting performance (0.0 sec)
178
178
 
179
179
  subcluster annotation time 0.8
180
- total time: 3.0
180
+ total time: 2.9
181
181
  partition igl:
182
182
  note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
183
183
  run partis partition --locus igl --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igl --plot-annotation-performance --max-ccf-fail-frac 0.10 --is-simu --plotdir test/paired/new-results/partition-new-simu-annotation-performance/single-chain/plots/igl --only-csv-plots --no-partition-plots --random-seed 1 --n-procs 10 --refuse-to-cache-parameters --infname test/paired/ref-results/test/simu/igl.yaml --outfname test/paired/new-results/partition-new-simu/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
@@ -191,7 +191,7 @@ smith-waterman
191
191
  plotting performance (0.0 sec)
192
192
  water time: 0.1
193
193
  hmm
194
- caching all 21 naive sequences (0.4s)
194
+ caching all 21 naive sequences (0.5s)
195
195
  collapsed 21 queries into 3 clusters with identical naive seqs (0.0 sec)
196
196
  reducing n procs to number of clusters: 10 --> 3
197
197
  3 clusters with 3 procs (0.2s)
@@ -199,9 +199,9 @@ hmm
199
199
  3 clusters with 1 proc (0.2s)
200
200
  partition loop time: 0.6
201
201
  getting annotations for final partition
202
- subcluster annotating 3 clusters with steps: (0.3s) (0.2s) (0.2s) plotting performance (0.0 sec)
202
+ subcluster annotating 3 clusters with steps: (0.2s) (0.2s) (0.2s) plotting performance (0.0 sec)
203
203
 
204
- subcluster annotation time 0.7
204
+ subcluster annotation time 0.6
205
205
  total time: 2.0
206
206
  combining chains
207
207
  cleaning pair info for 113 seqs
@@ -253,7 +253,7 @@ smith-waterman
253
253
  kept 13 (0.361) unproductive
254
254
  water time: 0.0
255
255
  hmm
256
- subcluster annotating 15 clusters with steps: (0.6s) (0.2s)
256
+ subcluster annotating 15 clusters with steps: (0.6s) (0.3s)
257
257
  subcluster annotation time 0.8
258
258
  total time: 1.0
259
259
  need to get annotations for 13/15 joint igk clusters
@@ -264,15 +264,15 @@ hmm
264
264
  --input-partition-fname: read best partition with 36 sequences in 15 clusters from test/paired/new-results/partition-new-simu/igh+igk/partition-igk-only-partition.yaml
265
265
  annotating (with test/paired/new-results/test/parameters/simu/igk/hmm)
266
266
  smith-waterman
267
- vsearch: 36 / 36 v annotations (0 failed) with 5 v genes in 0.2 sec
267
+ vsearch: 36 / 36 v annotations (0 failed) with 5 v genes in 0.1 sec
268
268
  reading sw results from test/paired/new-results/test/parameters/simu/igk/sw-cache.yaml
269
269
  info for 36 / 36 = 1.000 (removed: 0 failed, 0 duplicates [removed when cache file was written])
270
270
  kept 14 (0.389) unproductive
271
271
  water time: 0.0
272
272
  hmm
273
- subcluster annotating 15 clusters with steps: (0.5s) (0.1s)
274
- subcluster annotation time 0.6
275
- total time: 0.9
273
+ subcluster annotating 15 clusters with steps: (0.5s) (0.2s)
274
+ subcluster annotation time 0.7
275
+ total time: 0.8
276
276
  igh+igl: synchronizing heavy and light chain cluster paths
277
277
  removing badly + unpaired seqs: kept 7 total unpaired (i.e. setting aside in order to reintegrate after paired clustering): h 3 l 4
278
278
  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
@@ -311,9 +311,9 @@ smith-waterman
311
311
  kept 12 (0.600) unproductive
312
312
  water time: 0.0
313
313
  hmm
314
- subcluster annotating 8 clusters with steps: (0.5s) (0.2s)
315
- subcluster annotation time 0.7
316
- total time: 0.8
314
+ subcluster annotating 8 clusters with steps: (0.5s) (0.3s)
315
+ subcluster annotation time 0.8
316
+ total time: 0.9
317
317
  need to get annotations for 8/8 joint igl clusters
318
318
  annotate igh+igl: igl
319
319
  note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
@@ -322,13 +322,13 @@ hmm
322
322
  --input-partition-fname: read best partition with 21 sequences in 8 clusters from test/paired/new-results/partition-new-simu/igh+igl/partition-igl-only-partition.yaml
323
323
  annotating (with test/paired/new-results/test/parameters/simu/igl/hmm)
324
324
  smith-waterman
325
- vsearch: 21 / 21 v annotations (0 failed) with 3 v genes in 0.2 sec
325
+ vsearch: 21 / 21 v annotations (0 failed) with 3 v genes in 0.1 sec
326
326
  reading sw results from test/paired/new-results/test/parameters/simu/igl/sw-cache.yaml
327
327
  info for 21 / 21 = 1.000 (removed: 0 failed, 0 duplicates [removed when cache file was written])
328
328
  kept 14 (0.667) unproductive
329
329
  water time: 0.0
330
330
  hmm
331
- subcluster annotating 8 clusters with steps: (0.3s) (0.2s)
331
+ subcluster annotating 8 clusters with steps: (0.4s) (0.1s)
332
332
  subcluster annotation time 0.5
333
333
  total time: 0.7
334
334
  concatenating heavy chain loci:
@@ -343,7 +343,7 @@ hmm
343
343
  h 20 --> 23 +3
344
344
  k 6 --> 15 +9
345
345
  l 3 --> 8 +5
346
- total time: 29.2
346
+ total time: 34.9
347
347
  subset-partition-new-simu partis subset-partition --dont-write-git-info --paired-loci --paired-indir test/paired/ref-results/test/simu --max-ccf-fail-frac 0.15 --is-simu --n-subsets 2 --random-seed 1 --n-procs 10 --paired-outdir test/paired/new-results/subset-partition-new-simu
348
348
  note: --input-metafnames not specified, so setting to default location test/paired/ref-results/test/simu/meta.yaml
349
349
  --input-metafnames: added meta info for 113 sequences from test/paired/ref-results/test/simu/meta.yaml: loci paired-uids
@@ -374,7 +374,7 @@ hmm
374
374
  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
375
375
  run 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
376
376
  log: test/paired/new-results/subset-partition-new-simu/merged-partition.log
377
- total time: 111.7
377
+ total time: 121.3
378
378
  seed-partition-new-simu 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
379
379
  removing seqs very different from seed seq
380
380
  wrong/no removed singly kept missing
@@ -393,26 +393,26 @@ hmm
393
393
  --input-metafnames: added meta info for 17 sequences from test/paired/ref-results/test/simu/meta.yaml: loci paired-uids
394
394
  partitioning (with test/paired/new-results/test/parameters/simu/igh/hmm)
395
395
  smith-waterman
396
- vsearch: 17 / 17 v annotations (0 failed) with 3 v genes in 0.1 sec
396
+ vsearch: 17 / 17 v annotations (0 failed) with 3 v genes in 0.2 sec
397
397
  reading sw results from test/paired/new-results/test/parameters/simu/igh/sw-cache.yaml
398
398
  info for 17 / 17 = 1.000 (removed: 0 failed, 0 duplicates [removed when cache file was written])
399
399
  kept 8 (0.471) unproductive
400
400
  water time: 0.0
401
401
  hmm
402
- caching all 17 naive sequences (0.4s)
402
+ caching all 17 naive sequences (1.5s)
403
403
  collapsed 17 queries into 17 clusters with identical naive seqs (0.0 sec)
404
- 17 clusters with 10 procs (0.5s)
405
- 17 clusters with 7 procs (0.4s)
404
+ 17 clusters with 10 procs (0.7s)
405
+ 17 clusters with 7 procs (0.5s)
406
406
  17 clusters with 5 procs (0.4s)
407
407
  17 clusters with 3 procs (0.4s)
408
- 14 clusters with 2 procs (0.3s)
408
+ 14 clusters with 2 procs (0.4s)
409
409
  14 clusters with 1 proc (0.5s)
410
- partition loop time: 2.3
410
+ partition loop time: 2.9
411
411
  getting annotations for final partition
412
412
  reading output
413
413
  read 12 hmm output lines with 17 sequences in 12 events (0 failures)
414
- hmm step time: 0.4
415
- total time: 3.4
414
+ hmm step time: 0.5
415
+ total time: 5.1
416
416
  partition igk:
417
417
  note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
418
418
  run partis partition --locus igk --dont-write-git-info --parameter-dir test/paired/new-results/test/parameters/simu/igk --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-igk.fa --outfname test/paired/new-results/seed-partition-new-simu/seeds/3542bd38d8-igh+3542bd38d8-igk/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
@@ -430,12 +430,12 @@ hmm
430
430
  reducing n procs to number of clusters: 10 --> 3
431
431
  3 clusters with 3 procs (0.2s)
432
432
  3 clusters with 2 procs (0.2s)
433
- 3 clusters with 1 proc (0.2s)
434
- partition loop time: 0.6
433
+ 3 clusters with 1 proc (0.3s)
434
+ partition loop time: 0.7
435
435
  getting annotations for final partition
436
- subcluster annotating 2 clusters with steps: (0.2s) (0.2s) (0.2s)
436
+ subcluster annotating 2 clusters with steps: (0.3s) (0.2s) (0.2s)
437
437
  subcluster annotation time 0.6
438
- total time: 1.6
438
+ total time: 1.8
439
439
  partition igl:
440
440
  note: adding input metafname from default location (test/paired/ref-results/test/simu/meta.yaml)
441
441
  run 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
@@ -443,7 +443,7 @@ getting annotations for final partition
443
443
  note: reducing N procs to the number of seqs 10 --> 4
444
444
  partitioning (with test/paired/new-results/test/parameters/simu/igl/hmm)
445
445
  smith-waterman
446
- vsearch: 4 / 4 v annotations (0 failed) with 2 v genes in 0.2 sec
446
+ vsearch: 4 / 4 v annotations (0 failed) with 2 v genes in 0.1 sec
447
447
  reading sw results from test/paired/new-results/test/parameters/simu/igl/sw-cache.yaml
448
448
  info for 4 / 4 = 1.000 (removed: 0 failed, 0 duplicates [removed when cache file was written])
449
449
  water time: 0.0
@@ -457,8 +457,8 @@ hmm
457
457
  getting annotations for final partition
458
458
  reading output
459
459
  read 2 hmm output lines with 4 sequences in 2 events (0 failures)
460
- hmm step time: 0.2
461
- total time: 0.9
460
+ hmm step time: 0.1
461
+ total time: 0.8
462
462
  combining chains
463
463
  cleaning pair info for 33 seqs
464
464
  synchronized/fixed 0 pairs where one had no pair info after cleaning: h 0 k 0 l 0
@@ -513,8 +513,8 @@ smith-waterman
513
513
  hmm
514
514
  reading output
515
515
  read 1 hmm output lines with 1 sequences in 1 events (0 failures)
516
- hmm step time: 0.1
517
- total time: 0.2
516
+ hmm step time: 0.2
517
+ total time: 0.3
518
518
  removed 7 unseeded clusters (of 8 total, leaving 1) from igk joint partition
519
519
  need to get annotations for 1/1 joint igk clusters
520
520
  seed cluster size in best joint partition: 1, excluding seed seq: 0
@@ -535,7 +535,7 @@ smith-waterman
535
535
  hmm
536
536
  reading output
537
537
  read 1 hmm output lines with 1 sequences in 1 events (0 failures)
538
- hmm step time: 0.2
538
+ hmm step time: 0.1
539
539
  total time: 0.3
540
540
  igh+igl: synchronizing heavy and light chain cluster paths
541
541
  removing badly + unpaired seqs: kept 1 total unpaired (i.e. setting aside in order to reintegrate after paired clustering): h 1 l 0
@@ -564,7 +564,7 @@ hmm
564
564
  N clusters with all seqs:
565
565
  h 12 --> 1 -11
566
566
  k 2 --> 1 -1
567
- total time: 15.4
567
+ total time: 19.0
568
568
  get-selection-metrics-new-simu partis get-selection-metrics --dont-write-git-info --paired-loci --existing-output-run-cfg paired --min-selection-metric-cluster-size 3 --min-paired-cluster-size-to-read 3 --random-seed 1 --n-procs 10 --paired-outdir test/paired/new-results/partition-new-simu --chosen-ab-fname test/paired/new-results/get-selection-metrics-new-simu-chosen-abs.csv
569
569
  get-selection-metrics igh+igk: igh
570
570
  run partis get-selection-metrics --locus igh --dont-write-git-info --min-selection-metric-cluster-size 3 --min-paired-cluster-size-to-read 3 --random-seed 1 --n-procs 10 --chosen-ab-fname test/paired/new-results/get-selection-metrics-new-simu-chosen-abs.csv --refuse-to-cache-parameters --outfname test/paired/new-results/partition-new-simu/igh+igk/partition-igh.yaml
@@ -577,7 +577,7 @@ hmm
577
577
  starting 2 jobs
578
578
  run /Users/runner/work/partis/partis/bin/FastTree-macos -gtr -nt -out /Users/runner/work/partis/partis/test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-0/fasttree.out /Users/runner/work/partis/partis/test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-0/input-seqs.fa
579
579
  run /Users/runner/work/partis/partis/bin/FastTree-macos -gtr -nt -out /Users/runner/work/partis/partis/test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/fasttree.out /Users/runner/work/partis/partis/test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/input-seqs.fa
580
- made 2 fasttree trees (0.2s)
580
+ made 2 fasttree trees (0.3s)
581
581
  tree origins: 2 ran fasttree
582
582
  skipped 3/5 clusters smaller than 4
583
583
  setting default tau to 1 / 385 = 0.0026
@@ -588,7 +588,7 @@ hmm
588
588
  warning get_aa_tree() (AA inf tree, iclust 1): skipped 9/11 edges for which we didn't have sequences for both nodes (i.e. left the original branch length unmodified). Missing nodes: eov flx ily npq
589
589
  skipped 3/5 clusters that had no uids in common with tree
590
590
  writing selection metrics to test/paired/new-results/partition-new-simu/igh+igk/partition-igh-selection-metrics.yaml
591
- total time: 0.3
591
+ total time: 0.4
592
592
  get-selection-metrics igh+igk: igk
593
593
  run partis get-selection-metrics --locus igk --dont-write-git-info --min-selection-metric-cluster-size 3 --min-paired-cluster-size-to-read 3 --random-seed 1 --n-procs 10 --chosen-ab-fname test/paired/new-results/get-selection-metrics-new-simu-chosen-abs.csv --refuse-to-cache-parameters --outfname test/paired/new-results/partition-new-simu/igh+igk/partition-igk.yaml
594
594
  note: --parameter-dir not set, so using default: x-dummy-x
@@ -672,7 +672,7 @@ hmm
672
672
  run /Users/runner/work/partis/partis/bin/FastTree-macos -gtr -nt -out test/paired/new-results/partition-new-simu/fasttree/iclust-0/fasttree.out test/paired/new-results/partition-new-simu/fasttree/iclust-0/input-seqs.fa
673
673
  run /Users/runner/work/partis/partis/bin/FastTree-macos -gtr -nt -out test/paired/new-results/partition-new-simu/fasttree/iclust-1/fasttree.out test/paired/new-results/partition-new-simu/fasttree/iclust-1/input-seqs.fa
674
674
  run /Users/runner/work/partis/partis/bin/FastTree-macos -gtr -nt -out test/paired/new-results/partition-new-simu/fasttree/iclust-2/fasttree.out test/paired/new-results/partition-new-simu/fasttree/iclust-2/input-seqs.fa
675
- made 3 fasttree trees (0.3s)
675
+ made 3 fasttree trees (0.4s)
676
676
  tree origins: 3 ran fasttree
677
677
  skipped 1/4 clusters smaller than 4
678
678
  setting default tau to 1 / 714 = 0.0014
@@ -685,10 +685,10 @@ hmm
685
685
  skipped 1/4 clusters that had no uids in common with tree
686
686
  writing selection metrics to test/paired/new-results/partition-new-simu/selection-metrics.yaml
687
687
  writing 10 chosen abs to test/paired/new-results/get-selection-metrics-new-simu-chosen-abs.csv
688
- total time: 8.8
688
+ total time: 9.3
689
689
  cache-parameters-data 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
690
690
  note: --paired-outdir is not set, so there will be no persistent record of the results (except the parameter directory).
691
- run extract-pairing-info.py test/paired-data/all-seqs.fa /tmp/runner/hmms/408478/meta.yaml --n-max-queries 100
691
+ run extract-pairing-info.py test/paired-data/all-seqs.fa /tmp/runner/hmms/431820/meta.yaml --n-max-queries 100
692
692
  --n-max-queries: chose 48 / 48 droplets (first 100, after random shuffling) which had 100 / 100 seqs
693
693
  extract_pairing_info(): read 100 sequences with 48 droplet ids
694
694
  droplet id separators (set automatically): _ indices: [0]
@@ -699,9 +699,9 @@ hmm
699
699
  2 42 0.875
700
700
  3 2 0.042
701
701
  4 2 0.042
702
- run split-loci.py test/paired-data/all-seqs.fa --outdir /tmp/runner/hmms/408478 --input-metafname /tmp/runner/hmms/408478/meta.yaml --n-max-queries 100
702
+ run split-loci.py test/paired-data/all-seqs.fa --outdir /tmp/runner/hmms/431820 --input-metafname /tmp/runner/hmms/431820/meta.yaml --n-max-queries 100
703
703
  --n-max-queries: chose 48 / 48 droplets (first 100, after random shuffling) which had 100 / 100 seqs
704
- --input-metafnames: added meta info for 100 sequences from /tmp/runner/hmms/408478/meta.yaml: paired-uids
704
+ --input-metafnames: added meta info for 100 sequences from /tmp/runner/hmms/431820/meta.yaml: paired-uids
705
705
  read pairing info for 100 seqs from input meta file
706
706
  running vsearch on 100 sequences:
707
707
  igh: 49 / 100 v annotations (51 failed) with 28 v genes in 0.2 sec
@@ -724,10 +724,10 @@ totals: igh 48 igk 37 igl 15
724
724
  2 0.13 h l
725
725
  1 0.07 h k
726
726
  1 0.07 h h k
727
- writing to /tmp/runner/hmms/408478/
728
- igh: 48 to 408478/igh.fa
729
- igk: 37 to 408478/igk.fa
730
- igl: 15 to 408478/igl.fa
727
+ writing to /tmp/runner/hmms/431820/
728
+ igh: 48 to 431820/igh.fa
729
+ igk: 37 to 431820/igk.fa
730
+ igl: 15 to 431820/igl.fa
731
731
  writing to paired subdirs
732
732
  igh+igk:
733
733
  igh: 36 / 48 to igh+igk/igh.fa
@@ -736,10 +736,10 @@ writing to paired subdirs
736
736
  igh: 15 / 48 to igh+igl/igh.fa
737
737
  igl: 15 / 15 to igh+igl/igl.fa
738
738
  cache-parameters igh:
739
- run partis cache-parameters --locus igh --dont-write-git-info --infname /tmp/runner/hmms/408478/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/408478/meta.yaml
740
- --input-metafnames: added meta info for 48 sequences from /tmp/runner/hmms/408478/meta.yaml: paired-uids
739
+ run partis cache-parameters --locus igh --dont-write-git-info --infname /tmp/runner/hmms/431820/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/431820/meta.yaml
740
+ --input-metafnames: added meta info for 48 sequences from /tmp/runner/hmms/431820/meta.yaml: paired-uids
741
741
  caching parameters
742
- vsearch: 48 / 48 v annotations (0 failed) with 27 v genes in 0.2 sec
742
+ vsearch: 48 / 48 v annotations (0 failed) with 27 v genes in 0.1 sec
743
743
  keeping 23 / 198 v genes
744
744
  smith-waterman (new-allele fitting)
745
745
  vsearch: 48 / 48 v annotations (0 failed) with 23 v genes in 0.1 sec
@@ -753,90 +753,90 @@ smith-waterman (writing parameters)
753
753
  info for 48 / 48 = 1.000 (removed: 0 failed)
754
754
  kept 1 (0.021) unproductive
755
755
  writing sw results to test/paired/new-results/test/parameters/data/igh/sw-cache.yaml
756
- writing parameters to test/paired/new-results/test/parameters/data/igh/sw (2.7 sec)
757
- water time: 3.0 (ig-sw 2.8 processing 0.2)
756
+ writing parameters to test/paired/new-results/test/parameters/data/igh/sw (2.9 sec)
757
+ water time: 3.3 (ig-sw 3.1 processing 0.2)
758
758
  writing hmms removed 13 genes from glfo (leaving v 23 d 19 j 6)
759
759
 
760
760
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
761
- (1.9 sec)
761
+ (2.0 sec)
762
762
  hmm
763
763
  reading output
764
764
  read 48 hmm output lines with 48 sequences in 48 events (0 failures)
765
- writing parameters to test/paired/new-results/test/parameters/data/igh/hmm (3.0 sec)
766
- infra time: 3.2
767
- hmm step time: 4.0
765
+ writing parameters to test/paired/new-results/test/parameters/data/igh/hmm (2.7 sec)
766
+ infra time: 2.9
767
+ hmm step time: 3.9
768
768
  writing hmms removed 1 genes from glfo (leaving v 23 d 18 j 6)
769
769
 
770
770
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
771
771
  (2.0 sec)
772
- total time: 11.9
772
+ total time: 12.2
773
773
  cache-parameters igk:
774
- run partis cache-parameters --locus igk --dont-write-git-info --infname /tmp/runner/hmms/408478/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/408478/meta.yaml
775
- --input-metafnames: added meta info for 37 sequences from /tmp/runner/hmms/408478/meta.yaml: paired-uids
774
+ run partis cache-parameters --locus igk --dont-write-git-info --infname /tmp/runner/hmms/431820/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/431820/meta.yaml
775
+ --input-metafnames: added meta info for 37 sequences from /tmp/runner/hmms/431820/meta.yaml: paired-uids
776
776
  caching parameters
777
- vsearch: 37 / 37 v annotations (0 failed) with 16 v genes in 0.1 sec
777
+ vsearch: 37 / 37 v annotations (0 failed) with 16 v genes in 0.0 sec
778
778
  keeping 16 / 64 v genes
779
779
  smith-waterman (new-allele fitting)
780
- vsearch: 37 / 37 v annotations (0 failed) with 16 v genes in 0.2 sec
780
+ vsearch: 37 / 37 v annotations (0 failed) with 16 v genes in 0.1 sec
781
781
  running 10 procs for 37 seqs
782
782
  info for 37 / 37 = 1.000 (removed: 0 failed)
783
783
  kept 1 (0.027) unproductive
784
784
  water time: 0.2 (ig-sw 0.0 processing 0.2)
785
785
  smith-waterman (writing parameters)
786
- vsearch: 37 / 37 v annotations (0 failed) with 16 v genes in 0.2 sec
786
+ vsearch: 37 / 37 v annotations (0 failed) with 16 v genes in 0.1 sec
787
787
  running 10 procs for 37 seqs
788
788
  info for 37 / 37 = 1.000 (removed: 0 failed)
789
789
  kept 1 (0.027) unproductive
790
790
  writing sw results to test/paired/new-results/test/parameters/data/igk/sw-cache.yaml
791
- writing parameters to test/paired/new-results/test/parameters/data/igk/sw (1.8 sec)
792
- water time: 2.0 (ig-sw 1.9 processing 0.1)
791
+ writing parameters to test/paired/new-results/test/parameters/data/igk/sw (1.9 sec)
792
+ water time: 2.1 (ig-sw 2.0 processing 0.2)
793
793
  writing hmms removed 0 genes from glfo (leaving v 16 d 1 j 7)
794
794
 
795
795
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
796
- (1.2 sec)
796
+ (1.3 sec)
797
797
  hmm
798
798
  reading output
799
799
  read 37 hmm output lines with 37 sequences in 37 events (0 failures)
800
- writing parameters to test/paired/new-results/test/parameters/data/igk/hmm (1.8 sec)
801
- infra time: 1.9
802
- hmm step time: 2.4
800
+ writing parameters to test/paired/new-results/test/parameters/data/igk/hmm (1.9 sec)
801
+ infra time: 2.0
802
+ hmm step time: 2.7
803
803
  writing hmms removed 0 genes from glfo (leaving v 16 d 1 j 7)
804
804
 
805
805
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
806
- (1.2 sec)
807
- total time: 7.6
806
+ (1.3 sec)
807
+ total time: 8.0
808
808
  cache-parameters igl:
809
- run partis cache-parameters --locus igl --dont-write-git-info --infname /tmp/runner/hmms/408478/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/408478/meta.yaml
810
- --input-metafnames: added meta info for 15 sequences from /tmp/runner/hmms/408478/meta.yaml: paired-uids
809
+ run partis cache-parameters --locus igl --dont-write-git-info --infname /tmp/runner/hmms/431820/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/431820/meta.yaml
810
+ --input-metafnames: added meta info for 15 sequences from /tmp/runner/hmms/431820/meta.yaml: paired-uids
811
811
  caching parameters
812
- vsearch: 15 / 15 v annotations (0 failed) with 12 v genes in 0.0 sec
812
+ vsearch: 15 / 15 v annotations (0 failed) with 12 v genes in 0.1 sec
813
813
  keeping 10 / 80 v genes
814
814
  smith-waterman (new-allele fitting)
815
815
  vsearch: 15 / 15 v annotations (0 failed) with 10 v genes in 0.1 sec
816
816
  running 10 procs for 15 seqs
817
817
  info for 15 / 15 = 1.000 (removed: 0 failed)
818
- water time: 0.2 (ig-sw 0.0 processing 0.1)
818
+ water time: 0.2 (ig-sw 0.0 processing 0.2)
819
819
  smith-waterman (writing parameters)
820
820
  vsearch: 15 / 15 v annotations (0 failed) with 10 v genes in 0.1 sec
821
821
  running 10 procs for 15 seqs
822
822
  info for 15 / 15 = 1.000 (removed: 0 failed)
823
823
  writing sw results to test/paired/new-results/test/parameters/data/igl/sw-cache.yaml
824
- writing parameters to test/paired/new-results/test/parameters/data/igl/sw (1.1 sec)
825
- water time: 1.4 (ig-sw 1.2 processing 0.2)
824
+ writing parameters to test/paired/new-results/test/parameters/data/igl/sw (1.3 sec)
825
+ water time: 1.5 (ig-sw 1.4 processing 0.2)
826
826
  writing hmms removed 6 genes from glfo (leaving v 10 d 1 j 3)
827
827
 
828
828
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
829
- (0.8 sec)
829
+ (1.2 sec)
830
830
  hmm
831
831
  reading output
832
832
  read 15 hmm output lines with 15 sequences in 15 events (0 failures)
833
- writing parameters to test/paired/new-results/test/parameters/data/igl/hmm (1.1 sec)
834
- infra time: 1.2
835
- hmm step time: 1.5
833
+ writing parameters to test/paired/new-results/test/parameters/data/igl/hmm (1.3 sec)
834
+ infra time: 1.4
835
+ hmm step time: 2.2
836
836
  writing hmms removed 0 genes from glfo (leaving v 10 d 1 j 3)
837
837
 
838
838
  note: utils.memory_usage_fraction() needs testing on platform 'Darwin' to make sure unit conversions don't need changing
839
- (0.7 sec)
840
- total time: 5.0
841
- warning expected to remove 1/11 files+dirs that weren't in /tmp/runner/hmms/408478/: failed.fa
842
- total time: 32.0
839
+ (0.9 sec)
840
+ total time: 6.4
841
+ warning expected to remove 1/11 files+dirs that weren't in /tmp/runner/hmms/431820/: failed.fa
842
+ total time: 34.9