miga-base 0.3.0.0 → 0.3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (260) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -4
  3. data/actions/init.rb +258 -0
  4. data/actions/run_local.rb +1 -2
  5. data/actions/test_taxonomy.rb +4 -1
  6. data/bin/miga +8 -1
  7. data/lib/miga/dataset.rb +4 -4
  8. data/lib/miga/dataset_result.rb +7 -4
  9. data/lib/miga/version.rb +2 -2
  10. data/scripts/_distances_noref_nomulti.bash +3 -1
  11. data/scripts/clade_finding.bash +1 -1
  12. data/scripts/init.bash +1 -1
  13. data/scripts/miga.bash +1 -1
  14. data/scripts/mytaxa.bash +78 -72
  15. data/scripts/mytaxa_scan.bash +67 -62
  16. data/scripts/ogs.bash +1 -1
  17. data/scripts/trimmed_fasta.bash +4 -3
  18. data/utils/enveomics/Examples/aai-matrix.bash +66 -0
  19. data/utils/enveomics/Examples/ani-matrix.bash +66 -0
  20. data/utils/enveomics/Examples/essential-phylogeny.bash +105 -0
  21. data/utils/enveomics/Examples/unus-genome-phylogeny.bash +100 -0
  22. data/utils/enveomics/LICENSE.txt +73 -0
  23. data/utils/enveomics/Makefile +52 -0
  24. data/utils/enveomics/Manifest/Tasks/aasubs.json +103 -0
  25. data/utils/enveomics/Manifest/Tasks/blasttab.json +703 -0
  26. data/utils/enveomics/Manifest/Tasks/distances.json +161 -0
  27. data/utils/enveomics/Manifest/Tasks/fasta.json +571 -0
  28. data/utils/enveomics/Manifest/Tasks/fastq.json +208 -0
  29. data/utils/enveomics/Manifest/Tasks/graphics.json +126 -0
  30. data/utils/enveomics/Manifest/Tasks/ogs.json +339 -0
  31. data/utils/enveomics/Manifest/Tasks/other.json +746 -0
  32. data/utils/enveomics/Manifest/Tasks/remote.json +355 -0
  33. data/utils/enveomics/Manifest/Tasks/sequence-identity.json +454 -0
  34. data/utils/enveomics/Manifest/Tasks/tables.json +308 -0
  35. data/utils/enveomics/Manifest/Tasks/trees.json +68 -0
  36. data/utils/enveomics/Manifest/Tasks/variants.json +111 -0
  37. data/utils/enveomics/Manifest/categories.json +132 -0
  38. data/utils/enveomics/Manifest/examples.json +154 -0
  39. data/utils/enveomics/Manifest/tasks.json +4 -0
  40. data/utils/enveomics/Pipelines/assembly.pbs/CONFIG.mock.bash +69 -0
  41. data/utils/enveomics/Pipelines/assembly.pbs/FastA.N50.pl +56 -0
  42. data/utils/enveomics/Pipelines/assembly.pbs/FastA.filterN.pl +60 -0
  43. data/utils/enveomics/Pipelines/assembly.pbs/FastA.length.pl +38 -0
  44. data/utils/enveomics/Pipelines/assembly.pbs/README.md +189 -0
  45. data/utils/enveomics/Pipelines/assembly.pbs/RUNME-2.bash +112 -0
  46. data/utils/enveomics/Pipelines/assembly.pbs/RUNME-3.bash +23 -0
  47. data/utils/enveomics/Pipelines/assembly.pbs/RUNME-4.bash +44 -0
  48. data/utils/enveomics/Pipelines/assembly.pbs/RUNME.bash +50 -0
  49. data/utils/enveomics/Pipelines/assembly.pbs/kSelector.R +37 -0
  50. data/utils/enveomics/Pipelines/assembly.pbs/newbler.pbs +68 -0
  51. data/utils/enveomics/Pipelines/assembly.pbs/newbler_preparator.pl +49 -0
  52. data/utils/enveomics/Pipelines/assembly.pbs/soap.pbs +80 -0
  53. data/utils/enveomics/Pipelines/assembly.pbs/stats.pbs +57 -0
  54. data/utils/enveomics/Pipelines/assembly.pbs/velvet.pbs +63 -0
  55. data/utils/enveomics/Pipelines/blast.pbs/01.pbs.bash +38 -0
  56. data/utils/enveomics/Pipelines/blast.pbs/02.pbs.bash +73 -0
  57. data/utils/enveomics/Pipelines/blast.pbs/03.pbs.bash +21 -0
  58. data/utils/enveomics/Pipelines/blast.pbs/BlastTab.recover_job.pl +72 -0
  59. data/utils/enveomics/Pipelines/blast.pbs/CONFIG.mock.bash +98 -0
  60. data/utils/enveomics/Pipelines/blast.pbs/FastA.split.pl +55 -0
  61. data/utils/enveomics/Pipelines/blast.pbs/README.md +127 -0
  62. data/utils/enveomics/Pipelines/blast.pbs/RUNME.bash +109 -0
  63. data/utils/enveomics/Pipelines/blast.pbs/TASK.check.bash +128 -0
  64. data/utils/enveomics/Pipelines/blast.pbs/TASK.dry.bash +16 -0
  65. data/utils/enveomics/Pipelines/blast.pbs/TASK.eo.bash +22 -0
  66. data/utils/enveomics/Pipelines/blast.pbs/TASK.pause.bash +26 -0
  67. data/utils/enveomics/Pipelines/blast.pbs/TASK.run.bash +89 -0
  68. data/utils/enveomics/Pipelines/blast.pbs/sentinel.pbs.bash +29 -0
  69. data/utils/enveomics/Pipelines/idba.pbs/README.md +49 -0
  70. data/utils/enveomics/Pipelines/idba.pbs/RUNME.bash +95 -0
  71. data/utils/enveomics/Pipelines/idba.pbs/run.pbs +56 -0
  72. data/utils/enveomics/Pipelines/trim.pbs/README.md +54 -0
  73. data/utils/enveomics/Pipelines/trim.pbs/RUNME.bash +70 -0
  74. data/utils/enveomics/Pipelines/trim.pbs/run.pbs +130 -0
  75. data/utils/enveomics/README.md +40 -0
  76. data/utils/enveomics/Scripts/AAsubs.log2ratio.rb +171 -0
  77. data/utils/enveomics/Scripts/Aln.cat.rb +162 -0
  78. data/utils/enveomics/Scripts/Aln.convert.pl +35 -0
  79. data/utils/enveomics/Scripts/AlphaDiversity.pl +152 -0
  80. data/utils/enveomics/Scripts/BlastPairwise.AAsubs.pl +102 -0
  81. data/utils/enveomics/Scripts/BlastTab.addlen.rb +61 -0
  82. data/utils/enveomics/Scripts/BlastTab.advance.bash +48 -0
  83. data/utils/enveomics/Scripts/BlastTab.best_hit_sorted.pl +55 -0
  84. data/utils/enveomics/Scripts/BlastTab.catsbj.pl +106 -0
  85. data/utils/enveomics/Scripts/BlastTab.cogCat.rb +76 -0
  86. data/utils/enveomics/Scripts/BlastTab.filter.pl +47 -0
  87. data/utils/enveomics/Scripts/BlastTab.kegg_pep2path_rest.pl +194 -0
  88. data/utils/enveomics/Scripts/BlastTab.metaxaPrep.pl +104 -0
  89. data/utils/enveomics/Scripts/BlastTab.pairedHits.rb +157 -0
  90. data/utils/enveomics/Scripts/BlastTab.recplot2.R +40 -0
  91. data/utils/enveomics/Scripts/BlastTab.seqdepth.pl +86 -0
  92. data/utils/enveomics/Scripts/BlastTab.seqdepth_ZIP.pl +119 -0
  93. data/utils/enveomics/Scripts/BlastTab.seqdepth_nomedian.pl +86 -0
  94. data/utils/enveomics/Scripts/BlastTab.subsample.pl +47 -0
  95. data/utils/enveomics/Scripts/BlastTab.sumPerHit.pl +114 -0
  96. data/utils/enveomics/Scripts/BlastTab.taxid2taxrank.pl +90 -0
  97. data/utils/enveomics/Scripts/BlastTab.topHits_sorted.rb +101 -0
  98. data/utils/enveomics/Scripts/Chao1.pl +97 -0
  99. data/utils/enveomics/Scripts/CharTable.classify.rb +234 -0
  100. data/utils/enveomics/Scripts/EBIseq2tax.rb +83 -0
  101. data/utils/enveomics/Scripts/FastA.N50.pl +56 -0
  102. data/utils/enveomics/Scripts/FastA.filter.pl +52 -0
  103. data/utils/enveomics/Scripts/FastA.filterLen.pl +28 -0
  104. data/utils/enveomics/Scripts/FastA.filterN.pl +60 -0
  105. data/utils/enveomics/Scripts/FastA.fragment.rb +92 -0
  106. data/utils/enveomics/Scripts/FastA.gc.pl +42 -0
  107. data/utils/enveomics/Scripts/FastA.interpose.pl +87 -0
  108. data/utils/enveomics/Scripts/FastA.length.pl +38 -0
  109. data/utils/enveomics/Scripts/FastA.per_file.pl +36 -0
  110. data/utils/enveomics/Scripts/FastA.qlen.pl +57 -0
  111. data/utils/enveomics/Scripts/FastA.rename.pl +65 -0
  112. data/utils/enveomics/Scripts/FastA.revcom.pl +23 -0
  113. data/utils/enveomics/Scripts/FastA.slider.pl +85 -0
  114. data/utils/enveomics/Scripts/FastA.split.pl +55 -0
  115. data/utils/enveomics/Scripts/FastA.subsample.pl +131 -0
  116. data/utils/enveomics/Scripts/FastA.tag.rb +64 -0
  117. data/utils/enveomics/Scripts/FastA.wrap.rb +48 -0
  118. data/utils/enveomics/Scripts/FastQ.filter.pl +54 -0
  119. data/utils/enveomics/Scripts/FastQ.interpose.pl +90 -0
  120. data/utils/enveomics/Scripts/FastQ.offset.pl +90 -0
  121. data/utils/enveomics/Scripts/FastQ.split.pl +53 -0
  122. data/utils/enveomics/Scripts/FastQ.tag.rb +63 -0
  123. data/utils/enveomics/Scripts/FastQ.toFastA.awk +24 -0
  124. data/utils/enveomics/Scripts/GenBank.add_fields.rb +84 -0
  125. data/utils/enveomics/Scripts/HMM.essential.rb +254 -0
  126. data/utils/enveomics/Scripts/HMMsearch.extractIds.rb +83 -0
  127. data/utils/enveomics/Scripts/JPlace.distances.rb +88 -0
  128. data/utils/enveomics/Scripts/JPlace.to_iToL.rb +306 -0
  129. data/utils/enveomics/Scripts/M5nr.getSequences.rb +81 -0
  130. data/utils/enveomics/Scripts/MeTaxa.distribution.pl +198 -0
  131. data/utils/enveomics/Scripts/MyTaxa.fragsByTax.pl +35 -0
  132. data/utils/enveomics/Scripts/MyTaxa.seq-taxrank.rb +49 -0
  133. data/utils/enveomics/Scripts/NCBIacc2tax.rb +92 -0
  134. data/utils/enveomics/Scripts/Newick.autoprune.R +27 -0
  135. data/utils/enveomics/Scripts/RAxML-EPA.to_iToL.pl +228 -0
  136. data/utils/enveomics/Scripts/RefSeq.download.bash +48 -0
  137. data/utils/enveomics/Scripts/SRA.download.bash +50 -0
  138. data/utils/enveomics/Scripts/TRIBS.plot-test.R +36 -0
  139. data/utils/enveomics/Scripts/TRIBS.test.R +39 -0
  140. data/utils/enveomics/Scripts/Table.barplot.R +30 -0
  141. data/utils/enveomics/Scripts/Table.df2dist.R +30 -0
  142. data/utils/enveomics/Scripts/Table.filter.pl +61 -0
  143. data/utils/enveomics/Scripts/Table.merge.pl +77 -0
  144. data/utils/enveomics/Scripts/Table.replace.rb +69 -0
  145. data/utils/enveomics/Scripts/Table.round.rb +63 -0
  146. data/utils/enveomics/Scripts/Table.split.pl +57 -0
  147. data/utils/enveomics/Scripts/Taxonomy.silva2ncbi.rb +227 -0
  148. data/utils/enveomics/Scripts/VCF.KaKs.rb +147 -0
  149. data/utils/enveomics/Scripts/VCF.SNPs.rb +88 -0
  150. data/utils/enveomics/Scripts/aai.rb +373 -0
  151. data/utils/enveomics/Scripts/ani.rb +362 -0
  152. data/utils/enveomics/Scripts/gi2tax.rb +103 -0
  153. data/utils/enveomics/Scripts/in_silico_GA_GI.pl +96 -0
  154. data/utils/enveomics/Scripts/lib/data/essential.hmm.gz +0 -0
  155. data/utils/enveomics/Scripts/lib/enveomics_rb/enveomics.rb +26 -0
  156. data/utils/enveomics/Scripts/lib/enveomics_rb/jplace.rb +253 -0
  157. data/utils/enveomics/Scripts/lib/enveomics_rb/og.rb +182 -0
  158. data/utils/enveomics/Scripts/lib/enveomics_rb/remote_data.rb +74 -0
  159. data/utils/enveomics/Scripts/lib/enveomics_rb/seq_range.rb +237 -0
  160. data/utils/enveomics/Scripts/lib/enveomics_rb/stat.rb +30 -0
  161. data/utils/enveomics/Scripts/lib/enveomics_rb/vcf.rb +135 -0
  162. data/utils/enveomics/Scripts/ogs.annotate.rb +88 -0
  163. data/utils/enveomics/Scripts/ogs.core-pan.rb +160 -0
  164. data/utils/enveomics/Scripts/ogs.extract.rb +125 -0
  165. data/utils/enveomics/Scripts/ogs.mcl.rb +186 -0
  166. data/utils/enveomics/Scripts/ogs.rb +104 -0
  167. data/utils/enveomics/Scripts/ogs.stats.rb +131 -0
  168. data/utils/enveomics/Scripts/rbm.rb +137 -0
  169. data/utils/enveomics/Tests/Makefile +10 -0
  170. data/utils/enveomics/Tests/Mgen_M2288.faa +3189 -0
  171. data/utils/enveomics/Tests/Mgen_M2288.fna +8282 -0
  172. data/utils/enveomics/Tests/Mgen_M2321.fna +8288 -0
  173. data/utils/enveomics/Tests/Nequ_Kin4M.faa +2970 -0
  174. data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.tribs.Rdata +0 -0
  175. data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.txt +7 -0
  176. data/utils/enveomics/Tests/Xanthomonas_oryzae.aai-mat.tsv +17 -0
  177. data/utils/enveomics/Tests/Xanthomonas_oryzae.aai.tsv +137 -0
  178. data/utils/enveomics/Tests/a_mg.cds-go.blast.tsv +123 -0
  179. data/utils/enveomics/Tests/a_mg.reads-cds.blast.tsv +200 -0
  180. data/utils/enveomics/Tests/a_mg.reads-cds.counts.tsv +55 -0
  181. data/utils/enveomics/Tests/alkB.nwk +1 -0
  182. data/utils/enveomics/Tests/anthrax-cansnp-data.tsv +13 -0
  183. data/utils/enveomics/Tests/anthrax-cansnp-key.tsv +17 -0
  184. data/utils/enveomics/Tests/hiv1.faa +59 -0
  185. data/utils/enveomics/Tests/hiv1.fna +134 -0
  186. data/utils/enveomics/Tests/hiv2.faa +70 -0
  187. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv +233 -0
  188. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.lim +1 -0
  189. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.rec +233 -0
  190. data/utils/enveomics/Tests/phyla_counts.tsv +10 -0
  191. data/utils/enveomics/Tests/primate_lentivirus.ogs +11 -0
  192. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv1.rbm +9 -0
  193. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv2.rbm +8 -0
  194. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-siv.rbm +6 -0
  195. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-hiv2.rbm +9 -0
  196. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-siv.rbm +6 -0
  197. data/utils/enveomics/Tests/primate_lentivirus.rbm/siv-siv.rbm +6 -0
  198. data/utils/enveomics/build_enveomics_r.bash +44 -0
  199. data/utils/enveomics/enveomics.R/DESCRIPTION +31 -0
  200. data/utils/enveomics/enveomics.R/NAMESPACE +35 -0
  201. data/utils/enveomics/enveomics.R/R/autoprune.R +121 -0
  202. data/utils/enveomics/enveomics.R/R/barplot.R +165 -0
  203. data/utils/enveomics/enveomics.R/R/cliopts.R +119 -0
  204. data/utils/enveomics/enveomics.R/R/df2dist.R +117 -0
  205. data/utils/enveomics/enveomics.R/R/growthcurve.R +263 -0
  206. data/utils/enveomics/enveomics.R/R/recplot.R +320 -0
  207. data/utils/enveomics/enveomics.R/R/recplot2.R +745 -0
  208. data/utils/enveomics/enveomics.R/R/tribs.R +423 -0
  209. data/utils/enveomics/enveomics.R/R/utils.R +16 -0
  210. data/utils/enveomics/enveomics.R/README.md +52 -0
  211. data/utils/enveomics/enveomics.R/data/growth.curves.rda +0 -0
  212. data/utils/enveomics/enveomics.R/data/phyla.counts.rda +0 -0
  213. data/utils/enveomics/enveomics.R/man/enve.GrowthCurve-class.Rd +30 -0
  214. data/utils/enveomics/enveomics.R/man/enve.TRIBS-class.Rd +43 -0
  215. data/utils/enveomics/enveomics.R/man/enve.TRIBS.merge.Rd +19 -0
  216. data/utils/enveomics/enveomics.R/man/enve.TRIBStest-class.Rd +37 -0
  217. data/utils/enveomics/enveomics.R/man/enve.__prune.iter.Rd +24 -0
  218. data/utils/enveomics/enveomics.R/man/enve.__prune.reduce.Rd +24 -0
  219. data/utils/enveomics/enveomics.R/man/enve.__tribs.Rd +33 -0
  220. data/utils/enveomics/enveomics.R/man/enve.barplot.Rd +64 -0
  221. data/utils/enveomics/enveomics.R/man/enve.cliopts.Rd +37 -0
  222. data/utils/enveomics/enveomics.R/man/enve.col.alpha.Rd +19 -0
  223. data/utils/enveomics/enveomics.R/man/enve.col2alpha.Rd +18 -0
  224. data/utils/enveomics/enveomics.R/man/enve.df2dist.Rd +26 -0
  225. data/utils/enveomics/enveomics.R/man/enve.df2dist.group.Rd +25 -0
  226. data/utils/enveomics/enveomics.R/man/enve.df2dist.list.Rd +26 -0
  227. data/utils/enveomics/enveomics.R/man/enve.growthcurve.Rd +49 -0
  228. data/utils/enveomics/enveomics.R/man/enve.prune.dist.Rd +28 -0
  229. data/utils/enveomics/enveomics.R/man/enve.recplot.Rd +97 -0
  230. data/utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd +40 -0
  231. data/utils/enveomics/enveomics.R/man/enve.recplot2.Rd +40 -0
  232. data/utils/enveomics/enveomics.R/man/enve.recplot2.__counts.Rd +24 -0
  233. data/utils/enveomics/enveomics.R/man/enve.recplot2.__findPeak.Rd +40 -0
  234. data/utils/enveomics/enveomics.R/man/enve.recplot2.__findPeaks.Rd +18 -0
  235. data/utils/enveomics/enveomics.R/man/enve.recplot2.__peakHist.Rd +22 -0
  236. data/utils/enveomics/enveomics.R/man/enve.recplot2.__whichClosestPeak.Rd +20 -0
  237. data/utils/enveomics/enveomics.R/man/enve.recplot2.changeCutoff.Rd +18 -0
  238. data/utils/enveomics/enveomics.R/man/enve.recplot2.corePeak.Rd +18 -0
  239. data/utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd +27 -0
  240. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd +53 -0
  241. data/utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd +44 -0
  242. data/utils/enveomics/enveomics.R/man/enve.tribs.Rd +44 -0
  243. data/utils/enveomics/enveomics.R/man/enve.tribs.test.Rd +21 -0
  244. data/utils/enveomics/enveomics.R/man/enveomics.R-package.Rd +15 -0
  245. data/utils/enveomics/enveomics.R/man/growth.curves.Rd +14 -0
  246. data/utils/enveomics/enveomics.R/man/phyla.counts.Rd +13 -0
  247. data/utils/enveomics/enveomics.R/man/plot.enve.GrowthCurve.Rd +43 -0
  248. data/utils/enveomics/enveomics.R/man/plot.enve.TRIBS.Rd +29 -0
  249. data/utils/enveomics/enveomics.R/man/plot.enve.TRIBStest.Rd +30 -0
  250. data/utils/enveomics/enveomics.R/man/plot.enve.recplot2.Rd +71 -0
  251. data/utils/enveomics/enveomics.R/man/summary.enve.GrowthCurve.Rd +18 -0
  252. data/utils/enveomics/enveomics.R/man/summary.enve.TRIBS.Rd +18 -0
  253. data/utils/enveomics/enveomics.R/man/summary.enve.TRIBStest.Rd +18 -0
  254. data/utils/enveomics/enveomics.R/man/z$-methods.Rd +27 -0
  255. data/utils/enveomics/globals.mk +8 -0
  256. data/utils/enveomics/manifest.json +9 -0
  257. data/utils/index_metadata.rb +0 -0
  258. data/utils/plot-taxdist.R +0 -0
  259. data/utils/requirements.txt +19 -19
  260. metadata +242 -2
