miga-base 1.2.17.0 → 1.2.17.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (265) hide show
  1. checksums.yaml +4 -4
  2. data/lib/miga/version.rb +2 -2
  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 +165 -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 +356 -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/README.md +42 -0
  35. data/utils/enveomics/Scripts/AAsubs.log2ratio.rb +171 -0
  36. data/utils/enveomics/Scripts/Aln.cat.rb +221 -0
  37. data/utils/enveomics/Scripts/Aln.convert.pl +35 -0
  38. data/utils/enveomics/Scripts/AlphaDiversity.pl +152 -0
  39. data/utils/enveomics/Scripts/BedGraph.tad.rb +138 -0
  40. data/utils/enveomics/Scripts/BedGraph.window.rb +71 -0
  41. data/utils/enveomics/Scripts/BlastPairwise.AAsubs.pl +102 -0
  42. data/utils/enveomics/Scripts/BlastTab.addlen.rb +63 -0
  43. data/utils/enveomics/Scripts/BlastTab.advance.bash +48 -0
  44. data/utils/enveomics/Scripts/BlastTab.best_hit_sorted.pl +55 -0
  45. data/utils/enveomics/Scripts/BlastTab.catsbj.pl +104 -0
  46. data/utils/enveomics/Scripts/BlastTab.cogCat.rb +76 -0
  47. data/utils/enveomics/Scripts/BlastTab.filter.pl +47 -0
  48. data/utils/enveomics/Scripts/BlastTab.kegg_pep2path_rest.pl +194 -0
  49. data/utils/enveomics/Scripts/BlastTab.metaxaPrep.pl +104 -0
  50. data/utils/enveomics/Scripts/BlastTab.pairedHits.rb +157 -0
  51. data/utils/enveomics/Scripts/BlastTab.recplot2.R +48 -0
  52. data/utils/enveomics/Scripts/BlastTab.seqdepth.pl +86 -0
  53. data/utils/enveomics/Scripts/BlastTab.seqdepth_ZIP.pl +119 -0
  54. data/utils/enveomics/Scripts/BlastTab.seqdepth_nomedian.pl +86 -0
  55. data/utils/enveomics/Scripts/BlastTab.subsample.pl +47 -0
  56. data/utils/enveomics/Scripts/BlastTab.sumPerHit.pl +114 -0
  57. data/utils/enveomics/Scripts/BlastTab.taxid2taxrank.pl +90 -0
  58. data/utils/enveomics/Scripts/BlastTab.topHits_sorted.rb +123 -0
  59. data/utils/enveomics/Scripts/Chao1.pl +97 -0
  60. data/utils/enveomics/Scripts/CharTable.classify.rb +234 -0
  61. data/utils/enveomics/Scripts/EBIseq2tax.rb +83 -0
  62. data/utils/enveomics/Scripts/FastA.N50.pl +60 -0
  63. data/utils/enveomics/Scripts/FastA.extract.rb +152 -0
  64. data/utils/enveomics/Scripts/FastA.filter.pl +52 -0
  65. data/utils/enveomics/Scripts/FastA.filterLen.pl +28 -0
  66. data/utils/enveomics/Scripts/FastA.filterN.pl +60 -0
  67. data/utils/enveomics/Scripts/FastA.fragment.rb +100 -0
  68. data/utils/enveomics/Scripts/FastA.gc.pl +42 -0
  69. data/utils/enveomics/Scripts/FastA.interpose.pl +93 -0
  70. data/utils/enveomics/Scripts/FastA.length.pl +38 -0
  71. data/utils/enveomics/Scripts/FastA.mask.rb +89 -0
  72. data/utils/enveomics/Scripts/FastA.per_file.pl +36 -0
  73. data/utils/enveomics/Scripts/FastA.qlen.pl +57 -0
  74. data/utils/enveomics/Scripts/FastA.rename.pl +65 -0
  75. data/utils/enveomics/Scripts/FastA.revcom.pl +23 -0
  76. data/utils/enveomics/Scripts/FastA.sample.rb +98 -0
  77. data/utils/enveomics/Scripts/FastA.slider.pl +85 -0
  78. data/utils/enveomics/Scripts/FastA.split.pl +55 -0
  79. data/utils/enveomics/Scripts/FastA.split.rb +79 -0
  80. data/utils/enveomics/Scripts/FastA.subsample.pl +131 -0
  81. data/utils/enveomics/Scripts/FastA.tag.rb +65 -0
  82. data/utils/enveomics/Scripts/FastA.toFastQ.rb +69 -0
  83. data/utils/enveomics/Scripts/FastA.wrap.rb +48 -0
  84. data/utils/enveomics/Scripts/FastQ.filter.pl +54 -0
  85. data/utils/enveomics/Scripts/FastQ.interpose.pl +90 -0
  86. data/utils/enveomics/Scripts/FastQ.maskQual.rb +89 -0
  87. data/utils/enveomics/Scripts/FastQ.offset.pl +90 -0
  88. data/utils/enveomics/Scripts/FastQ.split.pl +53 -0
  89. data/utils/enveomics/Scripts/FastQ.tag.rb +70 -0
  90. data/utils/enveomics/Scripts/FastQ.test-error.rb +81 -0
  91. data/utils/enveomics/Scripts/FastQ.toFastA.awk +24 -0
  92. data/utils/enveomics/Scripts/GFF.catsbj.pl +127 -0
  93. data/utils/enveomics/Scripts/GenBank.add_fields.rb +84 -0
  94. data/utils/enveomics/Scripts/HMM.essential.rb +351 -0
  95. data/utils/enveomics/Scripts/HMM.haai.rb +168 -0
  96. data/utils/enveomics/Scripts/HMMsearch.extractIds.rb +83 -0
  97. data/utils/enveomics/Scripts/JPlace.distances.rb +88 -0
  98. data/utils/enveomics/Scripts/JPlace.to_iToL.rb +320 -0
  99. data/utils/enveomics/Scripts/M5nr.getSequences.rb +81 -0
  100. data/utils/enveomics/Scripts/MeTaxa.distribution.pl +198 -0
  101. data/utils/enveomics/Scripts/MyTaxa.fragsByTax.pl +35 -0
  102. data/utils/enveomics/Scripts/MyTaxa.seq-taxrank.rb +49 -0
  103. data/utils/enveomics/Scripts/NCBIacc2tax.rb +92 -0
  104. data/utils/enveomics/Scripts/Newick.autoprune.R +27 -0
  105. data/utils/enveomics/Scripts/RAxML-EPA.to_iToL.pl +228 -0
  106. data/utils/enveomics/Scripts/RecPlot2.compareIdentities.R +32 -0
  107. data/utils/enveomics/Scripts/RefSeq.download.bash +48 -0
  108. data/utils/enveomics/Scripts/SRA.download.bash +67 -0
  109. data/utils/enveomics/Scripts/TRIBS.plot-test.R +36 -0
  110. data/utils/enveomics/Scripts/TRIBS.test.R +39 -0
  111. data/utils/enveomics/Scripts/Table.barplot.R +31 -0
  112. data/utils/enveomics/Scripts/Table.df2dist.R +30 -0
  113. data/utils/enveomics/Scripts/Table.filter.pl +61 -0
  114. data/utils/enveomics/Scripts/Table.merge.pl +77 -0
  115. data/utils/enveomics/Scripts/Table.prefScore.R +60 -0
  116. data/utils/enveomics/Scripts/Table.replace.rb +69 -0
  117. data/utils/enveomics/Scripts/Table.round.rb +63 -0
  118. data/utils/enveomics/Scripts/Table.split.pl +57 -0
  119. data/utils/enveomics/Scripts/Taxonomy.silva2ncbi.rb +227 -0
  120. data/utils/enveomics/Scripts/VCF.KaKs.rb +147 -0
  121. data/utils/enveomics/Scripts/VCF.SNPs.rb +88 -0
  122. data/utils/enveomics/Scripts/aai.rb +421 -0
  123. data/utils/enveomics/Scripts/ani.rb +362 -0
  124. data/utils/enveomics/Scripts/anir.rb +137 -0
  125. data/utils/enveomics/Scripts/clust.rand.rb +102 -0
  126. data/utils/enveomics/Scripts/gi2tax.rb +103 -0
  127. data/utils/enveomics/Scripts/in_silico_GA_GI.pl +96 -0
  128. data/utils/enveomics/Scripts/lib/data/dupont_2012_essential.hmm.gz +0 -0
  129. data/utils/enveomics/Scripts/lib/data/lee_2019_essential.hmm.gz +0 -0
  130. data/utils/enveomics/Scripts/lib/enveomics.R +1 -0
  131. data/utils/enveomics/Scripts/lib/enveomics_rb/anir.rb +293 -0
  132. data/utils/enveomics/Scripts/lib/enveomics_rb/bm_set.rb +175 -0
  133. data/utils/enveomics/Scripts/lib/enveomics_rb/enveomics.rb +24 -0
  134. data/utils/enveomics/Scripts/lib/enveomics_rb/errors.rb +17 -0
  135. data/utils/enveomics/Scripts/lib/enveomics_rb/gmm_em.rb +30 -0
  136. data/utils/enveomics/Scripts/lib/enveomics_rb/jplace.rb +253 -0
  137. data/utils/enveomics/Scripts/lib/enveomics_rb/match.rb +88 -0
  138. data/utils/enveomics/Scripts/lib/enveomics_rb/og.rb +182 -0
  139. data/utils/enveomics/Scripts/lib/enveomics_rb/rbm.rb +49 -0
  140. data/utils/enveomics/Scripts/lib/enveomics_rb/remote_data.rb +74 -0
  141. data/utils/enveomics/Scripts/lib/enveomics_rb/seq_range.rb +237 -0
  142. data/utils/enveomics/Scripts/lib/enveomics_rb/stats/rand.rb +31 -0
  143. data/utils/enveomics/Scripts/lib/enveomics_rb/stats/sample.rb +152 -0
  144. data/utils/enveomics/Scripts/lib/enveomics_rb/stats.rb +3 -0
  145. data/utils/enveomics/Scripts/lib/enveomics_rb/utils.rb +74 -0
  146. data/utils/enveomics/Scripts/lib/enveomics_rb/vcf.rb +135 -0
  147. data/utils/enveomics/Scripts/ogs.annotate.rb +88 -0
  148. data/utils/enveomics/Scripts/ogs.core-pan.rb +160 -0
  149. data/utils/enveomics/Scripts/ogs.extract.rb +125 -0
  150. data/utils/enveomics/Scripts/ogs.mcl.rb +186 -0
  151. data/utils/enveomics/Scripts/ogs.rb +104 -0
  152. data/utils/enveomics/Scripts/ogs.stats.rb +131 -0
  153. data/utils/enveomics/Scripts/rbm-legacy.rb +172 -0
  154. data/utils/enveomics/Scripts/rbm.rb +108 -0
  155. data/utils/enveomics/Scripts/sam.filter.rb +148 -0
  156. data/utils/enveomics/Tests/Makefile +10 -0
  157. data/utils/enveomics/Tests/Mgen_M2288.faa +3189 -0
  158. data/utils/enveomics/Tests/Mgen_M2288.fna +8282 -0
  159. data/utils/enveomics/Tests/Mgen_M2321.fna +8288 -0
  160. data/utils/enveomics/Tests/Nequ_Kin4M.faa +2970 -0
  161. data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.tribs.Rdata +0 -0
  162. data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.txt +7 -0
  163. data/utils/enveomics/Tests/Xanthomonas_oryzae.aai-mat.tsv +17 -0
  164. data/utils/enveomics/Tests/Xanthomonas_oryzae.aai.tsv +137 -0
  165. data/utils/enveomics/Tests/a_mg.cds-go.blast.tsv +123 -0
  166. data/utils/enveomics/Tests/a_mg.reads-cds.blast.tsv +200 -0
  167. data/utils/enveomics/Tests/a_mg.reads-cds.counts.tsv +55 -0
  168. data/utils/enveomics/Tests/alkB.nwk +1 -0
  169. data/utils/enveomics/Tests/anthrax-cansnp-data.tsv +13 -0
  170. data/utils/enveomics/Tests/anthrax-cansnp-key.tsv +17 -0
  171. data/utils/enveomics/Tests/hiv1.faa +59 -0
  172. data/utils/enveomics/Tests/hiv1.fna +134 -0
  173. data/utils/enveomics/Tests/hiv2.faa +70 -0
  174. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv +233 -0
  175. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.lim +1 -0
  176. data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.rec +233 -0
  177. data/utils/enveomics/Tests/low-cov.bg.gz +0 -0
  178. data/utils/enveomics/Tests/phyla_counts.tsv +10 -0
  179. data/utils/enveomics/Tests/primate_lentivirus.ogs +11 -0
  180. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv1.rbm +9 -0
  181. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv2.rbm +8 -0
  182. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-siv.rbm +6 -0
  183. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-hiv2.rbm +9 -0
  184. data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-siv.rbm +6 -0
  185. data/utils/enveomics/Tests/primate_lentivirus.rbm/siv-siv.rbm +6 -0
  186. data/utils/enveomics/build_enveomics_r.bash +45 -0
  187. data/utils/enveomics/enveomics.R/DESCRIPTION +31 -0
  188. data/utils/enveomics/enveomics.R/NAMESPACE +39 -0
  189. data/utils/enveomics/enveomics.R/R/autoprune.R +167 -0
  190. data/utils/enveomics/enveomics.R/R/barplot.R +203 -0
  191. data/utils/enveomics/enveomics.R/R/cliopts.R +141 -0
  192. data/utils/enveomics/enveomics.R/R/df2dist.R +192 -0
  193. data/utils/enveomics/enveomics.R/R/growthcurve.R +349 -0
  194. data/utils/enveomics/enveomics.R/R/prefscore.R +79 -0
  195. data/utils/enveomics/enveomics.R/R/recplot.R +419 -0
  196. data/utils/enveomics/enveomics.R/R/recplot2.R +1698 -0
  197. data/utils/enveomics/enveomics.R/R/tribs.R +638 -0
  198. data/utils/enveomics/enveomics.R/R/utils.R +90 -0
  199. data/utils/enveomics/enveomics.R/README.md +81 -0
  200. data/utils/enveomics/enveomics.R/data/growth.curves.rda +0 -0
  201. data/utils/enveomics/enveomics.R/data/phyla.counts.rda +0 -0
  202. data/utils/enveomics/enveomics.R/man/cash-enve.GrowthCurve-method.Rd +16 -0
  203. data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2-method.Rd +16 -0
  204. data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2.Peak-method.Rd +16 -0
  205. data/utils/enveomics/enveomics.R/man/enve.GrowthCurve-class.Rd +25 -0
  206. data/utils/enveomics/enveomics.R/man/enve.TRIBS-class.Rd +47 -0
  207. data/utils/enveomics/enveomics.R/man/enve.TRIBS.merge.Rd +23 -0
  208. data/utils/enveomics/enveomics.R/man/enve.TRIBStest-class.Rd +47 -0
  209. data/utils/enveomics/enveomics.R/man/enve.__prune.iter.Rd +26 -0
  210. data/utils/enveomics/enveomics.R/man/enve.__prune.reduce.Rd +26 -0
  211. data/utils/enveomics/enveomics.R/man/enve.__tribs.Rd +44 -0
  212. data/utils/enveomics/enveomics.R/man/enve.barplot.Rd +111 -0
  213. data/utils/enveomics/enveomics.R/man/enve.cliopts.Rd +67 -0
  214. data/utils/enveomics/enveomics.R/man/enve.col.alpha.Rd +34 -0
  215. data/utils/enveomics/enveomics.R/man/enve.col2alpha.Rd +25 -0
  216. data/utils/enveomics/enveomics.R/man/enve.df2dist.Rd +59 -0
  217. data/utils/enveomics/enveomics.R/man/enve.df2dist.group.Rd +63 -0
  218. data/utils/enveomics/enveomics.R/man/enve.df2dist.list.Rd +46 -0
  219. data/utils/enveomics/enveomics.R/man/enve.growthcurve.Rd +78 -0
  220. data/utils/enveomics/enveomics.R/man/enve.prefscore.Rd +50 -0
  221. data/utils/enveomics/enveomics.R/man/enve.prune.dist.Rd +44 -0
  222. data/utils/enveomics/enveomics.R/man/enve.recplot.Rd +147 -0
  223. data/utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd +45 -0
  224. data/utils/enveomics/enveomics.R/man/enve.recplot2.ANIr.Rd +27 -0
  225. data/utils/enveomics/enveomics.R/man/enve.recplot2.Rd +77 -0
  226. data/utils/enveomics/enveomics.R/man/enve.recplot2.__counts.Rd +28 -0
  227. data/utils/enveomics/enveomics.R/man/enve.recplot2.__peakHist.Rd +24 -0
  228. data/utils/enveomics/enveomics.R/man/enve.recplot2.__whichClosestPeak.Rd +22 -0
  229. data/utils/enveomics/enveomics.R/man/enve.recplot2.changeCutoff.Rd +22 -0
  230. data/utils/enveomics/enveomics.R/man/enve.recplot2.compareIdentities.Rd +52 -0
  231. data/utils/enveomics/enveomics.R/man/enve.recplot2.coordinates.Rd +29 -0
  232. data/utils/enveomics/enveomics.R/man/enve.recplot2.corePeak.Rd +21 -0
  233. data/utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd +45 -0
  234. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd +34 -0
  235. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_e.Rd +23 -0
  236. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_m.Rd +24 -0
  237. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__emauto_one.Rd +31 -0
  238. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mow_one.Rd +56 -0
  239. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mower.Rd +20 -0
  240. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.em.Rd +51 -0
  241. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.emauto.Rd +43 -0
  242. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.mower.Rd +82 -0
  243. data/utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd +59 -0
  244. data/utils/enveomics/enveomics.R/man/enve.recplot2.seqdepth.Rd +27 -0
  245. data/utils/enveomics/enveomics.R/man/enve.recplot2.windowDepthThreshold.Rd +36 -0
  246. data/utils/enveomics/enveomics.R/man/enve.selvector.Rd +23 -0
  247. data/utils/enveomics/enveomics.R/man/enve.tribs.Rd +68 -0
  248. data/utils/enveomics/enveomics.R/man/enve.tribs.test.Rd +28 -0
  249. data/utils/enveomics/enveomics.R/man/enve.truncate.Rd +27 -0
  250. data/utils/enveomics/enveomics.R/man/growth.curves.Rd +14 -0
  251. data/utils/enveomics/enveomics.R/man/phyla.counts.Rd +13 -0
  252. data/utils/enveomics/enveomics.R/man/plot.enve.GrowthCurve.Rd +81 -0
  253. data/utils/enveomics/enveomics.R/man/plot.enve.TRIBS.Rd +49 -0
  254. data/utils/enveomics/enveomics.R/man/plot.enve.TRIBStest.Rd +48 -0
  255. data/utils/enveomics/enveomics.R/man/plot.enve.recplot2.Rd +125 -0
  256. data/utils/enveomics/enveomics.R/man/summary.enve.GrowthCurve.Rd +22 -0
  257. data/utils/enveomics/enveomics.R/man/summary.enve.TRIBS.Rd +22 -0
  258. data/utils/enveomics/enveomics.R/man/summary.enve.TRIBStest.Rd +22 -0
  259. data/utils/enveomics/globals.mk +8 -0
  260. data/utils/enveomics/manifest.json +9 -0
  261. data/utils/multitrim/Multitrim How-To.pdf +0 -0
  262. data/utils/multitrim/README.md +67 -0
  263. data/utils/multitrim/multitrim.py +1555 -0
  264. data/utils/multitrim/multitrim.yml +13 -0
  265. metadata +268 -6
