miga-base 1.2.17.0 → 1.2.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (299) hide show
  1. checksums.yaml +4 -4
  2. data/lib/miga/version.rb +1 -1
  3. data/utils/FastAAI/00.Libraries/01.SCG_HMMs/Archaea_SCG.hmm +41964 -0
  4. data/utils/FastAAI/00.Libraries/01.SCG_HMMs/Bacteria_SCG.hmm +32439 -0
  5. data/utils/FastAAI/00.Libraries/01.SCG_HMMs/Complete_SCG_DB.hmm +62056 -0
  6. data/utils/FastAAI/FastAAI +3659 -0
  7. data/utils/FastAAI/FastAAI-legacy/FastAAI +1336 -0
  8. data/utils/FastAAI/FastAAI-legacy/kAAI_v1.0_virus.py +1296 -0
  9. data/utils/FastAAI/README.md +84 -0
  10. data/utils/enveomics/Docs/recplot2.md +244 -0
  11. data/utils/enveomics/Examples/aai-matrix.bash +66 -0
  12. data/utils/enveomics/Examples/ani-matrix.bash +66 -0
  13. data/utils/enveomics/Examples/essential-phylogeny.bash +105 -0
  14. data/utils/enveomics/Examples/unus-genome-phylogeny.bash +100 -0
  15. data/utils/enveomics/LICENSE.txt +73 -0
  16. data/utils/enveomics/Makefile +52 -0
  17. data/utils/enveomics/Manifest/Tasks/aasubs.json +103 -0
  18. data/utils/enveomics/Manifest/Tasks/blasttab.json +790 -0
  19. data/utils/enveomics/Manifest/Tasks/distances.json +161 -0
  20. data/utils/enveomics/Manifest/Tasks/fasta.json +802 -0
  21. data/utils/enveomics/Manifest/Tasks/fastq.json +291 -0
  22. data/utils/enveomics/Manifest/Tasks/graphics.json +126 -0
  23. data/utils/enveomics/Manifest/Tasks/mapping.json +137 -0
  24. data/utils/enveomics/Manifest/Tasks/ogs.json +382 -0
  25. data/utils/enveomics/Manifest/Tasks/other.json +906 -0
  26. data/utils/enveomics/Manifest/Tasks/remote.json +355 -0
  27. data/utils/enveomics/Manifest/Tasks/sequence-identity.json +650 -0
  28. data/utils/enveomics/Manifest/Tasks/tables.json +308 -0
  29. data/utils/enveomics/Manifest/Tasks/trees.json +68 -0
  30. data/utils/enveomics/Manifest/Tasks/variants.json +111 -0
  31. data/utils/enveomics/Manifest/categories.json +165 -0
  32. data/utils/enveomics/Manifest/examples.json +162 -0
  33. data/utils/enveomics/Manifest/tasks.json +4 -0
  34. data/utils/enveomics/Pipelines/assembly.pbs/CONFIG.mock.bash +69 -0
  35. data/utils/enveomics/Pipelines/assembly.pbs/FastA.N50.pl +1 -0
  36. data/utils/enveomics/Pipelines/assembly.pbs/FastA.filterN.pl +1 -0
  37. data/utils/enveomics/Pipelines/assembly.pbs/FastA.length.pl +1 -0
  38. data/utils/enveomics/Pipelines/assembly.pbs/README.md +189 -0
  39. data/utils/enveomics/Pipelines/assembly.pbs/RUNME-2.bash +112 -0
  40. data/utils/enveomics/Pipelines/assembly.pbs/RUNME-3.bash +23 -0
  41. data/utils/enveomics/Pipelines/assembly.pbs/RUNME-4.bash +44 -0
  42. data/utils/enveomics/Pipelines/assembly.pbs/RUNME.bash +50 -0
  43. data/utils/enveomics/Pipelines/assembly.pbs/kSelector.R +37 -0
  44. data/utils/enveomics/Pipelines/assembly.pbs/newbler.pbs +68 -0
  45. data/utils/enveomics/Pipelines/assembly.pbs/newbler_preparator.pl +49 -0
  46. data/utils/enveomics/Pipelines/assembly.pbs/soap.pbs +80 -0
  47. data/utils/enveomics/Pipelines/assembly.pbs/stats.pbs +57 -0
  48. data/utils/enveomics/Pipelines/assembly.pbs/velvet.pbs +63 -0
  49. data/utils/enveomics/Pipelines/blast.pbs/01.pbs.bash +38 -0
  50. data/utils/enveomics/Pipelines/blast.pbs/02.pbs.bash +73 -0
  51. data/utils/enveomics/Pipelines/blast.pbs/03.pbs.bash +21 -0
  52. data/utils/enveomics/Pipelines/blast.pbs/BlastTab.recover_job.pl +72 -0
  53. data/utils/enveomics/Pipelines/blast.pbs/CONFIG.mock.bash +98 -0
  54. data/utils/enveomics/Pipelines/blast.pbs/FastA.split.pl +1 -0
  55. data/utils/enveomics/Pipelines/blast.pbs/README.md +127 -0
  56. data/utils/enveomics/Pipelines/blast.pbs/RUNME.bash +109 -0
  57. data/utils/enveomics/Pipelines/blast.pbs/TASK.check.bash +128 -0
  58. data/utils/enveomics/Pipelines/blast.pbs/TASK.dry.bash +16 -0
  59. data/utils/enveomics/Pipelines/blast.pbs/TASK.eo.bash +22 -0
  60. data/utils/enveomics/Pipelines/blast.pbs/TASK.pause.bash +26 -0
  61. data/utils/enveomics/Pipelines/blast.pbs/TASK.run.bash +89 -0
  62. data/utils/enveomics/Pipelines/blast.pbs/sentinel.pbs.bash +29 -0
  63. data/utils/enveomics/Pipelines/idba.pbs/README.md +49 -0
  64. data/utils/enveomics/Pipelines/idba.pbs/RUNME.bash +95 -0
  65. data/utils/enveomics/Pipelines/idba.pbs/run.pbs +56 -0
  66. data/utils/enveomics/Pipelines/trim.pbs/README.md +54 -0
  67. data/utils/enveomics/Pipelines/trim.pbs/RUNME.bash +70 -0
  68. data/utils/enveomics/Pipelines/trim.pbs/run.pbs +130 -0
  69. data/utils/enveomics/README.md +42 -0
  70. data/utils/enveomics/Scripts/AAsubs.log2ratio.rb +171 -0
  71. data/utils/enveomics/Scripts/Aln.cat.rb +221 -0
  72. data/utils/enveomics/Scripts/Aln.convert.pl +35 -0
  73. data/utils/enveomics/Scripts/AlphaDiversity.pl +152 -0
  74. data/utils/enveomics/Scripts/BedGraph.tad.rb +93 -0
  75. data/utils/enveomics/Scripts/BedGraph.window.rb +71 -0
  76. data/utils/enveomics/Scripts/BlastPairwise.AAsubs.pl +102 -0
  77. data/utils/enveomics/Scripts/BlastTab.addlen.rb +63 -0
  78. data/utils/enveomics/Scripts/BlastTab.advance.bash +48 -0
  79. data/utils/enveomics/Scripts/BlastTab.best_hit_sorted.pl +55 -0
  80. data/utils/enveomics/Scripts/BlastTab.catsbj.pl +104 -0
  81. data/utils/enveomics/Scripts/BlastTab.cogCat.rb +76 -0
  82. data/utils/enveomics/Scripts/BlastTab.filter.pl +47 -0
  83. data/utils/enveomics/Scripts/BlastTab.kegg_pep2path_rest.pl +194 -0
  84. data/utils/enveomics/Scripts/BlastTab.metaxaPrep.pl +104 -0
  85. data/utils/enveomics/Scripts/BlastTab.pairedHits.rb +157 -0
  86. data/utils/enveomics/Scripts/BlastTab.recplot2.R +48 -0
  87. data/utils/enveomics/Scripts/BlastTab.seqdepth.pl +86 -0
  88. data/utils/enveomics/Scripts/BlastTab.seqdepth_ZIP.pl +119 -0
  89. data/utils/enveomics/Scripts/BlastTab.seqdepth_nomedian.pl +86 -0
  90. data/utils/enveomics/Scripts/BlastTab.subsample.pl +47 -0
  91. data/utils/enveomics/Scripts/BlastTab.sumPerHit.pl +114 -0
  92. data/utils/enveomics/Scripts/BlastTab.taxid2taxrank.pl +90 -0
  93. data/utils/enveomics/Scripts/BlastTab.topHits_sorted.rb +123 -0
  94. data/utils/enveomics/Scripts/Chao1.pl +97 -0
  95. data/utils/enveomics/Scripts/CharTable.classify.rb +234 -0
  96. data/utils/enveomics/Scripts/EBIseq2tax.rb +83 -0
  97. data/utils/enveomics/Scripts/FastA.N50.pl +60 -0
  98. data/utils/enveomics/Scripts/FastA.extract.rb +152 -0
  99. data/utils/enveomics/Scripts/FastA.filter.pl +52 -0
  100. data/utils/enveomics/Scripts/FastA.filterLen.pl +28 -0
  101. data/utils/enveomics/Scripts/FastA.filterN.pl +60 -0
  102. data/utils/enveomics/Scripts/FastA.fragment.rb +100 -0
  103. data/utils/enveomics/Scripts/FastA.gc.pl +42 -0
  104. data/utils/enveomics/Scripts/FastA.interpose.pl +93 -0
  105. data/utils/enveomics/Scripts/FastA.length.pl +38 -0
  106. data/utils/enveomics/Scripts/FastA.mask.rb +89 -0
  107. data/utils/enveomics/Scripts/FastA.per_file.pl +36 -0
  108. data/utils/enveomics/Scripts/FastA.qlen.pl +57 -0
  109. data/utils/enveomics/Scripts/FastA.rename.pl +65 -0
  110. data/utils/enveomics/Scripts/FastA.revcom.pl +23 -0
  111. data/utils/enveomics/Scripts/FastA.sample.rb +98 -0
  112. data/utils/enveomics/Scripts/FastA.slider.pl +85 -0
  113. data/utils/enveomics/Scripts/FastA.split.pl +55 -0
  114. data/utils/enveomics/Scripts/FastA.split.rb +79 -0
  115. data/utils/enveomics/Scripts/FastA.subsample.pl +131 -0
  116. data/utils/enveomics/Scripts/FastA.tag.rb +65 -0
  117. data/utils/enveomics/Scripts/FastA.toFastQ.rb +69 -0
  118. data/utils/enveomics/Scripts/FastA.wrap.rb +48 -0
  119. data/utils/enveomics/Scripts/FastQ.filter.pl +54 -0
  120. data/utils/enveomics/Scripts/FastQ.interpose.pl +90 -0
  121. data/utils/enveomics/Scripts/FastQ.maskQual.rb +89 -0
  122. data/utils/enveomics/Scripts/FastQ.offset.pl +90 -0
  123. data/utils/enveomics/Scripts/FastQ.split.pl +53 -0
  124. data/utils/enveomics/Scripts/FastQ.tag.rb +70 -0
  125. data/utils/enveomics/Scripts/FastQ.test-error.rb +81 -0
  126. data/utils/enveomics/Scripts/FastQ.toFastA.awk +24 -0
  127. data/utils/enveomics/Scripts/GFF.catsbj.pl +127 -0
  128. data/utils/enveomics/Scripts/GenBank.add_fields.rb +84 -0
  129. data/utils/enveomics/Scripts/HMM.essential.rb +351 -0
  130. data/utils/enveomics/Scripts/HMM.haai.rb +168 -0
  131. data/utils/enveomics/Scripts/HMMsearch.extractIds.rb +83 -0
  132. data/utils/enveomics/Scripts/JPlace.distances.rb +88 -0
  133. data/utils/enveomics/Scripts/JPlace.to_iToL.rb +320 -0
  134. data/utils/enveomics/Scripts/M5nr.getSequences.rb +81 -0
  135. data/utils/enveomics/Scripts/MeTaxa.distribution.pl +198 -0
  136. data/utils/enveomics/Scripts/MyTaxa.fragsByTax.pl +35 -0
  137. data/utils/enveomics/Scripts/MyTaxa.seq-taxrank.rb +49 -0
  138. data/utils/enveomics/Scripts/NCBIacc2tax.rb +92 -0
  139. data/utils/enveomics/Scripts/Newick.autoprune.R +27 -0
  140. data/utils/enveomics/Scripts/RAxML-EPA.to_iToL.pl +228 -0
  141. data/utils/enveomics/Scripts/RecPlot2.compareIdentities.R +32 -0
  142. data/utils/enveomics/Scripts/RefSeq.download.bash +48 -0
  143. data/utils/enveomics/Scripts/SRA.download.bash +55 -0
  144. data/utils/enveomics/Scripts/TRIBS.plot-test.R +36 -0
  145. data/utils/enveomics/Scripts/TRIBS.test.R +39 -0
  146. data/utils/enveomics/Scripts/Table.barplot.R +31 -0
  147. data/utils/enveomics/Scripts/Table.df2dist.R +30 -0
  148. data/utils/enveomics/Scripts/Table.filter.pl +61 -0
  149. data/utils/enveomics/Scripts/Table.merge.pl +77 -0
  150. data/utils/enveomics/Scripts/Table.prefScore.R +60 -0
  151. data/utils/enveomics/Scripts/Table.replace.rb +69 -0
  152. data/utils/enveomics/Scripts/Table.round.rb +63 -0
  153. data/utils/enveomics/Scripts/Table.split.pl +57 -0
  154. data/utils/enveomics/Scripts/Taxonomy.silva2ncbi.rb +227 -0
  155. data/utils/enveomics/Scripts/VCF.KaKs.rb +147 -0
  156. data/utils/enveomics/Scripts/VCF.SNPs.rb +88 -0
  157. data/utils/enveomics/Scripts/aai.rb +421 -0
  158. data/utils/enveomics/Scripts/ani.rb +362 -0
  159. data/utils/enveomics/Scripts/anir.rb +137 -0
  160. data/utils/enveomics/Scripts/clust.rand.rb +102 -0
  161. data/utils/enveomics/Scripts/gi2tax.rb +103 -0
  162. data/utils/enveomics/Scripts/in_silico_GA_GI.pl +96 -0
  163. data/utils/enveomics/Scripts/lib/data/dupont_2012_essential.hmm.gz +0 -0
  164. data/utils/enveomics/Scripts/lib/data/lee_2019_essential.hmm.gz +0 -0
  165. data/utils/enveomics/Scripts/lib/enveomics.R +1 -0
  166. data/utils/enveomics/Scripts/lib/enveomics_rb/anir.rb +293 -0
  167. data/utils/enveomics/Scripts/lib/enveomics_rb/bm_set.rb +175 -0
  168. data/utils/enveomics/Scripts/lib/enveomics_rb/enveomics.rb +24 -0
  169. data/utils/enveomics/Scripts/lib/enveomics_rb/errors.rb +17 -0
  170. data/utils/enveomics/Scripts/lib/enveomics_rb/gmm_em.rb +30 -0
  171. data/utils/enveomics/Scripts/lib/enveomics_rb/jplace.rb +253 -0
  172. data/utils/enveomics/Scripts/lib/enveomics_rb/match.rb +88 -0
  173. data/utils/enveomics/Scripts/lib/enveomics_rb/og.rb +182 -0
  174. data/utils/enveomics/Scripts/lib/enveomics_rb/rbm.rb +49 -0
  175. data/utils/enveomics/Scripts/lib/enveomics_rb/remote_data.rb +74 -0
  176. data/utils/enveomics/Scripts/lib/enveomics_rb/seq_range.rb +237 -0
  177. data/utils/enveomics/Scripts/lib/enveomics_rb/stats/rand.rb +31 -0
  178. data/utils/enveomics/Scripts/lib/enveomics_rb/stats/sample.rb +152 -0
  179. data/utils/enveomics/Scripts/lib/enveomics_rb/stats.rb +3 -0
  180. data/utils/enveomics/Scripts/lib/enveomics_rb/utils.rb +74 -0
  181. data/utils/enveomics/Scripts/lib/enveomics_rb/vcf.rb +135 -0
  182. data/utils/enveomics/Scripts/ogs.annotate.rb +88 -0
  183. data/utils/enveomics/Scripts/ogs.core-pan.rb +160 -0
  184. data/utils/enveomics/Scripts/ogs.extract.rb +125 -0
  185. data/utils/enveomics/Scripts/ogs.mcl.rb +186 -0
  186. data/utils/enveomics/Scripts/ogs.rb +104 -0
  187. data/utils/enveomics/Scripts/ogs.stats.rb +131 -0
  188. data/utils/enveomics/Scripts/rbm-legacy.rb +172 -0
  189. data/utils/enveomics/Scripts/rbm.rb +108 -0
  190. data/utils/enveomics/Scripts/sam.filter.rb +148 -0
  191. data/utils/enveomics/Tests/Makefile +10 -0
  192. data/utils/enveomics/Tests/Mgen_M2288.faa +3189 -0
  193. data/utils/enveomics/Tests/Mgen_M2288.fna +8282 -0
  194. data/utils/enveomics/Tests/Mgen_M2321.fna +8288 -0
  195. data/utils/enveomics/Tests/Nequ_Kin4M.faa +2970 -0
  196. data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.tribs.Rdata +0 -0
  197. data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.txt +7 -0
  198. data/utils/enveomics/Tests/Xanthomonas_oryzae.aai-mat.tsv +17 -0
  199. data/utils/enveomics/Tests/Xanthomonas_oryzae.aai.tsv +137 -0
  200. data/utils/enveomics/Tests/a_mg.cds-go.blast.tsv +123 -0
  201. data/utils/enveomics/Tests/a_mg.reads-cds.blast.tsv +200 -0
  202. data/utils/enveomics/Tests/a_mg.reads-cds.counts.tsv +55 -0
  203. data/utils/enveomics/Tests/alkB.nwk +1 -0
  204. data/utils/enveomics/Tests/anthrax-cansnp-data.tsv +13 -0
  205. data/utils/enveomics/Tests/anthrax-cansnp-key.tsv +17 -0
  206. data/utils/enveomics/Tests/hiv1.faa +59 -0
  207. data/utils/enveomics/Tests/hiv1.fna +134 -0
  208. data/utils/enveomics/Tests/hiv2.faa +70 -0
  209. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv +233 -0
  210. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.lim +1 -0
  211. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.rec +233 -0
  212. data/utils/enveomics/Tests/phyla_counts.tsv +10 -0
  213. data/utils/enveomics/Tests/primate_lentivirus.ogs +11 -0
  214. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv1.rbm +9 -0
  215. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv2.rbm +8 -0
  216. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-siv.rbm +6 -0
  217. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-hiv2.rbm +9 -0
  218. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-siv.rbm +6 -0
  219. data/utils/enveomics/Tests/primate_lentivirus.rbm/siv-siv.rbm +6 -0
  220. data/utils/enveomics/build_enveomics_r.bash +45 -0
  221. data/utils/enveomics/enveomics.R/DESCRIPTION +31 -0
  222. data/utils/enveomics/enveomics.R/NAMESPACE +39 -0
  223. data/utils/enveomics/enveomics.R/R/autoprune.R +155 -0
  224. data/utils/enveomics/enveomics.R/R/barplot.R +184 -0
  225. data/utils/enveomics/enveomics.R/R/cliopts.R +135 -0
  226. data/utils/enveomics/enveomics.R/R/df2dist.R +154 -0
  227. data/utils/enveomics/enveomics.R/R/growthcurve.R +331 -0
  228. data/utils/enveomics/enveomics.R/R/prefscore.R +79 -0
  229. data/utils/enveomics/enveomics.R/R/recplot.R +354 -0
  230. data/utils/enveomics/enveomics.R/R/recplot2.R +1631 -0
  231. data/utils/enveomics/enveomics.R/R/tribs.R +583 -0
  232. data/utils/enveomics/enveomics.R/R/utils.R +80 -0
  233. data/utils/enveomics/enveomics.R/README.md +81 -0
  234. data/utils/enveomics/enveomics.R/data/growth.curves.rda +0 -0
  235. data/utils/enveomics/enveomics.R/data/phyla.counts.rda +0 -0
  236. data/utils/enveomics/enveomics.R/man/cash-enve.GrowthCurve-method.Rd +16 -0
  237. data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2-method.Rd +16 -0
  238. data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2.Peak-method.Rd +16 -0
  239. data/utils/enveomics/enveomics.R/man/enve.GrowthCurve-class.Rd +25 -0
  240. data/utils/enveomics/enveomics.R/man/enve.TRIBS-class.Rd +46 -0
  241. data/utils/enveomics/enveomics.R/man/enve.TRIBS.merge.Rd +23 -0
  242. data/utils/enveomics/enveomics.R/man/enve.TRIBStest-class.Rd +47 -0
  243. data/utils/enveomics/enveomics.R/man/enve.__prune.iter.Rd +23 -0
  244. data/utils/enveomics/enveomics.R/man/enve.__prune.reduce.Rd +23 -0
  245. data/utils/enveomics/enveomics.R/man/enve.__tribs.Rd +40 -0
  246. data/utils/enveomics/enveomics.R/man/enve.barplot.Rd +103 -0
  247. data/utils/enveomics/enveomics.R/man/enve.cliopts.Rd +67 -0
  248. data/utils/enveomics/enveomics.R/man/enve.col.alpha.Rd +24 -0
  249. data/utils/enveomics/enveomics.R/man/enve.col2alpha.Rd +19 -0
  250. data/utils/enveomics/enveomics.R/man/enve.df2dist.Rd +45 -0
  251. data/utils/enveomics/enveomics.R/man/enve.df2dist.group.Rd +44 -0
  252. data/utils/enveomics/enveomics.R/man/enve.df2dist.list.Rd +47 -0
  253. data/utils/enveomics/enveomics.R/man/enve.growthcurve.Rd +75 -0
  254. data/utils/enveomics/enveomics.R/man/enve.prefscore.Rd +50 -0
  255. data/utils/enveomics/enveomics.R/man/enve.prune.dist.Rd +44 -0
  256. data/utils/enveomics/enveomics.R/man/enve.recplot.Rd +139 -0
  257. data/utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd +45 -0
  258. data/utils/enveomics/enveomics.R/man/enve.recplot2.ANIr.Rd +24 -0
  259. data/utils/enveomics/enveomics.R/man/enve.recplot2.Rd +77 -0
  260. data/utils/enveomics/enveomics.R/man/enve.recplot2.__counts.Rd +25 -0
  261. data/utils/enveomics/enveomics.R/man/enve.recplot2.__peakHist.Rd +21 -0
  262. data/utils/enveomics/enveomics.R/man/enve.recplot2.__whichClosestPeak.Rd +19 -0
  263. data/utils/enveomics/enveomics.R/man/enve.recplot2.changeCutoff.Rd +19 -0
  264. data/utils/enveomics/enveomics.R/man/enve.recplot2.compareIdentities.Rd +47 -0
  265. data/utils/enveomics/enveomics.R/man/enve.recplot2.coordinates.Rd +29 -0
  266. data/utils/enveomics/enveomics.R/man/enve.recplot2.corePeak.Rd +18 -0
  267. data/utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd +45 -0
  268. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd +36 -0
  269. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_e.Rd +19 -0
  270. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_m.Rd +19 -0
  271. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__emauto_one.Rd +27 -0
  272. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mow_one.Rd +52 -0
  273. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mower.Rd +17 -0
  274. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.em.Rd +51 -0
  275. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.emauto.Rd +43 -0
  276. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.mower.Rd +82 -0
  277. data/utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd +59 -0
  278. data/utils/enveomics/enveomics.R/man/enve.recplot2.seqdepth.Rd +27 -0
  279. data/utils/enveomics/enveomics.R/man/enve.recplot2.windowDepthThreshold.Rd +36 -0
  280. data/utils/enveomics/enveomics.R/man/enve.selvector.Rd +23 -0
  281. data/utils/enveomics/enveomics.R/man/enve.tribs.Rd +68 -0
  282. data/utils/enveomics/enveomics.R/man/enve.tribs.test.Rd +28 -0
  283. data/utils/enveomics/enveomics.R/man/enve.truncate.Rd +27 -0
  284. data/utils/enveomics/enveomics.R/man/growth.curves.Rd +14 -0
  285. data/utils/enveomics/enveomics.R/man/phyla.counts.Rd +13 -0
  286. data/utils/enveomics/enveomics.R/man/plot.enve.GrowthCurve.Rd +78 -0
  287. data/utils/enveomics/enveomics.R/man/plot.enve.TRIBS.Rd +46 -0
  288. data/utils/enveomics/enveomics.R/man/plot.enve.TRIBStest.Rd +45 -0
  289. data/utils/enveomics/enveomics.R/man/plot.enve.recplot2.Rd +125 -0
  290. data/utils/enveomics/enveomics.R/man/summary.enve.GrowthCurve.Rd +19 -0
  291. data/utils/enveomics/enveomics.R/man/summary.enve.TRIBS.Rd +19 -0
  292. data/utils/enveomics/enveomics.R/man/summary.enve.TRIBStest.Rd +19 -0
  293. data/utils/enveomics/globals.mk +8 -0
  294. data/utils/enveomics/manifest.json +9 -0
  295. data/utils/multitrim/Multitrim How-To.pdf +0 -0
  296. data/utils/multitrim/README.md +67 -0
  297. data/utils/multitrim/multitrim.py +1555 -0
  298. data/utils/multitrim/multitrim.yml +13 -0
  299. metadata +301 -5
