miga-base 0.7.23.0 → 0.7.25.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -0
- data/Rakefile +1 -0
- data/lib/miga/cli/action/add.rb +10 -8
- data/lib/miga/cli/action/classify_wf.rb +12 -11
- data/lib/miga/cli/action/derep_wf.rb +3 -9
- data/lib/miga/cli/action/edit.rb +0 -1
- data/lib/miga/cli/action/find.rb +1 -1
- data/lib/miga/cli/action/generic.rb +1 -1
- data/lib/miga/cli/action/get.rb +7 -2
- data/lib/miga/cli/action/index_wf.rb +4 -2
- data/lib/miga/cli/action/init.rb +60 -59
- data/lib/miga/cli/action/init/files_helper.rb +2 -1
- data/lib/miga/cli/action/ncbi_get.rb +1 -1
- data/lib/miga/cli/action/new.rb +15 -9
- data/lib/miga/cli/action/option.rb +63 -0
- data/lib/miga/cli/action/preproc_wf.rb +7 -5
- data/lib/miga/cli/action/quality_wf.rb +3 -3
- data/lib/miga/cli/action/tax_dist.rb +1 -1
- data/lib/miga/cli/action/tax_test.rb +1 -1
- data/lib/miga/cli/action/wf.rb +72 -54
- data/lib/miga/cli/base.rb +17 -5
- data/lib/miga/cli/objects_helper.rb +23 -18
- data/lib/miga/common.rb +1 -1
- data/lib/miga/common/with_option.rb +83 -0
- data/lib/miga/common/with_result.rb +2 -1
- data/lib/miga/dataset/base.rb +20 -2
- data/lib/miga/dataset/result.rb +3 -2
- data/lib/miga/metadata.rb +25 -13
- data/lib/miga/project/base.rb +82 -2
- data/lib/miga/project/result.rb +4 -4
- data/lib/miga/result.rb +18 -15
- data/lib/miga/result/stats.rb +2 -2
- data/lib/miga/version.rb +2 -2
- data/scripts/essential_genes.bash +18 -3
- data/scripts/miga.bash +8 -2
- data/scripts/ogs.bash +2 -3
- data/test/dataset_test.rb +5 -5
- data/test/lair_test.rb +1 -2
- data/test/result_test.rb +22 -0
- data/test/with_option_test.rb +115 -0
- data/utils/cleanup-databases.rb +1 -2
- data/utils/distance/base.rb +9 -0
- data/utils/distance/commands.rb +183 -81
- data/utils/distance/database.rb +69 -10
- data/utils/distance/pipeline.rb +15 -21
- data/utils/distance/runner.rb +28 -49
- data/utils/distance/temporal.rb +4 -2
- data/utils/distances.rb +2 -2
- data/utils/index_metadata.rb +1 -2
- data/utils/requirements.txt +1 -1
- data/utils/subclade/runner.rb +9 -10
- metadata +9 -273
- data/utils/enveomics/Docs/recplot2.md +0 -244
- data/utils/enveomics/Examples/aai-matrix.bash +0 -66
- data/utils/enveomics/Examples/ani-matrix.bash +0 -66
- data/utils/enveomics/Examples/essential-phylogeny.bash +0 -105
- data/utils/enveomics/Examples/unus-genome-phylogeny.bash +0 -100
- data/utils/enveomics/LICENSE.txt +0 -73
- data/utils/enveomics/Makefile +0 -52
- data/utils/enveomics/Manifest/Tasks/aasubs.json +0 -103
- data/utils/enveomics/Manifest/Tasks/blasttab.json +0 -786
- data/utils/enveomics/Manifest/Tasks/distances.json +0 -161
- data/utils/enveomics/Manifest/Tasks/fasta.json +0 -766
- data/utils/enveomics/Manifest/Tasks/fastq.json +0 -243
- data/utils/enveomics/Manifest/Tasks/graphics.json +0 -126
- data/utils/enveomics/Manifest/Tasks/mapping.json +0 -67
- data/utils/enveomics/Manifest/Tasks/ogs.json +0 -382
- data/utils/enveomics/Manifest/Tasks/other.json +0 -829
- data/utils/enveomics/Manifest/Tasks/remote.json +0 -355
- data/utils/enveomics/Manifest/Tasks/sequence-identity.json +0 -501
- data/utils/enveomics/Manifest/Tasks/tables.json +0 -308
- data/utils/enveomics/Manifest/Tasks/trees.json +0 -68
- data/utils/enveomics/Manifest/Tasks/variants.json +0 -111
- data/utils/enveomics/Manifest/categories.json +0 -156
- data/utils/enveomics/Manifest/examples.json +0 -154
- data/utils/enveomics/Manifest/tasks.json +0 -4
- data/utils/enveomics/Pipelines/assembly.pbs/CONFIG.mock.bash +0 -69
- data/utils/enveomics/Pipelines/assembly.pbs/FastA.N50.pl +0 -1
- data/utils/enveomics/Pipelines/assembly.pbs/FastA.filterN.pl +0 -1
- data/utils/enveomics/Pipelines/assembly.pbs/FastA.length.pl +0 -1
- data/utils/enveomics/Pipelines/assembly.pbs/README.md +0 -189
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME-2.bash +0 -112
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME-3.bash +0 -23
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME-4.bash +0 -44
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME.bash +0 -50
- data/utils/enveomics/Pipelines/assembly.pbs/kSelector.R +0 -37
- data/utils/enveomics/Pipelines/assembly.pbs/newbler.pbs +0 -68
- data/utils/enveomics/Pipelines/assembly.pbs/newbler_preparator.pl +0 -49
- data/utils/enveomics/Pipelines/assembly.pbs/soap.pbs +0 -80
- data/utils/enveomics/Pipelines/assembly.pbs/stats.pbs +0 -57
- data/utils/enveomics/Pipelines/assembly.pbs/velvet.pbs +0 -63
- data/utils/enveomics/Pipelines/blast.pbs/01.pbs.bash +0 -38
- data/utils/enveomics/Pipelines/blast.pbs/02.pbs.bash +0 -73
- data/utils/enveomics/Pipelines/blast.pbs/03.pbs.bash +0 -21
- data/utils/enveomics/Pipelines/blast.pbs/BlastTab.recover_job.pl +0 -72
- data/utils/enveomics/Pipelines/blast.pbs/CONFIG.mock.bash +0 -98
- data/utils/enveomics/Pipelines/blast.pbs/FastA.split.pl +0 -1
- data/utils/enveomics/Pipelines/blast.pbs/README.md +0 -127
- data/utils/enveomics/Pipelines/blast.pbs/RUNME.bash +0 -109
- data/utils/enveomics/Pipelines/blast.pbs/TASK.check.bash +0 -128
- data/utils/enveomics/Pipelines/blast.pbs/TASK.dry.bash +0 -16
- data/utils/enveomics/Pipelines/blast.pbs/TASK.eo.bash +0 -22
- data/utils/enveomics/Pipelines/blast.pbs/TASK.pause.bash +0 -26
- data/utils/enveomics/Pipelines/blast.pbs/TASK.run.bash +0 -89
- data/utils/enveomics/Pipelines/blast.pbs/sentinel.pbs.bash +0 -29
- data/utils/enveomics/Pipelines/idba.pbs/README.md +0 -49
- data/utils/enveomics/Pipelines/idba.pbs/RUNME.bash +0 -95
- data/utils/enveomics/Pipelines/idba.pbs/run.pbs +0 -56
- data/utils/enveomics/Pipelines/trim.pbs/README.md +0 -54
- data/utils/enveomics/Pipelines/trim.pbs/RUNME.bash +0 -70
- data/utils/enveomics/Pipelines/trim.pbs/run.pbs +0 -130
- data/utils/enveomics/README.md +0 -42
- data/utils/enveomics/Scripts/AAsubs.log2ratio.rb +0 -171
- data/utils/enveomics/Scripts/Aln.cat.rb +0 -163
- data/utils/enveomics/Scripts/Aln.convert.pl +0 -35
- data/utils/enveomics/Scripts/AlphaDiversity.pl +0 -152
- data/utils/enveomics/Scripts/BedGraph.tad.rb +0 -93
- data/utils/enveomics/Scripts/BedGraph.window.rb +0 -71
- data/utils/enveomics/Scripts/BlastPairwise.AAsubs.pl +0 -102
- data/utils/enveomics/Scripts/BlastTab.addlen.rb +0 -63
- data/utils/enveomics/Scripts/BlastTab.advance.bash +0 -48
- data/utils/enveomics/Scripts/BlastTab.best_hit_sorted.pl +0 -55
- data/utils/enveomics/Scripts/BlastTab.catsbj.pl +0 -104
- data/utils/enveomics/Scripts/BlastTab.cogCat.rb +0 -76
- data/utils/enveomics/Scripts/BlastTab.filter.pl +0 -47
- data/utils/enveomics/Scripts/BlastTab.kegg_pep2path_rest.pl +0 -194
- data/utils/enveomics/Scripts/BlastTab.metaxaPrep.pl +0 -104
- data/utils/enveomics/Scripts/BlastTab.pairedHits.rb +0 -157
- data/utils/enveomics/Scripts/BlastTab.recplot2.R +0 -48
- data/utils/enveomics/Scripts/BlastTab.seqdepth.pl +0 -86
- data/utils/enveomics/Scripts/BlastTab.seqdepth_ZIP.pl +0 -119
- data/utils/enveomics/Scripts/BlastTab.seqdepth_nomedian.pl +0 -86
- data/utils/enveomics/Scripts/BlastTab.subsample.pl +0 -47
- data/utils/enveomics/Scripts/BlastTab.sumPerHit.pl +0 -114
- data/utils/enveomics/Scripts/BlastTab.taxid2taxrank.pl +0 -90
- data/utils/enveomics/Scripts/BlastTab.topHits_sorted.rb +0 -101
- data/utils/enveomics/Scripts/Chao1.pl +0 -97
- data/utils/enveomics/Scripts/CharTable.classify.rb +0 -234
- data/utils/enveomics/Scripts/EBIseq2tax.rb +0 -83
- data/utils/enveomics/Scripts/FastA.N50.pl +0 -56
- data/utils/enveomics/Scripts/FastA.extract.rb +0 -152
- data/utils/enveomics/Scripts/FastA.filter.pl +0 -52
- data/utils/enveomics/Scripts/FastA.filterLen.pl +0 -28
- data/utils/enveomics/Scripts/FastA.filterN.pl +0 -60
- data/utils/enveomics/Scripts/FastA.fragment.rb +0 -92
- data/utils/enveomics/Scripts/FastA.gc.pl +0 -42
- data/utils/enveomics/Scripts/FastA.interpose.pl +0 -93
- data/utils/enveomics/Scripts/FastA.length.pl +0 -38
- data/utils/enveomics/Scripts/FastA.mask.rb +0 -89
- data/utils/enveomics/Scripts/FastA.per_file.pl +0 -36
- data/utils/enveomics/Scripts/FastA.qlen.pl +0 -57
- data/utils/enveomics/Scripts/FastA.rename.pl +0 -65
- data/utils/enveomics/Scripts/FastA.revcom.pl +0 -23
- data/utils/enveomics/Scripts/FastA.sample.rb +0 -83
- data/utils/enveomics/Scripts/FastA.slider.pl +0 -85
- data/utils/enveomics/Scripts/FastA.split.pl +0 -55
- data/utils/enveomics/Scripts/FastA.split.rb +0 -79
- data/utils/enveomics/Scripts/FastA.subsample.pl +0 -131
- data/utils/enveomics/Scripts/FastA.tag.rb +0 -65
- data/utils/enveomics/Scripts/FastA.wrap.rb +0 -48
- data/utils/enveomics/Scripts/FastQ.filter.pl +0 -54
- data/utils/enveomics/Scripts/FastQ.interpose.pl +0 -90
- data/utils/enveomics/Scripts/FastQ.offset.pl +0 -90
- data/utils/enveomics/Scripts/FastQ.split.pl +0 -53
- data/utils/enveomics/Scripts/FastQ.tag.rb +0 -63
- data/utils/enveomics/Scripts/FastQ.test-error.rb +0 -81
- data/utils/enveomics/Scripts/FastQ.toFastA.awk +0 -24
- data/utils/enveomics/Scripts/GFF.catsbj.pl +0 -127
- data/utils/enveomics/Scripts/GenBank.add_fields.rb +0 -84
- data/utils/enveomics/Scripts/HMM.essential.rb +0 -351
- data/utils/enveomics/Scripts/HMM.haai.rb +0 -168
- data/utils/enveomics/Scripts/HMMsearch.extractIds.rb +0 -83
- data/utils/enveomics/Scripts/JPlace.distances.rb +0 -88
- data/utils/enveomics/Scripts/JPlace.to_iToL.rb +0 -320
- data/utils/enveomics/Scripts/M5nr.getSequences.rb +0 -81
- data/utils/enveomics/Scripts/MeTaxa.distribution.pl +0 -198
- data/utils/enveomics/Scripts/MyTaxa.fragsByTax.pl +0 -35
- data/utils/enveomics/Scripts/MyTaxa.seq-taxrank.rb +0 -49
- data/utils/enveomics/Scripts/NCBIacc2tax.rb +0 -92
- data/utils/enveomics/Scripts/Newick.autoprune.R +0 -27
- data/utils/enveomics/Scripts/RAxML-EPA.to_iToL.pl +0 -228
- data/utils/enveomics/Scripts/RecPlot2.compareIdentities.R +0 -32
- data/utils/enveomics/Scripts/RefSeq.download.bash +0 -48
- data/utils/enveomics/Scripts/SRA.download.bash +0 -57
- data/utils/enveomics/Scripts/TRIBS.plot-test.R +0 -36
- data/utils/enveomics/Scripts/TRIBS.test.R +0 -39
- data/utils/enveomics/Scripts/Table.barplot.R +0 -31
- data/utils/enveomics/Scripts/Table.df2dist.R +0 -30
- data/utils/enveomics/Scripts/Table.filter.pl +0 -61
- data/utils/enveomics/Scripts/Table.merge.pl +0 -77
- data/utils/enveomics/Scripts/Table.replace.rb +0 -69
- data/utils/enveomics/Scripts/Table.round.rb +0 -63
- data/utils/enveomics/Scripts/Table.split.pl +0 -57
- data/utils/enveomics/Scripts/Taxonomy.silva2ncbi.rb +0 -227
- data/utils/enveomics/Scripts/VCF.KaKs.rb +0 -147
- data/utils/enveomics/Scripts/VCF.SNPs.rb +0 -88
- data/utils/enveomics/Scripts/aai.rb +0 -418
- data/utils/enveomics/Scripts/ani.rb +0 -362
- data/utils/enveomics/Scripts/clust.rand.rb +0 -102
- data/utils/enveomics/Scripts/gi2tax.rb +0 -103
- data/utils/enveomics/Scripts/in_silico_GA_GI.pl +0 -96
- data/utils/enveomics/Scripts/lib/data/dupont_2012_essential.hmm.gz +0 -0
- data/utils/enveomics/Scripts/lib/data/lee_2019_essential.hmm.gz +0 -0
- data/utils/enveomics/Scripts/lib/enveomics.R +0 -1
- data/utils/enveomics/Scripts/lib/enveomics_rb/enveomics.rb +0 -24
- data/utils/enveomics/Scripts/lib/enveomics_rb/jplace.rb +0 -253
- data/utils/enveomics/Scripts/lib/enveomics_rb/og.rb +0 -182
- data/utils/enveomics/Scripts/lib/enveomics_rb/remote_data.rb +0 -74
- data/utils/enveomics/Scripts/lib/enveomics_rb/seq_range.rb +0 -237
- data/utils/enveomics/Scripts/lib/enveomics_rb/stat.rb +0 -30
- data/utils/enveomics/Scripts/lib/enveomics_rb/vcf.rb +0 -135
- data/utils/enveomics/Scripts/ogs.annotate.rb +0 -88
- data/utils/enveomics/Scripts/ogs.core-pan.rb +0 -160
- data/utils/enveomics/Scripts/ogs.extract.rb +0 -125
- data/utils/enveomics/Scripts/ogs.mcl.rb +0 -186
- data/utils/enveomics/Scripts/ogs.rb +0 -104
- data/utils/enveomics/Scripts/ogs.stats.rb +0 -131
- data/utils/enveomics/Scripts/rbm.rb +0 -146
- data/utils/enveomics/Tests/Makefile +0 -10
- data/utils/enveomics/Tests/Mgen_M2288.faa +0 -3189
- data/utils/enveomics/Tests/Mgen_M2288.fna +0 -8282
- data/utils/enveomics/Tests/Mgen_M2321.fna +0 -8288
- data/utils/enveomics/Tests/Nequ_Kin4M.faa +0 -2970
- data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.tribs.Rdata +0 -0
- data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.txt +0 -7
- data/utils/enveomics/Tests/Xanthomonas_oryzae.aai-mat.tsv +0 -17
- data/utils/enveomics/Tests/Xanthomonas_oryzae.aai.tsv +0 -137
- data/utils/enveomics/Tests/a_mg.cds-go.blast.tsv +0 -123
- data/utils/enveomics/Tests/a_mg.reads-cds.blast.tsv +0 -200
- data/utils/enveomics/Tests/a_mg.reads-cds.counts.tsv +0 -55
- data/utils/enveomics/Tests/alkB.nwk +0 -1
- data/utils/enveomics/Tests/anthrax-cansnp-data.tsv +0 -13
- data/utils/enveomics/Tests/anthrax-cansnp-key.tsv +0 -17
- data/utils/enveomics/Tests/hiv1.faa +0 -59
- data/utils/enveomics/Tests/hiv1.fna +0 -134
- data/utils/enveomics/Tests/hiv2.faa +0 -70
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv +0 -233
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.lim +0 -1
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.rec +0 -233
- data/utils/enveomics/Tests/phyla_counts.tsv +0 -10
- data/utils/enveomics/Tests/primate_lentivirus.ogs +0 -11
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv1.rbm +0 -9
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv2.rbm +0 -8
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-siv.rbm +0 -6
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-hiv2.rbm +0 -9
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-siv.rbm +0 -6
- data/utils/enveomics/Tests/primate_lentivirus.rbm/siv-siv.rbm +0 -6
- data/utils/enveomics/build_enveomics_r.bash +0 -45
- data/utils/enveomics/enveomics.R/DESCRIPTION +0 -31
- data/utils/enveomics/enveomics.R/NAMESPACE +0 -39
- data/utils/enveomics/enveomics.R/R/autoprune.R +0 -155
- data/utils/enveomics/enveomics.R/R/barplot.R +0 -184
- data/utils/enveomics/enveomics.R/R/cliopts.R +0 -135
- data/utils/enveomics/enveomics.R/R/df2dist.R +0 -154
- data/utils/enveomics/enveomics.R/R/growthcurve.R +0 -331
- data/utils/enveomics/enveomics.R/R/recplot.R +0 -354
- data/utils/enveomics/enveomics.R/R/recplot2.R +0 -1631
- data/utils/enveomics/enveomics.R/R/tribs.R +0 -583
- data/utils/enveomics/enveomics.R/R/utils.R +0 -50
- data/utils/enveomics/enveomics.R/README.md +0 -80
- data/utils/enveomics/enveomics.R/data/growth.curves.rda +0 -0
- data/utils/enveomics/enveomics.R/data/phyla.counts.rda +0 -0
- data/utils/enveomics/enveomics.R/man/cash-enve.GrowthCurve-method.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2-method.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2.Peak-method.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/enve.GrowthCurve-class.Rd +0 -25
- data/utils/enveomics/enveomics.R/man/enve.TRIBS-class.Rd +0 -46
- data/utils/enveomics/enveomics.R/man/enve.TRIBS.merge.Rd +0 -23
- data/utils/enveomics/enveomics.R/man/enve.TRIBStest-class.Rd +0 -47
- data/utils/enveomics/enveomics.R/man/enve.__prune.iter.Rd +0 -23
- data/utils/enveomics/enveomics.R/man/enve.__prune.reduce.Rd +0 -23
- data/utils/enveomics/enveomics.R/man/enve.__tribs.Rd +0 -32
- data/utils/enveomics/enveomics.R/man/enve.barplot.Rd +0 -91
- data/utils/enveomics/enveomics.R/man/enve.cliopts.Rd +0 -57
- data/utils/enveomics/enveomics.R/man/enve.col.alpha.Rd +0 -24
- data/utils/enveomics/enveomics.R/man/enve.col2alpha.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.df2dist.Rd +0 -39
- data/utils/enveomics/enveomics.R/man/enve.df2dist.group.Rd +0 -38
- data/utils/enveomics/enveomics.R/man/enve.df2dist.list.Rd +0 -40
- data/utils/enveomics/enveomics.R/man/enve.growthcurve.Rd +0 -67
- data/utils/enveomics/enveomics.R/man/enve.prune.dist.Rd +0 -37
- data/utils/enveomics/enveomics.R/man/enve.recplot.Rd +0 -122
- data/utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd +0 -45
- data/utils/enveomics/enveomics.R/man/enve.recplot2.ANIr.Rd +0 -24
- data/utils/enveomics/enveomics.R/man/enve.recplot2.Rd +0 -68
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__counts.Rd +0 -25
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__peakHist.Rd +0 -21
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__whichClosestPeak.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.changeCutoff.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.compareIdentities.Rd +0 -41
- data/utils/enveomics/enveomics.R/man/enve.recplot2.coordinates.Rd +0 -29
- data/utils/enveomics/enveomics.R/man/enve.recplot2.corePeak.Rd +0 -18
- data/utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd +0 -40
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd +0 -36
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_e.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_m.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__emauto_one.Rd +0 -27
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mow_one.Rd +0 -41
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mower.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.em.Rd +0 -43
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.emauto.Rd +0 -37
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.mower.Rd +0 -74
- data/utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd +0 -59
- data/utils/enveomics/enveomics.R/man/enve.recplot2.seqdepth.Rd +0 -27
- data/utils/enveomics/enveomics.R/man/enve.recplot2.windowDepthThreshold.Rd +0 -32
- data/utils/enveomics/enveomics.R/man/enve.tribs.Rd +0 -59
- data/utils/enveomics/enveomics.R/man/enve.tribs.test.Rd +0 -28
- data/utils/enveomics/enveomics.R/man/enve.truncate.Rd +0 -27
- data/utils/enveomics/enveomics.R/man/growth.curves.Rd +0 -14
- data/utils/enveomics/enveomics.R/man/phyla.counts.Rd +0 -13
- data/utils/enveomics/enveomics.R/man/plot.enve.GrowthCurve.Rd +0 -63
- data/utils/enveomics/enveomics.R/man/plot.enve.TRIBS.Rd +0 -38
- data/utils/enveomics/enveomics.R/man/plot.enve.TRIBStest.Rd +0 -38
- data/utils/enveomics/enveomics.R/man/plot.enve.recplot2.Rd +0 -111
- data/utils/enveomics/enveomics.R/man/summary.enve.GrowthCurve.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/summary.enve.TRIBS.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/summary.enve.TRIBStest.Rd +0 -19
- data/utils/enveomics/globals.mk +0 -8
- data/utils/enveomics/manifest.json +0 -9
@@ -1,76 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
#
|
4
|
-
# @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
|
5
|
-
# @update Mar-23-2016
|
6
|
-
# @license artistic license 2.0
|
7
|
-
#
|
8
|
-
|
9
|
-
require "optparse"
|
10
|
-
|
11
|
-
o = {:cog=>false, :desc=>false, :q=>false, :w=>true}
|
12
|
-
ARGV << "-h" if ARGV.size==0
|
13
|
-
OptionParser.new do |opts|
|
14
|
-
opts.banner = "Replaces the COG gene IDs in a BLAST for the COG category."
|
15
|
-
opts.separator ""
|
16
|
-
opts.separator "Mandatory"
|
17
|
-
opts.on("-w", "--whog FILE", "Path to the whog file."){ |v| o[:whog]=v }
|
18
|
-
opts.on("-i", "--blast FILE",
|
19
|
-
"Path to the Tabular BLAST file with COG IDs as subject."
|
20
|
-
){ |v| o[:blast]=v }
|
21
|
-
opts.separator ""
|
22
|
-
opts.separator "Optional"
|
23
|
-
opts.on("-g", "--cog",
|
24
|
-
"If set, returns the COG ID, not the COG category."){ o[:cog]=true }
|
25
|
-
opts.on("-d", "--desc",
|
26
|
-
"Includes COG description (requires -g/--cog)."){ o[:desc]=true }
|
27
|
-
opts.on("-n", "--noverbose", "Run quietly, but show warnings."){ o[:q]=true }
|
28
|
-
opts.on("-q", "--quiet", "Run quietly."){ o[:q]=true; o[:w]=false }
|
29
|
-
opts.on("-h", "--help", "Display this screen") do
|
30
|
-
puts opts
|
31
|
-
exit
|
32
|
-
end
|
33
|
-
opts.separator ""
|
34
|
-
end.parse!
|
35
|
-
|
36
|
-
abort "-w/--whog is mandatory." if o[:whog].nil?
|
37
|
-
abort "-i/--blast is mandatory." if o[:blast].nil?
|
38
|
-
|
39
|
-
$stderr.puts "Parsing whog file." unless o[:q]
|
40
|
-
cat = {}
|
41
|
-
curCats = []
|
42
|
-
fh = File.open o[:whog], "r"
|
43
|
-
while ln=fh.gets
|
44
|
-
ln.chomp!
|
45
|
-
next if /^\s*$/.match ln
|
46
|
-
if m=/^\[([A-Z]+)\] (COG\d+) (.*)/.match(ln)
|
47
|
-
curCats = o[:cog] ? [ m[2]+(o[:desc]?" #{m[3]}":"") ] : m[1].split(//)
|
48
|
-
elsif /^_+$/.match ln
|
49
|
-
curCats = []
|
50
|
-
elsif m=/^\s+(?:.+?:\s+)?(.*)/.match(ln)
|
51
|
-
m[1].split(/\s+/).each do |g|
|
52
|
-
cat[g] ||= []
|
53
|
-
curCats.each { |i| cat[g] << i }
|
54
|
-
end
|
55
|
-
else
|
56
|
-
abort "Impossible to parse line #{$.}: #{ln}"
|
57
|
-
end
|
58
|
-
end
|
59
|
-
fh.close
|
60
|
-
|
61
|
-
$stderr.puts "Parsing BLAST." unless o[:q]
|
62
|
-
fh = File.open(o[:blast], "r")
|
63
|
-
while ln=fh.gets
|
64
|
-
row = ln.split(/\t/)
|
65
|
-
if cat[ row[1] ].nil?
|
66
|
-
$stderr.puts "Warning: line #{$.}: #{row[1]}: " +
|
67
|
-
"Impossible to find category.\n" if o[:w]
|
68
|
-
else
|
69
|
-
cat[ row[1] ].each do |c|
|
70
|
-
row[1] = c
|
71
|
-
puts row.join("\t")
|
72
|
-
end
|
73
|
-
end
|
74
|
-
end
|
75
|
-
fh.close
|
76
|
-
|
@@ -1,47 +0,0 @@
|
|
1
|
-
#!/usr/bin/env perl
|
2
|
-
#
|
3
|
-
# @author: Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
|
4
|
-
# @update: Mar-23-2015
|
5
|
-
# @license: artistic license 2.0
|
6
|
-
#
|
7
|
-
|
8
|
-
use warnings;
|
9
|
-
use strict;
|
10
|
-
use Getopt::Std;
|
11
|
-
|
12
|
-
my %o;
|
13
|
-
getopts('si', \%o);
|
14
|
-
my($list, $blast) = @ARGV;
|
15
|
-
|
16
|
-
($list and $blast) or die "
|
17
|
-
.Description:
|
18
|
-
Extracts a subset of hits (queries or subjects) from a tabular BLAST.
|
19
|
-
|
20
|
-
.Usage: $0 [options] list.txt blast.txt > subset.txt
|
21
|
-
|
22
|
-
Options:
|
23
|
-
-s If set, assumes that list.txt contains subject IDs.
|
24
|
-
By default: assumes query IDs.
|
25
|
-
-i If set, reports the inverse of the list (i.e., reports
|
26
|
-
only hits absent in the list).
|
27
|
-
|
28
|
-
list.txt List of IDs to extract.
|
29
|
-
blast.txt Tabular BLAST file containing the superset of hits.
|
30
|
-
subset.txt Tabulat BLAST file to be created.
|
31
|
-
|
32
|
-
";
|
33
|
-
|
34
|
-
open LI, "<", $list or die "Cannot read file: $list: $!\n";
|
35
|
-
my %li = map { chomp; $_ => 1 } <LI>;
|
36
|
-
close LI;
|
37
|
-
|
38
|
-
open BLAST, "<", $blast or die "Cannot read file: $blast: $!\n";
|
39
|
-
while(my $ln = <BLAST>){
|
40
|
-
chomp $ln;
|
41
|
-
my @ln = split("\t", $ln);
|
42
|
-
my $good = exists $li{$ln[ ($o{s} ? 1 : 0) ]};
|
43
|
-
$good = not $good if $o{i};
|
44
|
-
print "$ln\n" if $good;
|
45
|
-
}
|
46
|
-
close BLAST;
|
47
|
-
|
@@ -1,194 +0,0 @@
|
|
1
|
-
#!/usr/bin/env perl
|
2
|
-
|
3
|
-
use warnings;
|
4
|
-
use strict;
|
5
|
-
use LWP::Simple;
|
6
|
-
use JSON;
|
7
|
-
use File::Copy;
|
8
|
-
|
9
|
-
my($blast, $cache_file, $max_cache) = @ARGV;
|
10
|
-
($blast) or die "
|
11
|
-
Description:
|
12
|
-
Takes a BLAST against KEGG_PEP (or KO) and retrieves the pathways in which the subject
|
13
|
-
peptides are involved.
|
14
|
-
|
15
|
-
Usage:
|
16
|
-
$0 blast.txt[ cache_file] > output.txt
|
17
|
-
|
18
|
-
blast.txt Input (filtered) BLAST file.
|
19
|
-
cache_file (optional) File containing the saved cache. If unset, the
|
20
|
-
cache won't be recoverable across instances of this script.
|
21
|
-
It is strongly recommended to set a file. Multiple
|
22
|
-
parallel instances of this script may use the same cache
|
23
|
-
file.
|
24
|
-
output.txt Tab-delimited output file, with the columns:
|
25
|
-
o Query ID
|
26
|
-
o Subject ID
|
27
|
-
o Pathway ID
|
28
|
-
o Pathway (reference) description
|
29
|
-
o Organism
|
30
|
-
|
31
|
-
";
|
32
|
-
|
33
|
-
$max_cache ||= 0;
|
34
|
-
$cache_file ||= "";
|
35
|
-
|
36
|
-
sub read_cache($){
|
37
|
-
my ($cache_file) = @_;
|
38
|
-
my $cache = {};
|
39
|
-
my $n = 0;
|
40
|
-
if($cache_file and -s $cache_file){
|
41
|
-
local $/;
|
42
|
-
my $json = "";
|
43
|
-
while(-e "$cache_file.tmp"){
|
44
|
-
print STDERR "Locked cache (read), waiting 1 sec.\n";
|
45
|
-
sleep 1;
|
46
|
-
}
|
47
|
-
open CACHE, "<", $cache_file or die "Cannot read file: $cache_file: $!\n";
|
48
|
-
while(<CACHE>){ $json.=$_ }
|
49
|
-
close CACHE;
|
50
|
-
$cache = decode_json($json);
|
51
|
-
$n = scalar keys %$cache;
|
52
|
-
}
|
53
|
-
return ($cache, $n);
|
54
|
-
}
|
55
|
-
|
56
|
-
sub write_cache($$){
|
57
|
-
my($cache, $cache_file) = @_;
|
58
|
-
if($cache_file){
|
59
|
-
# Get previously saved entries.
|
60
|
-
my($cache2, $cache_n2) = &read_cache($cache_file);
|
61
|
-
for my $k (keys %$cache2){
|
62
|
-
$cache->{$k} ||= $cache2->{$k} unless $k eq "###:paths";
|
63
|
-
}
|
64
|
-
$cache->{'###:paths'} ||= {};
|
65
|
-
for my $p (keys %{$cache2->{'###:paths'}}){
|
66
|
-
$cache->{'###:paths'}->{$p} ||= $cache2->{'###:paths'}->{$p};
|
67
|
-
}
|
68
|
-
# Save merged cache.
|
69
|
-
if(-s $cache_file){ copy $cache_file, "$cache_file.pre" or die "Cannot create file: $cache_file.tmp: $!\n" }
|
70
|
-
my $json = encode_json($cache);
|
71
|
-
while(-e "$cache_file.tmp"){
|
72
|
-
print STDERR "Locked cache (write), waiting 1 sec.\n";
|
73
|
-
sleep 1;
|
74
|
-
}
|
75
|
-
open CACHE, ">", "$cache_file.tmp" or die "Cannot create file: $cache_file.tmp: $!\n";
|
76
|
-
print CACHE $json;
|
77
|
-
close CACHE;
|
78
|
-
copy "$cache_file.tmp", $cache_file or die "Cannot create file: $cache_file: $!\n";
|
79
|
-
unlink "$cache_file.tmp" or die "Cannot unlink file: $cache_file.tmp: $!\n";
|
80
|
-
}
|
81
|
-
}
|
82
|
-
|
83
|
-
sub download_pathways($$){
|
84
|
-
my($cache, $ids) = @_;
|
85
|
-
my @todownload = ();
|
86
|
-
for my $id (@$ids){
|
87
|
-
push @todownload, $id unless exists $cache->{'###:paths'}->{$id};
|
88
|
-
}
|
89
|
-
while($#todownload>=0){
|
90
|
-
my @downloading = splice(@todownload, 0, 100);
|
91
|
-
my $path = get "http://rest.kegg.jp/list/".join("+", @downloading);
|
92
|
-
if($path){
|
93
|
-
chomp $path;
|
94
|
-
for my $p (split /\n/, $path){
|
95
|
-
my @wl = split /\t/, $p;
|
96
|
-
$wl[1] =~ s/ - /\t/;
|
97
|
-
$cache->{'###:paths'}->{$wl[0]} = $wl[1];
|
98
|
-
}
|
99
|
-
}
|
100
|
-
}
|
101
|
-
return $cache;
|
102
|
-
}
|
103
|
-
|
104
|
-
sub download($$){
|
105
|
-
my($cache, $todownload) = @_;
|
106
|
-
$cache->{'###:paths'} ||= {};
|
107
|
-
return $cache unless $#$todownload>=0;
|
108
|
-
$cache->{$_} = [] for @$todownload;
|
109
|
-
my $list = get "http://rest.kegg.jp/link/pathway/".join("+", @$todownload);
|
110
|
-
$list ||= "";
|
111
|
-
chomp $list;
|
112
|
-
my @pathids = ();
|
113
|
-
for my $res (split /\n/, $list){
|
114
|
-
my @rel = split /\t/, $res;
|
115
|
-
$#rel==1 or die "Unexpected number of columns:\n$res\n";
|
116
|
-
my $id = $rel[1];
|
117
|
-
push @pathids, $id;
|
118
|
-
unless(exists $cache->{$rel[0]}){
|
119
|
-
#print STDERR "Request/response difference in ID: ".$rel[0].", searching match.\n";
|
120
|
-
for my $id (@$todownload){
|
121
|
-
$rel[0] = $id if lc $id eq lc $rel[0];
|
122
|
-
}
|
123
|
-
die "Cannot find corresponding request.\n" unless exists $cache->{$rel[0]};
|
124
|
-
}
|
125
|
-
push @{ $cache->{$rel[0]} }, $id;
|
126
|
-
}
|
127
|
-
return &download_pathways($cache, \@pathids);
|
128
|
-
}
|
129
|
-
|
130
|
-
sub print_out($$){
|
131
|
-
my($cache, $hits) = @_;
|
132
|
-
for my $hit (@$hits){
|
133
|
-
die "Impossible to find gene in cache: ".$hit->[1]."\n" unless exists $cache->{$hit->[1]};
|
134
|
-
for my $path (@{$cache->{$hit->[1]}}){
|
135
|
-
next if $path =~ /^path:ko\d/;
|
136
|
-
unless(exists $cache->{'###:paths'}->{$path}){
|
137
|
-
print STDERR "Cannot find pathway in cache: $path (from ".$hit->[1]."), emergency download\n";
|
138
|
-
$cache = &download_pathways($cache, [$path]);
|
139
|
-
die "Impossible to find pathway: $path.\n" unless exists $cache->{'###:paths'}->{$path};
|
140
|
-
}
|
141
|
-
print "", join("\t", $hit->[0], $hit->[1], $path, $cache->{'###:paths'}->{$path}), "\n";
|
142
|
-
}
|
143
|
-
}
|
144
|
-
}
|
145
|
-
|
146
|
-
print STDERR "Loading cache.\n";
|
147
|
-
my ($cache, $n) = &read_cache($cache_file);
|
148
|
-
print STDERR " $n entries loaded.\n";
|
149
|
-
my @nopath = ();
|
150
|
-
for my $k (keys %$cache){
|
151
|
-
next if $k eq "###:paths";
|
152
|
-
for my $p (@{ $cache->{$k} }){
|
153
|
-
push @nopath, $p unless exists $cache->{'###:paths'}->{$p};
|
154
|
-
}
|
155
|
-
}
|
156
|
-
if($#nopath>=0){
|
157
|
-
print STDERR " Sanitizing ".@nopath." pathways in cache.\n";
|
158
|
-
while($#nopath>=0){
|
159
|
-
my @paths = ();
|
160
|
-
for(1 .. 15){ push @paths, shift @nopath unless $#nopath==-1 }
|
161
|
-
$cache = &download_pathways($cache, \@paths);
|
162
|
-
}
|
163
|
-
&write_cache($cache, $cache_file);
|
164
|
-
}
|
165
|
-
|
166
|
-
my $lines=0;
|
167
|
-
my $downs=0;
|
168
|
-
my @buff = ();
|
169
|
-
my @todownload = ();
|
170
|
-
print STDERR "Mapping genes.\n";
|
171
|
-
open BLAST, "<", $blast or die "Cannot read file: $blast: $!\n";
|
172
|
-
while(<BLAST>){
|
173
|
-
chomp;
|
174
|
-
my @l = split /\t/;
|
175
|
-
print STDERR " Mapping line ".(++$lines).". \r";
|
176
|
-
unless(($#todownload+2)%100){
|
177
|
-
print STDERR "+\r";
|
178
|
-
print STDERR " *\r" unless ++$downs%10;
|
179
|
-
$cache = &download($cache, \@todownload);
|
180
|
-
@todownload = ();
|
181
|
-
&print_out($cache, \@buff);
|
182
|
-
@buff = ();
|
183
|
-
&write_cache($cache, $cache_file) unless $downs%10;
|
184
|
-
}
|
185
|
-
push @buff, \@l;
|
186
|
-
push @todownload, $l[1] unless exists $cache->{$l[1]};
|
187
|
-
}
|
188
|
-
print STDERR "\nDone.\n";
|
189
|
-
close BLAST;
|
190
|
-
|
191
|
-
$cache = &download($cache, \@todownload);
|
192
|
-
&print_out($cache, \@buff);
|
193
|
-
&write_cache($cache, $cache_file);
|
194
|
-
|
@@ -1,104 +0,0 @@
|
|
1
|
-
#!/usr/bin/env perl
|
2
|
-
|
3
|
-
#
|
4
|
-
# @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
|
5
|
-
# @update Mar-23-2015
|
6
|
-
# @license artistic license 2.0
|
7
|
-
#
|
8
|
-
|
9
|
-
use warnings;
|
10
|
-
use strict;
|
11
|
-
use Getopt::Std;
|
12
|
-
|
13
|
-
|
14
|
-
sub HELP_MESSAGE { die "
|
15
|
-
Usage:
|
16
|
-
$0 [options] genes.txt blast.txt ... > blast_metaxa.txt
|
17
|
-
|
18
|
-
genes.gff2 File containing the genes in any supported format
|
19
|
-
(see option -f).
|
20
|
-
blast.txt ... One or more tabular BLAST files.
|
21
|
-
blast_metaxa.txt Input file for MeTaxa.
|
22
|
-
|
23
|
-
Options:
|
24
|
-
-l <float> Minimum fraction of the gene aligned to consider a
|
25
|
-
hit. By default: 0.75. Ignored if -f 'no'.
|
26
|
-
-f <str> Format of the genes prediction. Any of:
|
27
|
-
o gff2: GFF v2 as produced by MetaGeneMark.hmm.
|
28
|
-
o gff3: GFF v3 with id field in the last column.
|
29
|
-
o tab: Tabular file with columns gene, gene length,
|
30
|
-
and contig.
|
31
|
-
o no: Ignores genes file.
|
32
|
-
By default: gff2.
|
33
|
-
-q Run quietly.
|
34
|
-
-h Display this message and exit.
|
35
|
-
|
36
|
-
";}
|
37
|
-
|
38
|
-
my %o;
|
39
|
-
getopts('l:f:qh',\%o);
|
40
|
-
my($gff, @blasts) = @ARGV;
|
41
|
-
($gff and $#blasts>=0) or &HELP_MESSAGE;
|
42
|
-
$o{h} and &HELP_MESSAGE;
|
43
|
-
$o{f} ||= "gff2";
|
44
|
-
$o{f} = lc $o{f};
|
45
|
-
$o{l} ||= 0.75;
|
46
|
-
|
47
|
-
my %gene;
|
48
|
-
if($o{f} ne 'no'){
|
49
|
-
print STDERR "Reading genes collection.\n" unless $o{q};
|
50
|
-
open GFF, "<", $gff or die "Cannot read file: $gff: $!\n";
|
51
|
-
while(<GFF>){
|
52
|
-
next if /^#/;
|
53
|
-
next if /^\s*$/;
|
54
|
-
chomp;
|
55
|
-
my @ln = split /\t/;
|
56
|
-
if($o{f} eq 'gff2'){
|
57
|
-
exists $ln[8] or die "Cannot parse line $.: $_\n";
|
58
|
-
my $id = $ln[8];
|
59
|
-
$id =~ s/gene_id /gene_id_/;
|
60
|
-
$ln[0] =~ s/ .*//;
|
61
|
-
$gene{$id} = [$ln[0], (1+$ln[4]-$ln[3])/3];
|
62
|
-
}elsif($o{f} eq 'gff3'){
|
63
|
-
exists $ln[8] or die "Cannot parse line $.: $_\n";
|
64
|
-
$ln[8] =~ /id=([^;]+)/ or die "Cannot parse line $.: $_\n";
|
65
|
-
my $id = $1;
|
66
|
-
$ln[0] =~ s/ .*//;
|
67
|
-
$gene{$id} = [$ln[0], (1+$ln[4]-$ln[3])/3];
|
68
|
-
}elsif($o{f} eq 'tab'){
|
69
|
-
exists $ln[2] or die "Cannot parse line $.: $_\n";
|
70
|
-
$ln[1]+0 or die "$ln[0]: Length zero.\n";
|
71
|
-
$gene{$ln[0]} = [$ln[2], $ln[1]/3];
|
72
|
-
}else{
|
73
|
-
die "Unsupported format: ".$o{f}.".\n";
|
74
|
-
}
|
75
|
-
}
|
76
|
-
close GFF;
|
77
|
-
}
|
78
|
-
|
79
|
-
my $i=0;
|
80
|
-
my $p=0;
|
81
|
-
print STDERR "Generating MeTaxa input.\n" unless $o{q};
|
82
|
-
for my $blast (@blasts){
|
83
|
-
print STDERR " o $blast\n" unless $o{q};
|
84
|
-
open BLAST, "<", $blast or die "Cannot read file: $blast: $!\n";
|
85
|
-
while(<BLAST>){
|
86
|
-
chomp;
|
87
|
-
my @l = split /\t/;
|
88
|
-
$i++;
|
89
|
-
my $ctg;
|
90
|
-
if($o{f} eq 'no'){
|
91
|
-
$ctg = $l[0];
|
92
|
-
}else{
|
93
|
-
exists $gene{$l[0]} or die "Cannot find contig for gene $l[0].\n";
|
94
|
-
next unless $l[3] >= $o{l}*$gene{$l[0]}->[1];
|
95
|
-
$ctg = $gene{$l[0]}->[0];
|
96
|
-
}
|
97
|
-
$l[1] =~ m/gi\|(\d+)\|/ or die "Cannot parse GI in $l[1].\n";
|
98
|
-
print "".join("\t", @l, $ctg, $l[0], $1)."\n";
|
99
|
-
$p++;
|
100
|
-
}
|
101
|
-
close BLAST;
|
102
|
-
}
|
103
|
-
print STDERR " Found $i results, reported $p.\n" unless $o{q};
|
104
|
-
|
@@ -1,157 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
#
|
4
|
-
# @author Luis M. Rodriguez-R <lmrodriguezr at gmail dot com>
|
5
|
-
# @update: Jul-29-2015
|
6
|
-
# @license artistic license 2.0
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'optparse'
|
10
|
-
|
11
|
-
opts = {:minscore=>0, :besthits=>0, :orient=>0, :sisprefix=>"_"}
|
12
|
-
ARGV << '-h' if ARGV.size==0
|
13
|
-
OptionParser.new do |opt|
|
14
|
-
opt.separator "Identifies the best hits of paired-reads."
|
15
|
-
opt.separator ""
|
16
|
-
opt.on("-i", "--blast FILE", "Input BLAST file."){ |v| opts[:blast]=v }
|
17
|
-
opt.on("-s", "--minscore FLOAT", "Minimum (summed) Bit-Score to consider a pair-match."){ |v| opts[:minscore] = v.to_f }
|
18
|
-
opt.on("-b", "--besthits INT", "Outputs top best-hits only (use 0 to output all the paired hits)."){ |v| opts[:besthits]=v.to_i }
|
19
|
-
opt.on("-o", "--orient INT", "Checks the orientation of the hit. Values are: 0, no checking; 1, same direction; 2,",
|
20
|
-
"inwards; 3, outwards; 4, different direction (i.e., 2 or 3)."){ |v| opts[:orient]=v.to_i }
|
21
|
-
opt.on("-p", "--sisprefix STR", "Sister read number prefix in the name of the reads. Escape characters as dots (\\.),",
|
22
|
-
"parenthesis (\\(, \\), \\[, \\]), or other characters with special meaning in regular expressions",
|
23
|
-
"(\\*, \\+, \\^, \\$, \\|). This prefix allows regular expressions (for example, use ':|\\.' to use any of",
|
24
|
-
"colon or dot). Notice that the prefix will not be included in the base name reported in the output."){ |v| opts[:sisprefix]=v }
|
25
|
-
opt.on("-h","--help","Display this screen") do
|
26
|
-
puts opt
|
27
|
-
exit
|
28
|
-
end
|
29
|
-
opt.separator ""
|
30
|
-
opt.separator "Output:"
|
31
|
-
opt.separator " Tab-delimited flat file, with the following columns:"
|
32
|
-
opt.separator " 1. Query ID (without the \"sister\" identifier)."
|
33
|
-
opt.separator " 2. Subject ID."
|
34
|
-
opt.separator " 3. Bit score (summed from both sister reads)."
|
35
|
-
opt.separator " 4/5. From/To (subject) coordinates for read 1."
|
36
|
-
opt.separator " 6/7. From/To (subject) coordinates for read 2."
|
37
|
-
opt.separator " 8. Reads orientation (1: same direction, 2: inwards, 3: outwards)."
|
38
|
-
opt.separator " 9. Estimated insert size."
|
39
|
-
opt.separator ""
|
40
|
-
opt.separator "Important note: This script assumes that paired hits are next to each other."
|
41
|
-
opt.separator " If this is not the case (e.g., because the blast was concatenated),"
|
42
|
-
opt.separator " you must sort the input before running this script."
|
43
|
-
opt.separator ""
|
44
|
-
end.parse!
|
45
|
-
abort "-i/--blast is mandatory." if opts[:blast].nil?
|
46
|
-
abort "-i/--blast must exist." unless File.exists? opts[:blast]
|
47
|
-
|
48
|
-
class SingleHit
|
49
|
-
attr_reader :sbj, :score, :orient, :sfrom, :sto, :qfrom, :qto
|
50
|
-
def initialize(blast_ln)
|
51
|
-
blast_ln.chomp!
|
52
|
-
ln = blast_ln.split("\t")
|
53
|
-
@sbj = ln[1]
|
54
|
-
@score = ln[11].to_f
|
55
|
-
@qfrom = ln[6].to_i
|
56
|
-
@qto = ln[7].to_i
|
57
|
-
@sfrom = ln[8].to_i
|
58
|
-
@sto = ln[9].to_i
|
59
|
-
@orient = @sfrom < @sto ? 1 : -1;
|
60
|
-
end
|
61
|
-
end
|
62
|
-
class DoubleHit
|
63
|
-
attr_reader :name, :sbj, :score, :orient, :hitA, :hitB
|
64
|
-
def initialize(name, hitA, hitB)
|
65
|
-
raise "Trying to set DoubleHit from hits with different subjects" unless hitA.sbj == hitB.sbj
|
66
|
-
@name = name
|
67
|
-
@hitA = hitA
|
68
|
-
@hitB = hitB
|
69
|
-
@sbj = hitA.sbj
|
70
|
-
@score = hitA.score + hitB.score
|
71
|
-
@orient = (hitA.orient == hitB.orient ? 1:
|
72
|
-
((hitA.orient>0 and hitB.orient<0) ? 2: 3))
|
73
|
-
end
|
74
|
-
def to_s
|
75
|
-
coords = [@hitA.sfrom, @hitB.sfrom, @hitA.sto, @hitB.sto]
|
76
|
-
@name + "\t" + @sbj + "\t" + @score.to_s + "\t" +
|
77
|
-
@hitA.sfrom.to_s + "\t" + @hitA.sto.to_s + "\t" +
|
78
|
-
@hitB.sfrom.to_s + "\t" + @hitB.sto.to_s + "\t" +
|
79
|
-
@orient.to_s + "\t" + (coords.max-coords.min).to_s + "\n"
|
80
|
-
end
|
81
|
-
end
|
82
|
-
class PairedHits
|
83
|
-
attr_reader :name, :hitsA, :hitsB
|
84
|
-
@@minscore = 0
|
85
|
-
@@orient = 0
|
86
|
-
@@besthits = 0
|
87
|
-
def initialize(name)
|
88
|
-
@name = name
|
89
|
-
@hitsA = []
|
90
|
-
@hitsB = []
|
91
|
-
@hits = []
|
92
|
-
end
|
93
|
-
def hits
|
94
|
-
@hits = []
|
95
|
-
# Search for paired hits
|
96
|
-
@hitsA.each do |hitA|
|
97
|
-
@hitsB.each do |hitB|
|
98
|
-
if hitA.sbj == hitB.sbj
|
99
|
-
hit = DoubleHit.new(@name, hitA, hitB)
|
100
|
-
next if hit.score <= @@minscore # Minimum bit-score check
|
101
|
-
next if ((1 .. 3).include?(@@orient) and @@orient != hit.orient) # "typical" orientation check
|
102
|
-
next if (@@orient == 4 and not((2 .. 3).include?(hit.orient))) # "different-orientation" check
|
103
|
-
@hits.push(hit)
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
107
|
-
# Sort the hits
|
108
|
-
@hits.sort! {|x,y| x.score <=> y.score }
|
109
|
-
if @@besthits==0
|
110
|
-
@hits
|
111
|
-
else
|
112
|
-
@hits.take(@@besthits)
|
113
|
-
end
|
114
|
-
end
|
115
|
-
def hitsX(x)
|
116
|
-
if x == 1
|
117
|
-
@hitsA
|
118
|
-
else
|
119
|
-
@hitsB
|
120
|
-
end
|
121
|
-
end
|
122
|
-
# Class methods
|
123
|
-
def PairedHits.minscore=(value)
|
124
|
-
@@minscore = value
|
125
|
-
end
|
126
|
-
def PairedHits.orient=(value)
|
127
|
-
@@orient = value
|
128
|
-
end
|
129
|
-
def PairedHits.besthits=(value)
|
130
|
-
@@besthits = value
|
131
|
-
end
|
132
|
-
end
|
133
|
-
|
134
|
-
PairedHits.minscore = opts[:minscore]
|
135
|
-
PairedHits.orient = opts[:orient]
|
136
|
-
PairedHits.besthits = opts[:besthits]
|
137
|
-
|
138
|
-
begin
|
139
|
-
f = File.open(opts[:blast], "r")
|
140
|
-
currPair = PairedHits.new(" ")
|
141
|
-
while(ln = f.gets)
|
142
|
-
m = /^([^\s]*)(?:#{opts[:sisprefix]})([12])/.match(ln)
|
143
|
-
raise "Impossible to parse read name in line #{$.} using sister prefix '#{opts[:sisprefix]}':\n#{ln}" unless m
|
144
|
-
if m[1] != currPair.name
|
145
|
-
currPair.hits.each { |hit| puts hit.to_s }
|
146
|
-
currPair = PairedHits.new(m[1])
|
147
|
-
end
|
148
|
-
currPair.hitsX(m[2].to_i).push(SingleHit.new(ln));
|
149
|
-
end
|
150
|
-
currPair.hits.each { |hit| puts hit.to_s }
|
151
|
-
f.close
|
152
|
-
rescue => err
|
153
|
-
$stderr.puts "Exception: #{err}\n\n"
|
154
|
-
err.backtrace.each { |l| $stderr.puts l + "\n" }
|
155
|
-
err
|
156
|
-
end
|
157
|
-
|