@@ -0,0 +1,57 @@
1
+ #!/usr/bin/env perl
2
+ #
3
+ # @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
4
+ # @update Dec-22-2015
5
+ # @license artistic license 2.0
6
+ #
7
+ use strict;
8
+ use warnings;
9
+ use List::Util qw/sum min max/;
10
+
11
+ my ($seqs, $minlen) = @ARGV;
12
+ $seqs or die "
13
+ Description:
14
+ Calculates the quartiles of the length in a set of sequences. The Q2 is
15
+ also known as the median. Q0 is the minimum length, and Q4 is the maximum
16
+ length. It also calculates TOTAL, the added length of the sequences in
17
+ the file, and AVG, the average length.
18
+
19
+ Usage:
20
+ $0 seqs.fa[ minlen]
21
+
22
+ seqs.fa A FastA file containing the sequences.
23
+ minlen (optional) The minimum length to take into consideration.
24
+ By default: 0.
25
+
26
+ ";
27
+ $minlen ||= 0;
28
+
29
+ # Read files
30
+ my @len = ();
31
+ open FA, "<", $seqs or die "Cannot open file: $seqs: $!\n";
32
+ my $def = '';
33
+ my $len = 0;
34
+ while(<FA>){
35
+ next if /^;/;
36
+ if(m/^>(\S+)\s?/){
37
+ push(@len, int($len)) if $def and not $len<$minlen;
38
+ $def = $1;
39
+ $len = 0;
40
+ }else{
41
+ s/[^A-Za-z]//g;
42
+ $len+= length $_;
43
+ }
44
+ }
45
+ push(@len, int($len)) if $def and not $len<$minlen;
46
+ close FA;
47
+
48
+ # Sort and estimates quantiles
49
+ @len = sort { $a <=> $b } @len;
50
+ for my $q (0 .. 4){
51
+ my $ii = int(my $i = $#len*$q/4);
52
+ print "Q$q: ".($i==$ii ? $len[$i] : ($len[$ii]+$len[$ii+1])/2 )."\n";
53
+ }
54
+ my $sum = sum @len;
55
+ print "N: ".scalar(@len)."\n";
56
+ print "TOTAL: $sum\n";
57
+ print "AVG: ".($sum/scalar(@len))."\n";
@@ -0,0 +1,65 @@
1
+ #!/usr/bin/env perl
2
+ #
3
+ # @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
4
+ # @update Oct-07-2015
5
+ # @license artistic license 2.0
6
+ #
7
+
8
+ use warnings;
9
+ use strict;
10
+ use Getopt::Std;
11
+
12
+ sub HELP_MESSAGE { die "
13
+ .Description:
14
+ Renames a set of sequences in FastA format.
15
+
16
+ .Usage: $0 [options] list.txt seqs.fa > renamed.fa
17
+
18
+ [options]
19
+ -f Filter list. Ignores sequences NOT present in the list.
20
+ -q Runs quietly.
21
+ -h Prints this message and exits.
22
+
23
+ [mandatory]
24
+ list.txt Tab-delimited list of sequences, with the original ID in the
25
+ first column and the ID to use in the second.
26
+ seqs.fa FastA file containing the superset of sequences.
27
+ renamed.fa FastA file to be created.
28
+
29
+ " }
30
+
31
+ my %o=();
32
+ getopts('fhq', \%o);
33
+ my($list, $fa) = @ARGV;
34
+ ($list and $fa) or &HELP_MESSAGE;
35
+ $o{h} and &HELP_MESSAGE;
36
+
37
+ print STDERR "Reading list.\n" unless $o{q};
38
+ open LI, "<", $list or die "Cannot read file: $list: $!\n";
39
+ my %li = map { my $l=$_; chomp $l; my @r=split(/\t/,$l); $r[0] => $r[1] } <LI>;
40
+ close LI;
41
+
42
+ print STDERR "Renaming FastA.\n" unless $o{q};
43
+ open FA, "<", $fa or die "Cannot read file: $fa: $!\n";
44
+ my $good = 0;
45
+ while(my $ln = <FA>){
46
+ next if $ln =~ /^;/;
47
+ chomp $ln;
48
+ if($ln =~ m/^>((\S+).*)/){
49
+ my $rep=0;
50
+ $rep = ">".$li{$ln} if exists $li{$ln};
51
+ $rep = ">".$li{$1} if exists $li{$1} and not $rep;
52
+ $rep = ">".$li{">$1"} if exists $li{">$1"} and not $rep;
53
+ $rep = ">".$li{$2} if exists $li{$2} and not $rep;
54
+ if($rep){
55
+ $ln = $rep;
56
+ $good = 1;
57
+ }
58
+ }elsif($ln =~ m/^>/){
59
+ $good=0;
60
+ print STDERR "Warning: Non-cannonical defline, line $.: $ln\n";
61
+ }
62
+ print "$ln\n" if $good or not $o{f};
63
+ }
64
+ close FA;
65
+
@@ -0,0 +1,23 @@
1
+ #!/usr/bin/env perl
2
+ #
3
+ # @author: Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
4
+ # @update: Dec-25-2015
5
+ # @license: artistic license 2.0
6
+ #
7
+ use strict;
8
+ use warnings;
9
+ use Bio::SeqIO;
10
+
11
+ ($ARGV[0] and $ARGV[0] =~ /--?h(elp)?/) and die "
12
+ Description:
13
+ Reverse-complement sequences in FastA format.
14
+
15
+ Usage:
16
+ $0 < input.fa > output.fa
17
+
18
+ ";
19
+
20
+ my @len = ();
21
+ my $seqI = Bio::SeqIO->new(-fh => \*STDIN, -format=>"FastA");
22
+ my $seqO = Bio::SeqIO->new(-fh => \*STDOUT, -format=>"FastA");
23
+ while(my $seq = $seqI->next_seq){ $seqO->write_seq($seq->revcom) }
@@ -0,0 +1,98 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ # frozen_string_literal: false
4
+
5
+ $VERSION = 1.0
6
+ $:.push File.expand_path('../lib', __FILE__)
7
+ require 'enveomics_rb/enveomics'
8
+
9
+ o = { q: false, rep: false }
10
+
11
+ OptionParser.new do |opt|
12
+ Enveomics.opt_banner(
13
+ opt, 'Samples a random set of sequences from a multi-FastA file',
14
+ "#{File.basename($0)} -i seq.fa -o 10pc.fa -f 0.1 [options]"
15
+ )
16
+ opt.separator 'Mandatory'
17
+ opt.on(
18
+ '-i', '--in PATH',
19
+ 'Input FastA file',
20
+ 'Supports compression with .gz extension, use - for STDIN'
21
+ ) { |v| o[:i] = v }
22
+ opt.on(
23
+ '-o', '--out PATH',
24
+ 'Output FastA file',
25
+ 'Supports compression with .gz extension, use - for STDOUT'
26
+ ) { |v| o[:o] = v }
27
+ opt.on(
28
+ '-f', '--fraction FLOAT', Float,
29
+ 'Fraction of sequences to sample [0-1].',
30
+ 'Mandatory unless -c is provided.'
31
+ ) { |v| o[:f] = v }
32
+ opt.separator ''
33
+
34
+ opt.separator 'Options'
35
+ opt.on(
36
+ '-c', '--number INT', Integer,
37
+ 'Number of sequences to sample',
38
+ 'Mandatory unless -f is provided'
39
+ ) { |v| o[:n] = v }
40
+ opt.on('-r', '--replacement','Sample with replacement') { |v| o[:rep] = v }
41
+ opt.on('-q', '--quiet', 'Run quietly (no STDERR output)') { o[:q] = true }
42
+ opt.on('-h', '--help', 'Display this screen.') do
43
+ puts opt
44
+ exit
45
+ end
46
+ opt.separator ''
47
+ end.parse!
48
+
49
+ raise Enveomics::OptionError.new('-i is mandatory') if o[:i].nil?
50
+ raise Enveomics::OptionError.new('-o is mandatory') if o[:o].nil?
51
+ if o[:f].nil? && o[:n].nil?
52
+ raise Enveomics::OptionError.new('-f or -n is mandatory')
53
+ end
54
+ $QUIET = o[:q]
55
+
56
+ # Functions to parse sequences
57
+ def do_stuff(id, sq)
58
+ return if id.nil? or sq.empty?
59
+ @n_in += 1
60
+ sq.gsub!(/[^A-Za-z]/, '')
61
+ i = 0
62
+ @coll.extract(id, sq).each do |new_sq|
63
+ @ofh.puts ">#{id}:#{i += 1}"
64
+ @ofh.puts new_sq
65
+ @n_out += 1
66
+ end
67
+ end
68
+
69
+ # Parse sequences
70
+ say 'Parsing sequences'
71
+ seq = []
72
+ fh = reader(o[:i])
73
+ id = nil
74
+ sq = ''
75
+ fh.each do |ln|
76
+ next if ln =~ /^;/
77
+ if ln =~ /^>(.+)/
78
+ seq << [id, sq] unless id.nil?
79
+ id = $1
80
+ sq = ''
81
+ else
82
+ sq << ln
83
+ end
84
+ end
85
+ seq << [id, sq] unless id.nil?
86
+ fh.close
87
+ say "Input sequences: #{seq.size}"
88
+
89
+ o[:n] ||= (seq.size * o[:f]).round
90
+ seq_o = o[:rep] ? o[:n].times.map { seq.sample } : seq.sample(o[:n])
91
+ fh = writer(o[:o])
92
+ seq_o.each do |i|
93
+ fh.puts ">#{i[0]}"
94
+ fh.puts i[1]
95
+ end
96
+ fh.close
97
+ say "Output sequences: #{seq_o.size}"
98
+
@@ -0,0 +1,85 @@
1
+ #!/usr/bin/env perl
2
+ #
3
+ # @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
4
+ # @update Oct-07-2015
5
+ # @license artistic license 2.0
6
+ #
7
+
8
+ use strict;
9
+ use List::Util qw/min/;
10
+
11
+ push @ARGV, undef unless $#ARGV%2;
12
+ my %params = @ARGV;
13
+
14
+ die "
15
+ Usage:
16
+ $0 [options] < in.fa > out.fa
17
+
18
+ in.fa Input file in FastA format.
19
+ out.fa Output file in FastA format.
20
+
21
+ Options:
22
+ -seq <str> Input file. If not set, it is expected to be in STDIN.
23
+ -out <str> Output file. If not set, it is sent to STDOUT.
24
+ -win <int> Window size. By default: 18.
25
+ -step <int> Step size. By default: 1.
26
+ -lerr <int> Expected error in chunks length. By default: 2.
27
+ -comm <1|0> Generate FastA comments (leaded by semi-colon) to separate
28
+ input sequences. By default: 0.
29
+ -short <1|0> Use chunks shorter than the window size 'as is'. By
30
+ default: 0 (discard those chunks).
31
+ -h Displays this help message and exits.
32
+
33
+ " if exists $params{'--help'} or
34
+ exists $params{'-h'} or exists $params{'-help'};
35
+
36
+ if($params{'-seq'}){
37
+ open SEQ, "<", $params{'-seq'} or
38
+ die "I can not open '".$params{'-seq'}."': $!\n";
39
+ }else{
40
+ *SEQ = *STDIN;
41
+ print STDERR "Please input your sequence, and hit ".
42
+ "Intro and Ctrl+D when you are done:\n";
43
+ }
44
+
45
+ if($params{'-out'}){
46
+ open OUT, ">", $params{'-out'} or
47
+ die "I can not open '".$params{'-out'}."': $!\n";
48
+ }else{
49
+ *OUT = *STDOUT;
50
+ }
51
+
52
+ $params{'-win'} ||= 18;
53
+ $params{'-step'} ||= 1;
54
+ $params{'-lerr'} ||= 2;
55
+ $params{'-comm'} ||= 0;
56
+ $params{'-short'} ||= 0;
57
+
58
+ my $win = $params{'-win'}+0;
59
+ my $stp = $params{'-step'}+0;
60
+ my $lerr = $params{'-lerr'}+0;
61
+ my $buffer = "";
62
+ my $i = 0;
63
+ while(<SEQ>){
64
+ next if /^;/;
65
+ chomp;
66
+ if(m/^>/){
67
+ print OUT ">", ++$i, "\n", $buffer, "\n" if
68
+ $params{'-short'}==1 and $buffer;
69
+ $buffer = "";
70
+ print OUT ";--- INPUT: $_ ---\n" unless $params{'-comm'}==0;
71
+ next;
72
+ }
73
+ s/[^A-Za-z]//g;
74
+ $buffer.= $_;
75
+ while(length($buffer) >= $win){
76
+ print OUT ">", ++$i, "\n",
77
+ substr($buffer, 0, $win+int(rand($lerr*2)-$lerr)), "\n";
78
+ $buffer = substr $buffer, $stp;
79
+ }
80
+ }
81
+ close SEQ if $params{'-seq'};
82
+ close OUT if $params{'-out'};
83
+ print STDERR "$i chunks produced.\n";
84
+
85
+
@@ -0,0 +1,55 @@
1
+ #!/usr/bin/env perl
2
+ #
3
+ # @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
4
+ # @update Oct-13-2015
5
+ # @license artistic license 2.0
6
+ #
7
+
8
+ use warnings;
9
+ use strict;
10
+ use Symbol;
11
+
12
+ my ($file, $base, $outN) = @ARGV;
13
+
14
+ $outN ||= 12;
15
+ ($file and $base) or die "
16
+ Usage
17
+ $0 in_file.fa out_base[ no_files]
18
+
19
+ in_file.fa Input file in FastA format.
20
+ out_base Prefix for the name of the output files. It will
21
+ be appended with .<i>.fa, where <i> is a consecutive
22
+ number starting in 1.
23
+ no_files Number of files to generate. By default: 12.
24
+
25
+ ";
26
+
27
+
28
+ my @outSym = ();
29
+ for my $i (1 .. $outN){
30
+ $outSym[$i-1] = gensym;
31
+ open $outSym[$i-1], ">", "$base.$i.fa" or
32
+ die "I can not create the file: $base.$i.fa: $!\n";
33
+ }
34
+
35
+
36
+ my($i, $seq) = (-1, '');
37
+ open FILE, "<", $file or die "I can not read the file: $file: $!\n";
38
+ while(my $ln=<FILE>){
39
+ next if $ln=~/^;/;
40
+ if($ln =~ m/^>/){
41
+ print { $outSym[$i % $outN] } $seq if $seq;
42
+ $i++;
43
+ $seq = '';
44
+ }
45
+ $seq.=$ln;
46
+ }
47
+ print { $outSym[$i % $outN] } $seq if $seq;
48
+ close FILE;
49
+
50
+ for(my $j=0; $j<$outN; $j++){
51
+ close $outSym[$j];
52
+ }
53
+
54
+ print STDERR "Sequences: ".($i+1)."\nFiles: $outN\n";
55
+
@@ -0,0 +1,79 @@
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
4
+ # @license Artistic-2.0
5
+ #
6
+
7
+ require "optparse"
8
+
9
+ o = {q:false, n:12, lett:false, dc:false, z:false, out:"%s.%s.fa"}
10
+ ARGV << "-h" if ARGV.size==0
11
+
12
+ OptionParser.new do |opt|
13
+ opt.banner = "
14
+ Evenly splits a multi-FastA file into multiple multi-FastA files.
15
+
16
+ Usage: #{$0} [options]"
17
+ opt.separator ""
18
+ opt.separator "Mandatory"
19
+ opt.on("-i", "--input PATH", "Input FastA file."){ |v| o[:i] = v}
20
+ opt.on("-p", "--prefix PATH", "Prefix of output FastA files."){ |v| o[:p] = v}
21
+ opt.separator ""
22
+ opt.separator "Options"
23
+ opt.on("-n", "--number INT",
24
+ "Number of output files to produce. By default: #{o[:n]}."
25
+ ){ |v| o[:n] = v.to_i }
26
+ opt.on("-z", "--zero-padded",
27
+ "Use zero-padded numbers as output index."){ o[:lett]=false; o[:z]=true }
28
+ opt.on("-l", "--lowercase-letters",
29
+ "Use lowercase letters as output index."){ o[:lett]=true ; o[:dc]=true }
30
+ opt.on("-u", "--uppercase-letters",
31
+ "Use uppercase letters as output index."){ o[:lett]=true }
32
+ opt.on("-o", "--out STR",
33
+ "Format of output filenames, where %s are replaced by prefix and index.",
34
+ "By default: #{o[:out]}."){ |v| o[:out] = v }
35
+ opt.on("-q", "--quiet", "Run quietly (no STDERR output)."){ o[:q] = TRUE }
36
+ opt.on("-h", "--help", "Display this screen.") do
37
+ puts opt
38
+ exit
39
+ end
40
+ opt.separator ""
41
+ end.parse!
42
+ abort "-i is mandatory." if o[:i].nil?
43
+ abort "-p is mandatory." if o[:p].nil?
44
+
45
+ ofh = []
46
+ idx = if o[:lett]
47
+ k = Math::log(o[:n], 26).ceil
48
+ r = o[:dc] ? ["a","z"] : ["A","Z"]
49
+ ((r[0]*k) .. (r[1]*k)).first(o[:n])
50
+ elsif o[:z]
51
+ k = Math::log(o[:n], 10).ceil
52
+ (1 .. o[:n]).map{ |i| "%0#{k}d" % i }
53
+ else
54
+ (1 .. o[:n]).map{ |i| i.to_s }
55
+ end
56
+ idx.each do |i|
57
+ fn = o[:out] % [o[:p], i]
58
+ ofh << File.open(fn, "w")
59
+ end
60
+
61
+ i = -1
62
+ seq = ""
63
+ File.open(o[:i], "r") do |ifh|
64
+ ifh.each_line do |ln|
65
+ next if ln =~ /^;/
66
+ if ln =~ /^>/
67
+ ofh[i % o[:n]].print seq
68
+ i += 1
69
+ seq = ""
70
+ end
71
+ seq << ln
72
+ end
73
+ ofh[i % o[:n]].print seq
74
+ end
75
+
76
+ ofh.each{ |i| i.close }
77
+
78
+ $stderr.puts "Sequences: #{i+1}.", "Files: #{o[:n]}." unless o[:q]
79
+
@@ -0,0 +1,131 @@
1
+ #!/usr/bin/env perl
2
+ #
3
+ # @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
4
+ # @update Oct-07-2015
5
+ # @license artistic license 2.0
6
+ #
7
+
8
+ use strict;
9
+ use warnings;
10
+ use List::Util qw| max min sum |;
11
+ use Getopt::Std;
12
+ use Symbol;
13
+
14
+ my %o;
15
+ getopts('f:r:o:Fzhq', \%o);
16
+
17
+ my $HELP = <<HELP
18
+
19
+ Description:
20
+ Subsamples a set of sequences.
21
+
22
+ Usage:
23
+ # IMPORTANT: options *MUST* precede the input file(s).
24
+ $0 [options] input.fa...
25
+
26
+ Where,
27
+ input.fa... : File (or files) containing the sequences.
28
+
29
+ Options:
30
+ -f <float> : Fraction of the library to be sampled (as percentage). It can
31
+ include several values (separated by comma), as well as ranges
32
+ of values in the form 'from-to/by'. For example, the -f value
33
+ 1-5/1,10-50/10,75,99 will produce 12 subsamples with expected
34
+ fractions 1%, 2%, 3%, 4%, 5%, 10%, 20%, 30%, 40%, 50%, 75%,
35
+ and 99%. By default: 10.
36
+ -r <int> : Number of replicates per fraction. By default: 1.
37
+ -o <str> : Prefix of the output files to be created. The output files
38
+ will have a suffix of the form '.fraction-replicate.fa', where
39
+ 'fraction' is the percentage sampled and 'replicate' is an
40
+ increasing integer for replicates of the same fraction. By
41
+ default: Path to the input file.
42
+ -F : Force overwriting output file(s).
43
+ -z : Include leading zeroes in the numeric parts of the output
44
+ files (e.g., file.002.50-01.fa instead of file.2.50-1.fa), so
45
+ that alphabetic sorting of files reflects the sampled
46
+ fraction.
47
+ -q : Run quietly.
48
+ -h : Displays this message and exits.
49
+
50
+ HELP
51
+ ;
52
+
53
+ sub thousands($){ my $i=shift; $i=~s/(\d{1,3}?)(?=(\d{3})+$)/$1,/g; $i }
54
+ my @in = @ARGV;
55
+ $o{f} ||= '10';
56
+ $o{r} ||= 1;
57
+ $o{o} ||= $in[0];
58
+ $#in>=0 or die $HELP;
59
+
60
+ my $samples = {};
61
+ my $sample_no=0;
62
+ my $format = ($o{z} ? "%s\.%08s\-%02i.fa" : "%s.%s-%s.fa");
63
+ for my $value (split /,/, $o{f}){
64
+ my $from = $value;
65
+ my $to = $value;
66
+ my $by = 1;
67
+ if($value =~ m/^([^-]+)-([^\/]+)\/(.+)$/){
68
+ $from = $1;
69
+ $to = $2;
70
+ $by = $3;
71
+ ($from,$to) = ($to,$from) if $from > $to;
72
+ }
73
+ for(my $p=$from; $p<=$to; $p+=$by){
74
+ die "Percentage out of the [0,100] range: $p\n" if $p>100 or $p<0;
75
+ $samples->{$p} ||= [];
76
+ for (1 .. $o{r}){
77
+ my $r = $#{$samples->{$p}}+2;
78
+ my $file = sprintf $format, $o{o}, sprintf("%.4f", $p), $r;
79
+ die "File exists: $file.\n" if !$o{F} and -e $file;
80
+ $samples->{$p}->[$r-1] = [$p, 0, gensym(), $file];
81
+ open $samples->{$p}->[$r-1]->[2], ">", $file;
82
+ $sample_no++;
83
+ }
84
+ }
85
+ }
86
+ print STDERR "Open samples: $sample_no.\n" unless $o{q};
87
+
88
+ my $sprob = ($o{s} || '10');
89
+
90
+ die $HELP unless $sprob and $#in>=0;
91
+ $o{'h'} and die $HELP;
92
+
93
+ my $N = 0;
94
+ my @ck = qw(*... **.. ***. .*** ..** ...*);
95
+ SAMPLING: {
96
+ local $/ = "\n>";
97
+ print STDERR "Sampling sequences.\n" unless $o{q};
98
+ FILE: for my $in (@in){
99
+ open IN, '<', $in or die "I can not open $in: $!\n";
100
+ SEQ: while(my $seq = <IN>){
101
+ $N++;
102
+ $seq =~ s/^>?/>/;
103
+ $seq =~ s/>$//;
104
+ $seq =~ s/^;.*//gm;
105
+ PERC: for my $sperc (values %$samples){
106
+ SAMPLE: for my $sample (@$sperc){
107
+ if($sample->[0] > rand 100){
108
+ $sample->[1]++;
109
+ print { qualify_to_ref $sample->[2] } $seq;
110
+ }
111
+ }
112
+ }
113
+ print STDERR " [".$ck[($N/5000)%@ck]."] ".&thousands($N).
114
+ " seqs. \r" unless $o{q} or $N%5000;
115
+ }
116
+ close IN;
117
+ }
118
+ }
119
+
120
+ print STDERR " Total sequences: ".&thousands($N).". \n" unless $o{q};
121
+ for my $p (values %$samples){
122
+ for my $s (@$p){
123
+ printf STDERR "
124
+ Sample file: %s
125
+ Sampled sequences: %d
126
+ Sampled fraction: %.2f%%\n",
127
+ $s->[3], $s->[1], $s->[1]*100/$N unless $o{q};
128
+ close $s->[2];
129
+ }
130
+ }
131
+
@@ -0,0 +1,65 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ # @author Luis M. Rodriguez-R
4
+ # @license artistic license 2.0
5
+
6
+ require 'optparse'
7
+
8
+ o = {q: false, p: '', s: '', d: false}
9
+ ARGV << '-h' if ARGV.size==0
10
+ OptionParser.new do |opts|
11
+ opts.banner = "
12
+ Generates easy-to-parse tagged reads from FastA files.
13
+
14
+ Usage: #{$0} [options]"
15
+ opts.separator ''
16
+ opts.separator 'Mandatory'
17
+ opts.on('-i', '--in FILE',
18
+ 'Path to the FastA file containing the sequences.'){ |v| o[:in] = v }
19
+ opts.on('-o', '--out FILE',
20
+ 'Path to the FastA to create.'){ |v| o[:out] = v }
21
+ opts.separator ''
22
+ opts.separator 'ID options'
23
+ opts.on('-p', '--prefix STR', 'Prefix to use in all IDs.'){ |v| o[:p] = v }
24
+ opts.on('-s', '--suffix STR', 'Suffix to use in all IDs.'){ |v| o[:s] = v }
25
+ opts.on('-d', '--defline',
26
+ 'Keep the original defline after a space.'){ o[:d] = true }
27
+ opts.on('-l', '--list FILE',
28
+ 'Reads a list of IDS.'){ |v| o[:l] = v }
29
+ opts.separator ''
30
+ opts.separator 'Other Options'
31
+ opts.on('-q', '--quiet', 'Run quietly (no STDERR output)'){ o[:q] = true }
32
+ opts.on('-h', '--help', 'Display this screen') do
33
+ puts opts
34
+ exit
35
+ end
36
+ opts.separator ''
37
+ end.parse!
38
+ abort '-i is mandatory' if o[:in].nil?
39
+ abort '-o is mandatory' if o[:out].nil?
40
+
41
+ begin
42
+ list = o[:l].nil? ? nil :
43
+ File.readlines(o[:l]).map{ |i| i.chomp.gsub(/^>/, '') }
44
+ ofh = File.open(o[:out], 'w')
45
+ i = 0
46
+ File.open(o[:in], 'r') do |ifh|
47
+ ifh.each do |ln|
48
+ ln.chomp!
49
+ next if ln =~ /^;/
50
+ unless /^>/.match(ln).nil?
51
+ i += 1
52
+ new_id = o[:l].nil? ? i : list.shift
53
+ ofh.puts ">#{o[:p]}#{new_id}#{o[:s]}#{o[:d]?" #{ln[1, ln.size-1]}":''}"
54
+ else
55
+ ofh.puts ln
56
+ end
57
+ end
58
+ end
59
+ ofh.close
60
+ rescue => err
61
+ $stderr.puts "Exception: #{err}\n\n"
62
+ err.backtrace.each { |l| $stderr.puts l + "\n" }
63
+ err
64
+ end
65
+