@@ -0,0 +1,88 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ # @author Luis M. Rodriguez-R
4
+ # @license Artistic-2.0
5
+
6
+ $:.push File.expand_path(File.dirname(__FILE__) + "/lib")
7
+ require "enveomics_rb/enveomics"
8
+ require "enveomics_rb/vcf"
9
+
10
+ o = {min_dp:4, max_dp:Float::INFINITY, min_ref_dp:2, min_alt_dp:2, min_qual:0.0,
11
+ indels:false, min_ic:0.0}
12
+ OptionParser.new do |opt|
13
+ opt.banner = "
14
+ Counts the number of Single-Nucleotide Polymorphisms (SNPs) in a VCF file.
15
+
16
+ Usage: #{$0} [options]".gsub(/^ +/,"")
17
+ opt.separator ""
18
+ opt.separator "Mandatory"
19
+ opt.on("-i", "--input FILE",
20
+ "Input file in Variant Call Format (VCF)."){ |v| o[:file] = v}
21
+ opt.separator ""
22
+ opt.separator "Parameters"
23
+ opt.on("-o", "--out FILE",
24
+ "Output (filtered) file in Variant Call Format (VCF)."){ |v| o[:out] = v}
25
+ opt.on("-m", "--min-dp INT",
26
+ "Minimum number of reads covering the position. By default: #{o[:min_dp]}."
27
+ ){ |v| o[:min_dp] = v.to_i }
28
+ opt.on("-M", "--max-dp INT",
29
+ "Maximum number of reads covering the position. By default: #{o[:max_dp]}."
30
+ ){ |v| o[:max_dp] = (v=="Infinity" ? Float::INFINITY : v.to_i) }
31
+ opt.on("-r", "--min-ref-dp INT",
32
+ "Minimum number of reads supporting allele REF. " +
33
+ "By default: #{o[:min_ref_dp]}."
34
+ ){ |v| o[:min_ref_dp] = v.to_i }
35
+ opt.on("-a", "--min-alt-dp INT",
36
+ "Minimum number of reads supporting allele ALT. " +
37
+ "By default: #{o[:min_alt_dp]}."
38
+ ){ |v| o[:min_alt_dp] = v.to_i }
39
+ opt.on("-q", "--min-quality FLOAT",
40
+ "Minimum quality of the position mapping. By default: #{o[:min_qual]}."
41
+ ){ |v| o[:max_dp] = v.to_f }
42
+ opt.on("-s", "--min-shannon FLOAT",
43
+ "Minimum information content (in bits, from 0 to 1). " +
44
+ "By default: #{o[:min_ic]}"){ |v| o[:min_ic] = v.to_f }
45
+ opt.on("--[no-]indels",
46
+ "Process (or ignore) indels. By default: ignore."
47
+ ){ |v| o[:indels] = v }
48
+ opt.on("-h", "--help", "Display this screen.") do
49
+ puts opt
50
+ exit
51
+ end
52
+ opt.separator ""
53
+ end.parse!
54
+
55
+ abort "--input is mandatory" if o[:file].nil?
56
+
57
+ vcf = VCF.new(o[:file])
58
+ c = 0
59
+ dp = 0
60
+ ref_dp = 0
61
+ alt_dp = 0
62
+ h = 0
63
+ unless o[:out].nil?
64
+ ofh = File.open(o[:out], "w")
65
+ vcf.each_header{ |h| ofh.print h }
66
+ end
67
+ vcf.each_variant do |v|
68
+ next if v.indel? and not o[:indels]
69
+ next if v.dp < o[:min_dp]
70
+ next if v.dp > o[:max_dp]
71
+ next if v.ref_dp < o[:min_ref_dp]
72
+ next if v.alt_dp < o[:min_alt_dp]
73
+ next if v.qual < o[:min_qual]
74
+ next if v.shannon < o[:min_ic]
75
+ c += 1
76
+ dp += v.dp
77
+ ref_dp += v.ref_dp
78
+ alt_dp += v.alt_dp
79
+ h += v.shannon
80
+ ofh.print v.to_s unless o[:out].nil?
81
+ end
82
+ ofh.close unless o[:out].nil?
83
+
84
+ puts "SNPs: #{c}", "Information content: #{h}",
85
+ "Average SNP depth: #{dp.to_f/c}",
86
+ "Average REF allele depth: #{ref_dp.to_f/c}",
87
+ "Average ALT allele depth: #{alt_dp.to_f/c}"
88
+
@@ -0,0 +1,421 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ # @author Luis M. Rodriguez-R
4
+ # @license Artistic-2.0
5
+
6
+ require 'optparse'
7
+ require 'tmpdir'
8
+ require 'zlib'
9
+ has_rest_client = true
10
+ has_sqlite3 = true
11
+ begin
12
+ require 'rubygems'
13
+ require 'restclient'
14
+ rescue LoadError
15
+ has_rest_client = false
16
+ end
17
+ begin
18
+ require 'sqlite3'
19
+ rescue LoadError
20
+ has_sqlite3 = false
21
+ end
22
+
23
+ o = {
24
+ bits: 0, id: 20, len: 0, hits: 50, q: false, bin: '', program: 'blast+',
25
+ thr: 1, dec: 2, auto: false, lookupfirst: false, dbrbm: true, nucl: false,
26
+ len_fraction: 0.0, max_actg: 0.95
27
+ }
28
+ ARGV << '-h' if ARGV.size == 0
29
+ OptionParser.new do |opts|
30
+ opts.banner = "
31
+ Calculates the Average Amino Acid Identity between two genomes
32
+
33
+ Usage: #{$0} [options]"
34
+ opts.separator ''
35
+ opts.separator 'Mandatory'
36
+ opts.on(
37
+ '-1', '--seq1 FILE',
38
+ 'Path to the FastA file (.gz allowed) containing the genome 1 (proteins)'
39
+ ) { |v| o[:seq1] = v }
40
+ opts.on(
41
+ '-2', '--seq2 FILE',
42
+ 'Path to the FastA file (.gz allowed) containing the genome 2 (proteins)'
43
+ ) { |v| o[:seq2] = v }
44
+ if has_rest_client
45
+ opts.separator ' Alternatively, you can supply the NCBI-acc of a ' +
46
+ 'genome (nucleotides) with the format ncbi:CP014272 instead of files'
47
+ else
48
+ opts.separator ' Install rest-client to enable NCBI-acc support'
49
+ end
50
+ opts.separator ''
51
+ opts.separator 'Search Options'
52
+ opts.on(
53
+ '-l', '--len INT', Integer,
54
+ "Minimum alignment length (in residues). By default: #{o[:len]}"
55
+ ) { |v| o[:len] = v }
56
+ opts.on(
57
+ '-L', '--len-fraction NUM', Float,
58
+ 'Minimum alignment length as a fraction of the shorter sequence',
59
+ "(range 0-1). By default: #{o[:len_fraction]}"
60
+ ) { |v| o[:len_fraction] = v }
61
+ opts.on(
62
+ '-i', '--id FLOAT', Float,
63
+ "Minimum alignment identity (in %). By default: #{o[:id]}"
64
+ ) { |v| o[:id] = v }
65
+ opts.on(
66
+ '-s', '--bitscore FLOAT', Float,
67
+ "Minimum bit score (in bits). By default: #{o[:bits]}"
68
+ ) { |v| o[:bits] = v }
69
+ opts.on(
70
+ '-n', '--hits INT', Integer,
71
+ "Minimum number of hits. By default: #{o[:hits]}"
72
+ ) { |v| o[:hits] = v }
73
+ opts.on(
74
+ '-N', '--nucl',
75
+ 'The input sequences are nucleotides (genes), not proteins'
76
+ ) { |v| o[:nucl] = v }
77
+ opts.on(
78
+ '--max-actg FLOAT', Float,
79
+ 'Maximum fraction of ACTGN in the sequences before assuming nucleotides',
80
+ "By default: #{o[:max_actg]}"
81
+ ) { |v| o[:max_actg] = v }
82
+ opts.separator ''
83
+ opts.separator 'Software Options'
84
+ opts.on(
85
+ '-b', '--bin DIR',
86
+ 'Path to the directory containing the binaries of the search program'
87
+ ) { |v| o[:bin] = v }
88
+ opts.on(
89
+ '-p', '--program STR',
90
+ 'Search program to be used. One of: blast+ (default), blast, blat, diamond'
91
+ ) { |v| o[:program] = v }
92
+ opts.on(
93
+ '-t', '--threads INT', Integer,
94
+ "Number of parallel threads to be used. By default: #{o[:thr]}"
95
+ ) { |v| o[:thr] = v }
96
+ opts.separator ''
97
+ opts.separator 'SQLite3 Options'
98
+ unless has_sqlite3
99
+ opts.separator ' Install sqlite3 gem to enable database support'
100
+ end
101
+ opts.on(
102
+ '-S', '--sqlite3 FILE',
103
+ 'Path to the SQLite3 database to create (or update) with the results'
104
+ ) { |v| o[:sqlite3] = v }
105
+ opts.on(
106
+ '--name1 STR',
107
+ 'Name of --seq1 to use in --sqlite3. By default determined by filename'
108
+ ) { |v| o[:seq1name] = v }
109
+ opts.on(
110
+ '--name2 STR',
111
+ 'Name of --seq2 to use in --sqlite3. By default determined by filename'
112
+ ) { |v| o[:seq2name] = v }
113
+ opts.on(
114
+ '--[no-]save-rbm',
115
+ 'Save (or don\'t save) the reciprocal best matches in the --sqlite3 db',
116
+ "By default: #{o[:dbrbm]}"
117
+ ) { |v| o[:dbrbm] = v }
118
+ opts.on(
119
+ '--lookup-first',
120
+ 'Indicates if the AAI should be looked up first in the database',
121
+ 'Requires --sqlite3, --auto, --name1, and --name2',
122
+ 'Incompatible with --res, --tab, --out, and --rbm'
123
+ ) { |v| o[:lookupfirst] = v }
124
+ opts.separator ''
125
+ opts.separator 'Other Output Options'
126
+ opts.on(
127
+ '-d', '--dec INT', Integer,
128
+ "Decimal positions to report. By default: #{o[:dec]}"
129
+ ) { |v| o[:dec] = v }
130
+ opts.on(
131
+ '-R', '--rbm FILE',
132
+ 'Saves a file with the reciprocal best matches'
133
+ ) { |v| o[:rbm] = v }
134
+ opts.on(
135
+ '-o', '--out FILE',
136
+ 'Saves a file describing the alignments used for two-way AAI'
137
+ ) { |v| o[:out] = v }
138
+ opts.on(
139
+ '-r', '--res FILE', 'Saves a file with the final results'
140
+ ) { |v| o[:res] = v }
141
+ opts.on(
142
+ '-T', '--tab FILE',
143
+ 'Saves a file with the final two-way results in a tab-delimited form',
144
+ 'The columns are (in that order):',
145
+ 'AAI, standard deviation, proteins used, proteins in the smallest genome'
146
+ ) { |v| o[:tab] = v }
147
+ opts.on(
148
+ '-a', '--auto',
149
+ 'ONLY outputs the AAI value in STDOUT (or nothing, if calculation fails)'
150
+ ) { o[:auto] = true }
151
+ opts.on('-q', '--quiet', 'Run quietly (no STDERR output)') { o[:q] = true }
152
+ opts.on('-h', '--help', 'Display this screen') do
153
+ puts opts
154
+ exit
155
+ end
156
+ opts.separator ''
157
+ end.parse!
158
+
159
+ # Check input
160
+ abort '-1 is mandatory' if o[:seq1].nil?
161
+ abort '-2 is mandatory' if o[:seq2].nil?
162
+ if o[:program] == 'diamond' && o[:nucl]
163
+ abort '-p diamond is incompatible with -N'
164
+ end
165
+ unless o[:sqlite3].nil? or has_sqlite3
166
+ abort 'SQLite3 requested (-S) but sqlite3 not supported: gem install sqlite3'
167
+ end
168
+ o[:bin] = o[:bin] + '/' if o[:bin].size > 0
169
+ if o[:lookupfirst]
170
+ abort '--lookup-first requires --name1' if o[:seq1name].nil?
171
+ abort '--lookup-first requires --name2' if o[:seq2name].nil?
172
+ abort '--lookup-first needs --sqlite3' if o[:sqlite3].nil?
173
+ abort '--lookup-first requires --auto' unless o[:auto]
174
+ %w[res tab out rbm].each do |k|
175
+ abort "--lookup-first conflicts with --#{k}" unless o[k.to_sym].nil?
176
+ end
177
+ end
178
+
179
+ # Create SQLite3 file
180
+ unless o[:sqlite3].nil?
181
+ $stderr.puts "Accessing SQLite3 file: #{o[:sqlite3]}." unless o[:q]
182
+ sqlite_db = SQLite3::Database.new o[:sqlite3]
183
+ sqlite_db.execute "create table if not exists rbm( seq1 varchar(256), " +
184
+ "seq2 varchar(256), id1 varchar(256), id2 varchar(256), id float, " +
185
+ "evalue float, bitscore float )"
186
+ sqlite_db.execute "create table if not exists aai( seq1 varchar(256), " +
187
+ "seq2 varchar(256), aai float, sd float, n int, omega int )"
188
+ end
189
+
190
+ # Look-up first
191
+ if o[:lookupfirst]
192
+ val = sqlite_db.execute "select aai from aai where seq1=? and seq2=?",
193
+ [o[:seq1name], o[:seq2name]]
194
+ val = sqlite_db.execute "select aai from aai where seq1=? and seq2=?",
195
+ [o[:seq2name], o[:seq1name]] if val.empty?
196
+ unless val.empty?
197
+ puts val.first.first
198
+ exit
199
+ end
200
+ end
201
+
202
+ Dir.mktmpdir do |dir|
203
+ $stderr.puts "Temporal directory: #{dir}." unless o[:q]
204
+
205
+ # Create databases.
206
+ $stderr.puts "Creating databases." unless o[:q]
207
+ minfrg = nil
208
+ seq_names = []
209
+ seq_len = {}
210
+ actg_cnt = {}
211
+ ori_ids = {}
212
+ [:seq1, :seq2].each do |seq|
213
+ abort "GIs are no longer supported by NCBI. Please use NCBI-acc instead." if
214
+ /^gi:/.match(o[seq])
215
+ acc = /^ncbi:(\S+)/.match(o[seq])
216
+ unless acc.nil?
217
+ abort "NCBI-acc requested, but rest-client not supported. First " +
218
+ "install gem rest-client." unless has_rest_client
219
+ abort "NCBI-acc are currently not supported with --nucl. Please use " +
220
+ "ani.rb instead." if o[:nucl]
221
+ $stderr.puts " Downloading dataset from NCBI:#{acc[1]}." unless o[:q]
222
+ responseLink = RestClient.get(
223
+ "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi",
224
+ {params:{db:"protein",dbfrom:"nuccore",id:acc[1],idtype:"acc"}})
225
+ abort "Unable to reach NCBI EUtils, error code " +
226
+ responseLink.code.to_s + "." unless responseLink.code == 200
227
+ fromId = true
228
+ protIds = []
229
+ o[seq] = "#{dir}/ncbi-#{seq.to_s}.fa"
230
+ fo = File.open(o[seq], "w")
231
+ responseLink.to_str.each_line.grep(/\s<Id>/) do |ln|
232
+ idMatch = /<Id>(\S+)<\/Id>/.match(ln)
233
+ unless idMatch.nil?
234
+ protIds.push(idMatch[1]) unless fromId
235
+ fromId = false
236
+ end
237
+ end
238
+ response = RestClient.post(
239
+ 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi',
240
+ db: 'protein', rettype: 'fasta', id: protIds.join(','), idtype: 'acc'
241
+ )
242
+ abort "Unable to reach NCBI EUtils, error code " +
243
+ response.code.to_s + "." unless response.code == 200
244
+ fo.puts response.to_str
245
+ fo.close
246
+ seq_names << ( o[ "#{seq}name".to_sym ].nil? ?
247
+ "ncbi:#{acc[1]}" :
248
+ o[ "#{seq}name".to_sym ])
249
+ else
250
+ seq_names << ( o[ "#{seq}name".to_sym ].nil? ?
251
+ File.basename(o[seq], ".*") :
252
+ o[ "#{seq}name".to_sym ])
253
+ end
254
+ $stderr.puts " Reading FastA file: #{o[seq]}" unless o[:q]
255
+ unless o[:sqlite3].nil?
256
+ sqlite_db.execute "delete from rbm where seq1=? and seq2=?", seq_names
257
+ sqlite_db.execute "delete from aai where seq1=? and seq2=?", seq_names
258
+ end
259
+ ori_ids[seq] = [nil]
260
+ seq_len[seq] = [0]
261
+ actg_cnt[seq] = 0
262
+ seqs = 0
263
+ fi = File.extname(o[seq]) == '.gz' ?
264
+ Zlib::GzipReader.open(o[seq]) :
265
+ File.open(o[seq], 'r')
266
+ File.open("#{dir}/#{seq.to_s}.fa", 'w') do |fo|
267
+ fi.each_line do |ln|
268
+ if ln =~ /^>(\S+)/
269
+ seqs += 1
270
+ ori_ids[seq] << $1 unless o[:rbm].nil? and o[:sqlite3].nil?
271
+ seq_len[seq][seqs] = 0
272
+ fo.puts ">#{seqs}"
273
+ else
274
+ fo.puts ln
275
+ seq_len[seq][seqs] += ln.chomp.gsub(/[^A-Za-z]/,"").length
276
+ actg_cnt[seq] += ln.chomp.gsub(/[^ACTGNactgn]/,"").length
277
+ end
278
+ end
279
+ end
280
+ fi.close
281
+ unless o[:nucl]
282
+ actg_frx = actg_cnt[seq].to_f/seq_len[seq].inject(:+).to_f
283
+ abort "Input sequences appear to be nucleotides " +
284
+ "(ACTGN fraction: %.2f%%)." % (actg_frx*100) if actg_frx > o[:max_actg]
285
+ end
286
+ $stderr.puts " File contains #{seqs} sequences." unless o[:q]
287
+ minfrg ||= seqs
288
+ minfrg = seqs if minfrg > seqs
289
+ case o[:program].downcase
290
+ when "blast"
291
+ `"#{o[:bin]}formatdb" -i "#{dir}/#{seq}.fa" \
292
+ -p #{o[:nucl] ? "F" : "T"}`
293
+ when "blast+"
294
+ `"#{o[:bin]}makeblastdb" -in "#{dir}/#{seq}.fa" \
295
+ -dbtype #{o[:nucl] ? "nucl" : "prot"}`
296
+ when "blat"
297
+ # Nothing to do
298
+ when "diamond"
299
+ `"#{o[:bin]}diamond" makedb --in "#{dir}/#{seq}.fa" \
300
+ --db "#{dir}/#{seq}.fa.dmnd" --threads "#{o[:thr]}" \
301
+ --quiet`
302
+ else
303
+ abort "Unsupported program: #{o[:program]}."
304
+ end
305
+ end
306
+
307
+ # Best-hits.
308
+ $stderr.puts "Running one-way comparisons." unless o[:q]
309
+ rbh = []
310
+ id2 = 0
311
+ sq2 = 0
312
+ n2 = 0
313
+ unless o[:out].nil?
314
+ fo = File.open(o[:out], "w")
315
+ fo.puts %w(identity aln.len mismatch gap.open evalue bitscore).join("\t")
316
+ end
317
+ res = File.open(o[:res], "w") unless o[:res].nil?
318
+ rbm = File.open(o[:rbm], "w") unless o[:rbm].nil?
319
+ sqlite_db.execute('BEGIN TRANSACTION') unless o[:sqlite3].nil?
320
+ [1,2].each do |i|
321
+ qry_seen = []
322
+ q = "#{dir}/seq#{i}.fa"
323
+ s = "#{dir}/seq#{i==1?2:1}.fa"
324
+ case o[:program].downcase
325
+ when "blast"
326
+ `"#{o[:bin]}blastall" -p blast#{o[:nucl] ? "n": "p"} -d "#{s}" \
327
+ -i "#{q}" -v 1 -b 1 -a #{o[:thr]} -m 8 -o "#{dir}/#{i}.tab"`
328
+ when "blast+"
329
+ `"#{o[:bin]}blast#{o[:nucl] ? "n" : "p"}" -db "#{s}" -query "#{q}" \
330
+ -max_target_seqs 1 -num_threads #{o[:thr]} -outfmt 6 \
331
+ -out "#{dir}/#{i}.tab"`
332
+ when "blat"
333
+ `"#{o[:bin]}blat" "#{s}" "#{q}" #{"-prot" unless o[:nucl]} -out=blast8 \
334
+ "#{dir}/#{i}.tab.uns"`
335
+ `sort -k 1 "#{dir}/#{i}.tab.uns" > "#{dir}/#{i}.tab"`
336
+ when "diamond"
337
+ `"#{o[:bin]}diamond" blastp --threads "#{o[:thr]}" --db "#{s}.dmnd" \
338
+ --query "#{q}" --sensitive --daa "#{dir}/#{i}.daa" --quiet \
339
+ && "#{o[:bin]}diamond" view --daa "#{dir}/#{i}.daa" --outfmt 6 \
340
+ --out "#{dir}/#{i}.tab" --quiet`
341
+ else
342
+ abort "Unsupported program: #{o[:program]}."
343
+ end
344
+ fh = File.open("#{dir}/#{i}.tab", "r")
345
+ id = 0
346
+ sq = 0
347
+ n = 0
348
+ fh.each_line do |ln|
349
+ ln.chomp!
350
+ row = ln.split(/\t/)
351
+ next unless qry_seen[ row[0].to_i ].nil?
352
+ next if row[3].to_i < o[:len] and
353
+ next if row[2].to_f < o[:id]
354
+ next if row[11].to_f < o[:bits]
355
+ next if row[3].to_f/[
356
+ seq_len[i==1 ? :seq1 : :seq2][row[0].to_i],
357
+ seq_len[i==1 ? :seq2 : :seq1][row[1].to_i]
358
+ ].min < o[:len_fraction]
359
+ qry_seen[ row[0].to_i ] = 1
360
+ id += row[2].to_f
361
+ sq += row[2].to_f ** 2
362
+ n += 1
363
+ if i==1
364
+ rbh[ row[0].to_i ] = row[1].to_i
365
+ else
366
+ if !rbh[ row[1].to_i ].nil? and rbh[ row[1].to_i ]==row[0].to_i
367
+ id2 += row[2].to_f
368
+ sq2 += row[2].to_f**2
369
+ n2 += 1
370
+ fo.puts [row[2..5],row[10..11]].join("\t") unless o[:out].nil?
371
+ rbm.puts [ori_ids[:seq1][row[1].to_i],
372
+ ori_ids[:seq2][row[0].to_i], row[2..5], row[8..9],
373
+ row[6..7], row[10..11]].join("\t") unless o[:rbm].nil?
374
+ sqlite_db.execute("insert into rbm values(?,?,?,?,?,?,?)",
375
+ seq_names + [ori_ids[:seq1][row[1].to_i],
376
+ ori_ids[:seq2][row[0].to_i], row[2], row[10], row[11]]
377
+ ) if not o[:sqlite3].nil? and o[:dbrbm]
378
+ end
379
+ end
380
+ end
381
+ fh.close
382
+ if n < o[:hits]
383
+ puts "Insuffient hits to estimate one-way AAI: #{n}." unless o[:auto]
384
+ res.puts "Insufficient hits to estimate one-way AAI: #{n}" unless
385
+ o[:res].nil?
386
+ else
387
+ printf "! One-way AAI %d: %.#{o[:dec]}f%% (SD: %.#{o[:dec]}f%%), " +
388
+ "from %i proteins.\n", i, id/n, (sq/n - (id/n)**2)**0.5, n unless
389
+ o[:auto]
390
+ res.puts sprintf "<b>One-way AAI %d:</b> %.#{o[:dec]}f%% " +
391
+ "(SD: %.#{o[:dec]}f%%), from %i proteins.<br/>", i, id/n,
392
+ (sq/n - (id/n)**2)**0.5, n unless o[:res].nil?
393
+ end
394
+ end
395
+ rbm.close unless o[:rbm].nil?
396
+ if n2 < o[:hits]
397
+ puts "Insufficient hits to estimate two-way AAI: #{n2}" unless o[:auto]
398
+ res.puts "Insufficient hits to estimate two-way AAI: #{n2}" unless
399
+ o[:res].nil?
400
+ else
401
+ printf "! Two-way AAI : %.#{o[:dec]}f%% (SD: %.#{o[:dec]}f%%), from %i" +
402
+ " proteins.\n", id2/n2, (sq2/n2 - (id2/n2)**2)**0.5, n2 unless o[:auto]
403
+ res.puts sprintf "<b>Two-way AAI:</b> %.#{o[:dec]}f%% (SD: " +
404
+ "%.#{o[:dec]}f%%), from %i proteins.<br/>", id2/n2,
405
+ (sq2/n2 - (id2/n2)**2)**0.5, n2 unless o[:res].nil?
406
+ unless o[:tab].nil?
407
+ tab = File.open(o[:tab], "w")
408
+ tab.printf "%.#{o[:dec]}f\t%.#{o[:dec]}f\t%i\t%i\n", id2/n2,
409
+ (sq2/n2 - (id2/n2)**2)**0.5, n2, minfrg
410
+ tab.close
411
+ end
412
+ sqlite_db.execute("insert into aai values(?,?,?,?,?,?)",
413
+ seq_names + [id2/n2, (sq2/n2 - (id2/n2)**2)**0.5, n2, minfrg]) unless
414
+ o[:sqlite3].nil?
415
+ puts id2/n2 if o[:auto]
416
+ end
417
+ sqlite_db.execute('COMMIT') unless o[:sqlite3].nil?
418
+ res.close unless o[:res].nil?
419
+ fo.close unless o[:out].nil?
420
+ end
421
+