@@ -0,0 +1,74 @@
1
+
2
+ #
3
+ # @author: Luis M. Rodriguez-R
4
+ # @license: artistic license 2.0
5
+ #
6
+
7
+ require "enveomics_rb/enveomics"
8
+ use "restclient"
9
+ use "json"
10
+
11
+ class RemoteData
12
+ # Class-level variables
13
+ @@EUTILS = "https://eutils.ncbi.nlm.nih.gov/entrez/eutils"
14
+ @@EBIREST = "http://www.ebi.ac.uk/Tools"
15
+
16
+ # Class-level methods
17
+ def self.eutils(script, params={}, outfile=nil)
18
+ response = nil
19
+ 10.times do
20
+ begin
21
+ response = RestClient.get "#{@@EUTILS}/#{script}", {:params=>params}
22
+ rescue => err
23
+ warn "Request failed #{response.nil? ? "without error code" :
24
+ "with error code #{response.code}"}."
25
+ next
26
+ end
27
+ break if response.code == 200
28
+ end
29
+ abort "Unable to reach NCBI EUtils, error code #{response.code}." unless
30
+ response.code == 200
31
+ unless outfile.nil?
32
+ ohf = File.open(outfile, "w")
33
+ ohf.print response.to_s
34
+ ohf.close
35
+ end
36
+ response.to_s
37
+ end
38
+ def self.efetch(*etc)
39
+ eutils "efetch.fcgi", *etc
40
+ end
41
+ def self.elink(*etc)
42
+ eutils "elink.fcgi", *etc
43
+ end
44
+ def self.esummary(*etc)
45
+ eutils "esummary.fcgi", *etc
46
+ end
47
+ def self.update_gi(db, old_gi)
48
+ summ = JSON.parse RemoteData.esummary({:db=>db, :id=>old_gi,
49
+ :retmode=>"json"})
50
+ return nil,nil if summ["result"].nil? or summ["result"][old_gi.to_s].nil?
51
+ new_acc = summ["result"][old_gi.to_s]["replacedby"]
52
+ new_gi = (new_acc.nil? ? nil :
53
+ RemoteData.efetch({:db=>db, :id=>new_acc, :rettype=>"gi"}))
54
+ return new_gi,summ["result"][old_gi.to_s]["status"]
55
+ end
56
+ def self.ebiFetch(db, id, format, outfile=nil)
57
+ url = "#{@@EBIREST}/dbfetch/dbfetch/#{db}/#{id}/#{format}"
58
+ response = RestClient::Request.execute(:method=>:get,
59
+ :url=>url, :timeout=>600)
60
+ raise "Unable to reach EBI REST client, error code " +
61
+ response.code.to_s + "." unless response.code == 200
62
+ response.to_s
63
+ end
64
+ def self.ebiseq2taxid(id,db)
65
+ doc = RemoteData.ebiFetch(db, id, "annot").split(/[\n\r]/)
66
+ ln = doc.grep(/^FT\s+\/db_xref="taxon:/).first
67
+ ln = doc.grep(/^OX\s+NCBI_TaxID=/).first if ln.nil?
68
+ return nil if ln.nil?
69
+ ln.sub!(/.*(?:"taxon:|NCBI_TaxID=)(\d+)["; ].*/, "\\1")
70
+ return nil unless ln =~ /^\d+$/
71
+ ln
72
+ end
73
+ end
74
+
@@ -0,0 +1,237 @@
1
+
2
+ ##### CLASSES:
3
+ # SeqRange.parse(str): Initializes a new SeqRange from a string. A SeqRange is a
4
+ # representation of any collection of coordinates in a given sequence.
5
+ # Coordinates here are 1-based and base-located. Admitedly, the
6
+ # 0-based/interbase-located system is much more convenient for range
7
+ # operations, but GenBank (together with most common Software) is built on
8
+ # the 1-based/base-located system.
9
+ # str: A string describing the sequence range as in GenBank records.
10
+ # Note that "ID:location" notation is NOT supported by this implementation,
11
+ # althought it is permitted by GenBank. Some examples of valid `str`:
12
+ # "<1..123"
13
+ # "complement(3..6)"
14
+ # "join(complement(join(13..43,complement(45..46),complement(1..12),
15
+ # <1..12)),12..15,13..22)"
16
+ # The last one is valid, but once parsed it's internally simplified as:
17
+ # "join(complement(<1..12),1..12,45..46,complement(13..43),12..15,13..22)"
18
+ # Which is exactly equivalent. The common (but non-GenBank-compliant)
19
+ # practice of inverting coordinates instead of using the `complement()`
20
+ # operator is also supported. For example:
21
+ # "123..3"
22
+ # Is interpreted as:
23
+ # "complement(3..123)"
24
+ # See also http://www.insdc.org/files/feature_table.html
25
+ #
26
+ # SeqRange.new(c): Initializes a new SeqRange from an object.
27
+ # c: Any object supported by the `<<` operator, or `nil` to create an empty
28
+ # SeqRange.
29
+ #
30
+ # See also ContigSeqRange.parse.
31
+ class SeqRange
32
+ # Class-level
33
+ def self.parse(str)
34
+ str.gsub!(/[^A-Za-z0-9\.\(\)<>,]/,"")
35
+ sr = nil
36
+ if str =~ /^join\((.+)\)$/i
37
+ str1 = $1
38
+ str2 = ""
39
+ sr = SeqRange.new
40
+ parens = 0
41
+ str1.each_char do |chr|
42
+ if chr=="," and parens==0
43
+ sr += SeqRange.parse(str2)
44
+ str2 = ""
45
+ next
46
+ elsif chr=="("
47
+ parens += 1
48
+ elsif chr==")"
49
+ parens -= 1
50
+ raise "Unbalanced parenthesis in '#{str1}'." if parens < 0
51
+ end
52
+ str2 += chr
53
+ end
54
+ sr += SeqRange.parse(str2) unless str2.empty?
55
+ sr
56
+ elsif str =~ /^complement\((.+)\)$/i
57
+ sr = SeqRange.parse($1)
58
+ sr.reverse!
59
+ sr
60
+ else
61
+ sr = SeqRange.new(ContigSeqRange.parse(str))
62
+ end
63
+ sr
64
+ end
65
+ # Instance-level
66
+ attr_reader :contig
67
+ def initialize(c=nil)
68
+ @contig = []
69
+ self << c unless c.nil?
70
+ end
71
+ def leftmost; contig.map{ |c| c.left }.min; end
72
+ def rightmost; contig.map{ |c| c.right }.max; end
73
+ def size; contig.map{ |c| c.size }.inject(0,:+); end
74
+ def +(sr)
75
+ return(self + SeqRange.new(sr)) if sr.is_a? ContigSeqRange
76
+ raise "Unsupported operation '+' with class #{sr.class.to_s}." unless
77
+ sr.is_a? SeqRange
78
+ out = SeqRange.new(self)
79
+ out << sr
80
+ out
81
+ end
82
+ def /(sr)
83
+ if sr.is_a? SeqRange
84
+ sr2 = sr.sort.compact
85
+ raise "Denominator is not a contiguous domain." unless sr2.size==1
86
+ return(self/sr2.contig.first)
87
+ end
88
+ raise "Unsupported operation '/' with class #{sr.class.to_s}" unless
89
+ sr.is_a? ContigSeqRange
90
+ raise "Denominator doesn't span the whole domain of numerator." unless
91
+ sr.left <= leftmost and sr.right >= rightmost
92
+ i = ContigSeqRange.IGNORE_STRAND
93
+ ContigSeqRange.IGNORE_STRAND = false
94
+ range = self.sort.compact.size
95
+ ContigSeqRange.IGNORE_STRAND = i
96
+ range.to_f / sr.size
97
+ end
98
+ def <<(c)
99
+ if c.is_a? ContigSeqRange
100
+ @contig << c
101
+ elsif c.is_a? SeqRange
102
+ @contig += c.contig
103
+ elsif c.is_a? Array
104
+ raise "Array must contain only objects of class ContigSeqRange." unless
105
+ c.map{ |cc| cc.is_a? ContigSeqRange }.all?
106
+ @contig += c
107
+ else
108
+ raise "Unsupported operation '<<' with class #{c.class.to_s}."
109
+ end
110
+ end
111
+ def reverse ; SeqRange.new(self).reverse! ; end
112
+ def sort ; SeqRange.new(self).sort! ; end
113
+ def compact ; SeqRange.new(self).compact! ; end
114
+ def reverse!
115
+ @contig.each{ |c| c.reverse! }
116
+ @contig.reverse!
117
+ self
118
+ end
119
+ def sort!
120
+ @contig.sort!{ |x,y| x.left <=> y.left }
121
+ self
122
+ end
123
+ def compact!
124
+ return self if contig.size < 2
125
+ clean = false
126
+ while not clean
127
+ clean = true
128
+ (2 .. contig.size).each do |i|
129
+ next unless contig[i-2].reverse? == contig[i-1].reverse?
130
+ next unless contig[i-2].contig? contig[i-1]
131
+ contig[i-2] += contig[i-1]
132
+ contig[i-1] = nil
133
+ clean = false
134
+ break
135
+ end
136
+ @contig.compact!
137
+ end
138
+ self
139
+ end
140
+ def to_s
141
+ o = contig.map{ |c| c.to_s }.join(",")
142
+ o = "join(#{o})" if contig.size > 1
143
+ o
144
+ end
145
+ end
146
+
147
+
148
+ # ContigSeqRange.parse(str): Initializes a new ContigSeqRange from a string. A
149
+ # ContigSeqRange is a primitive of `SeqRange` that doesn't support the
150
+ # `join()` operator. Other than that, syntax is identical to `SeqRange`.
151
+ # str: A string describing the sequence range as in GenBank records (except
152
+ # `join()`).
153
+ #
154
+ # ContigSeqRange.new(a,b): Initializes a new ContigSeqRange from the
155
+ # coordinates as integers.
156
+ # a: Start of the range.
157
+ # b: End of the range. If a>b, the `complement()` operator is assumed.
158
+ #
159
+ # ContigSeqRange.IGNORE_STRAND = true: Use this pragma to ignore strandness.
160
+ # If set, it globally affects the behavior of of the class. Note that
161
+ # `SeqRange` instances contain a collection of `ContigSeqRange` objects, so
162
+ # that class is also affected.
163
+ class ContigSeqRange
164
+ # Class-level
165
+ @@IGNORE_STRAND = false
166
+ def self.IGNORE_STRAND=(v); @@IGNORE_STRAND = !!v ; end
167
+ def self.IGNORE_STRAND; @@IGNORE_STRAND ; end
168
+ def self.parse(str)
169
+ str.downcase!
170
+ m = %r{^
171
+ (?<c>complement\()? # Reverse
172
+ (?<lt><?) # Open-ended to the left
173
+ (?<left>\d+) # Left coordinate
174
+ (
175
+ \.\.\.? # 2 or 3 dots
176
+ (?<gt1>>?) # Open-ended to the right
177
+ (?<right>\d+) # Right coordinate
178
+ )?
179
+ (?<gt2>>?) # Open-ended to the right
180
+ \)? # If reverse
181
+ $}x.match(str)
182
+ raise "Cannot parse range: #{str}." if m.nil?
183
+ c = ContigSeqRange.new(m[:left].to_i, m[:right].to_i)
184
+ c.open_left = true if m[:lt]=="<"
185
+ c.open_right = true if m[:gt1]==">" or m[:gt2]==">"
186
+ c.reverse! if m[:c]=="complement("
187
+ c
188
+ end
189
+ # Instance-level
190
+ attr_accessor :open_left, :open_right
191
+ attr_reader :coords
192
+ def initialize(a,b)
193
+ @coords = [[a,b].min, [a,b].max]
194
+ @open_left = false
195
+ @open_right = false
196
+ @reverse = (a > b)
197
+ end
198
+ def from; coords[ reverse ? 1 : 0 ] ; end
199
+ def to; coords[ reverse ? 0 : 1 ] ; end
200
+ def left; coords[0] ; end
201
+ def right; coords[1] ; end
202
+ def size; right-left+1 ; end
203
+ def reverse?; @reverse ; end
204
+ def reverse!
205
+ @reverse = ! reverse? unless @@IGNORE_STRAND
206
+ self
207
+ end
208
+ def overlap?(sr) !(right < sr.left or left > sr.right) ; end
209
+ def contig?(sr) !(right+1 < sr.left or left-1 > sr.right) ; end
210
+ def +(sr)
211
+ raise "Unsupported operation '+' with class #{sr.class.to_s}" unless
212
+ sr.is_a? ContigSeqRange
213
+ raise "Non-contiguous ranges cannot be added." unless contig? sr
214
+ raise "Ranges in different strands cannot be added." unless
215
+ reverse? == sr.reverse?
216
+ out = ContigSeqRange.new([left,sr.left].min, [right,sr.right].max)
217
+ out.reverse! if reverse?
218
+ out.open_left=true if (left < sr.left ? self : sr).open_left
219
+ out.open_right=true if (right > sr.right ? self : sr).open_right
220
+ out
221
+ end
222
+ def to_s
223
+ o = ""
224
+ o += "<" if open_left
225
+ o += left.to_s
226
+ if left == right
227
+ o += ">" if open_right
228
+ else
229
+ o += ".."
230
+ o += ">" if open_right
231
+ o += right.to_s
232
+ end
233
+ o = "complement(#{o})" if reverse?
234
+ o
235
+ end
236
+ end
237
+
@@ -0,0 +1,30 @@
1
+
2
+ module Enve
3
+ class Stat
4
+ # Generates a random number from the +dist+ distribution with +params+
5
+ # parameters. This is simply a wrapper to the r_* functions below.
6
+ def self.rand(dist=:unif, *params)
7
+ send("r_#{dist}", *params)
8
+ end
9
+
10
+ # Generates a random number from the uniform distribution between +min+ and
11
+ # +max+. By default generates random numbers between 0.0 and 1.0.
12
+ def self.r_unif(min=0.0, max=1.0)
13
+ min + (max-min)*Random::rand
14
+ end
15
+
16
+ # Generates a random number from the geometric distribution with support
17
+ # {0, 1, 2, ...} and probability of success +p+.
18
+ def self.r_geom(p)
19
+ (Math::log(1.0 - rand)/Math::log(1.0-p) - 1.0).ceil
20
+ end
21
+
22
+ # Generates a random number from the shifted geometric distribution with
23
+ # support {1, 2, 3, ...} and probability of success +p+.
24
+ def self.r_sgeom(p)
25
+ (Math::log(1.0 - rand)/Math::log(1.0-p)).ceil
26
+ end
27
+
28
+ end
29
+ end
30
+
@@ -0,0 +1,135 @@
1
+ # @author Luis M. Rodriguez-R
2
+ # @license Artistic-2.0
3
+
4
+ ##
5
+ # Enveomics representation of a Variant Call Format (VCF) file.
6
+ class VCF
7
+
8
+ ##
9
+ # File-handler, a File object.
10
+ attr_reader :fh
11
+ def initialize(file)
12
+ @fh = (file.is_a?(String) ? File.open(file, "r") : file )
13
+ end
14
+
15
+ ##
16
+ # Iterate through each variant (i.e., each non-comment line), passing a
17
+ # VCF::Variant object to +blk+.
18
+ def each_variant(&blk)
19
+ fh.rewind
20
+ fh.each_line do |ln|
21
+ next if ln =~ /^#/
22
+ blk.call VCF::Variant.new(ln)
23
+ end
24
+ end
25
+
26
+ ##
27
+ # Iterate through each header (i.e., each comment line), passing a String to
28
+ # +blk+.
29
+ def each_header(&blk)
30
+ fh.rewind
31
+ fh.each_line do |ln|
32
+ next unless ln =~ /^#/
33
+ blk.call ln
34
+ end
35
+ end
36
+ end
37
+
38
+ class VCF::Variant
39
+
40
+ ##
41
+ # Column definitions in VCF.
42
+ @@COLUMNS = [:chrom,:pos,:id,:ref,:alt,:qual,:filter,:info,:format,:bam]
43
+
44
+ ##
45
+ # An Array of String, containing each of the VCF entrie's columns.
46
+ attr_reader :data
47
+
48
+ ##
49
+ # Initialize VCF::Variant from String +line+, a non-comment line in the VCF.
50
+ def initialize(line)
51
+ @data = line.chomp.split("\t")
52
+ # Qual as float
53
+ @data[5] = data[5].to_f
54
+ # Split info
55
+ info = data[7].split(";").map{ |i| i=~/=/ ? i.split("=", 2) : [i, true] }
56
+ @data[7] = Hash[*info.map{ |i| [i[0].to_sym, i[1]] }.flatten]
57
+ # Read formatted data
58
+ unless data[9].nil? or data[9].empty?
59
+ f = format.split(":")
60
+ b = bam.split(":")
61
+ f.each_index{ |i| @data[7][f[i].to_sym] = b[i] }
62
+ end
63
+ @data[7][:INDEL] = true if ref.size != alt.split(",").first.size
64
+ end
65
+
66
+ ##
67
+ # Named functions for each column.
68
+ @@COLUMNS.each_index do |i|
69
+ define_method(@@COLUMNS[i]) { @@COLUMNS[i]==:pos ? data[i].to_i : data[i] }
70
+ end
71
+
72
+ ##
73
+ # Sequencing depth.
74
+ def dp
75
+ return nil if info[:DP].nil?
76
+ info[:DP].to_i
77
+ end
78
+
79
+ ##
80
+ # Sequencing depth of FWD-REF, REV-REF, FWD-ALT, and REV-ALT.
81
+ def dp4
82
+ return nil if info[:DP4].nil?
83
+ @dp4 ||= info[:DP4].split(",").map{ |i| i.to_i }
84
+ @dp4
85
+ end
86
+
87
+ ##
88
+ ## Sequencing depth of REF and ALT.
89
+ def ad
90
+ return nil if info[:AD].nil?
91
+ @ad ||= info[:AD].split(",").map{ |i| i.to_i }
92
+ @ad
93
+ end
94
+
95
+ ##
96
+ # Sequencing depth of the REF allele.
97
+ def ref_dp
98
+ return dp4[0] + dp4[1] unless dp4.nil?
99
+ return ad[0] unless ad.nil?
100
+ nil
101
+ end
102
+
103
+ ##
104
+ # Sequencing depth of the ALT allele.
105
+ def alt_dp
106
+ return dp4[2] + dp4[3] unless dp4.nil?
107
+ return ad[1] unless ad.nil?
108
+ nil
109
+ end
110
+
111
+ ##
112
+ # Information content of the variant in bits (from 0 to 1).
113
+ def shannon
114
+ return @shannon unless @shannon.nil?
115
+ a = ref_dp
116
+ b = alt_dp
117
+ ap = a.to_f/(a+b)
118
+ bp = b.to_f/(a+b)
119
+ @shannon = -(ap*Math.log(ap,2) + bp*Math.log(bp,2))
120
+ @shannon
121
+ end
122
+
123
+ ##
124
+ # Is it an indel?
125
+ def indel? ; !info[:INDEL].nil? and info[:INDEL] ; end
126
+
127
+ ##
128
+ # Return as String.
129
+ def to_s ; (data[0..6] + [info_to_s] + data[8..-1].to_a).join("\t") + "\n" ; end
130
+
131
+ ##
132
+ # Returns the INFO entry as String.
133
+ def info_to_s ; data[7].to_a.map{ |i| i.join("=") }.join(";") ; end
134
+
135
+ end