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.
- checksums.yaml +4 -4
- data/lib/miga/version.rb +2 -2
- data/utils/FastAAI/00.Libraries/01.SCG_HMMs/Archaea_SCG.hmm +41964 -0
- data/utils/FastAAI/00.Libraries/01.SCG_HMMs/Bacteria_SCG.hmm +32439 -0
- data/utils/FastAAI/00.Libraries/01.SCG_HMMs/Complete_SCG_DB.hmm +62056 -0
- data/utils/FastAAI/FastAAI +3659 -0
- data/utils/FastAAI/FastAAI-legacy/FastAAI +1336 -0
- data/utils/FastAAI/FastAAI-legacy/kAAI_v1.0_virus.py +1296 -0
- data/utils/FastAAI/README.md +84 -0
- data/utils/enveomics/Docs/recplot2.md +244 -0
- data/utils/enveomics/Examples/aai-matrix.bash +66 -0
- data/utils/enveomics/Examples/ani-matrix.bash +66 -0
- data/utils/enveomics/Examples/essential-phylogeny.bash +105 -0
- data/utils/enveomics/Examples/unus-genome-phylogeny.bash +100 -0
- data/utils/enveomics/LICENSE.txt +73 -0
- data/utils/enveomics/Makefile +52 -0
- data/utils/enveomics/Manifest/Tasks/aasubs.json +103 -0
- data/utils/enveomics/Manifest/Tasks/blasttab.json +790 -0
- data/utils/enveomics/Manifest/Tasks/distances.json +161 -0
- data/utils/enveomics/Manifest/Tasks/fasta.json +802 -0
- data/utils/enveomics/Manifest/Tasks/fastq.json +291 -0
- data/utils/enveomics/Manifest/Tasks/graphics.json +126 -0
- data/utils/enveomics/Manifest/Tasks/mapping.json +165 -0
- data/utils/enveomics/Manifest/Tasks/ogs.json +382 -0
- data/utils/enveomics/Manifest/Tasks/other.json +906 -0
- data/utils/enveomics/Manifest/Tasks/remote.json +356 -0
- data/utils/enveomics/Manifest/Tasks/sequence-identity.json +650 -0
- data/utils/enveomics/Manifest/Tasks/tables.json +308 -0
- data/utils/enveomics/Manifest/Tasks/trees.json +68 -0
- data/utils/enveomics/Manifest/Tasks/variants.json +111 -0
- data/utils/enveomics/Manifest/categories.json +165 -0
- data/utils/enveomics/Manifest/examples.json +162 -0
- data/utils/enveomics/Manifest/tasks.json +4 -0
- data/utils/enveomics/README.md +42 -0
- data/utils/enveomics/Scripts/AAsubs.log2ratio.rb +171 -0
- data/utils/enveomics/Scripts/Aln.cat.rb +221 -0
- data/utils/enveomics/Scripts/Aln.convert.pl +35 -0
- data/utils/enveomics/Scripts/AlphaDiversity.pl +152 -0
- data/utils/enveomics/Scripts/BedGraph.tad.rb +138 -0
- data/utils/enveomics/Scripts/BedGraph.window.rb +71 -0
- data/utils/enveomics/Scripts/BlastPairwise.AAsubs.pl +102 -0
- data/utils/enveomics/Scripts/BlastTab.addlen.rb +63 -0
- data/utils/enveomics/Scripts/BlastTab.advance.bash +48 -0
- data/utils/enveomics/Scripts/BlastTab.best_hit_sorted.pl +55 -0
- data/utils/enveomics/Scripts/BlastTab.catsbj.pl +104 -0
- data/utils/enveomics/Scripts/BlastTab.cogCat.rb +76 -0
- data/utils/enveomics/Scripts/BlastTab.filter.pl +47 -0
- data/utils/enveomics/Scripts/BlastTab.kegg_pep2path_rest.pl +194 -0
- data/utils/enveomics/Scripts/BlastTab.metaxaPrep.pl +104 -0
- data/utils/enveomics/Scripts/BlastTab.pairedHits.rb +157 -0
- data/utils/enveomics/Scripts/BlastTab.recplot2.R +48 -0
- data/utils/enveomics/Scripts/BlastTab.seqdepth.pl +86 -0
- data/utils/enveomics/Scripts/BlastTab.seqdepth_ZIP.pl +119 -0
- data/utils/enveomics/Scripts/BlastTab.seqdepth_nomedian.pl +86 -0
- data/utils/enveomics/Scripts/BlastTab.subsample.pl +47 -0
- data/utils/enveomics/Scripts/BlastTab.sumPerHit.pl +114 -0
- data/utils/enveomics/Scripts/BlastTab.taxid2taxrank.pl +90 -0
- data/utils/enveomics/Scripts/BlastTab.topHits_sorted.rb +123 -0
- data/utils/enveomics/Scripts/Chao1.pl +97 -0
- data/utils/enveomics/Scripts/CharTable.classify.rb +234 -0
- data/utils/enveomics/Scripts/EBIseq2tax.rb +83 -0
- data/utils/enveomics/Scripts/FastA.N50.pl +60 -0
- data/utils/enveomics/Scripts/FastA.extract.rb +152 -0
- data/utils/enveomics/Scripts/FastA.filter.pl +52 -0
- data/utils/enveomics/Scripts/FastA.filterLen.pl +28 -0
- data/utils/enveomics/Scripts/FastA.filterN.pl +60 -0
- data/utils/enveomics/Scripts/FastA.fragment.rb +100 -0
- data/utils/enveomics/Scripts/FastA.gc.pl +42 -0
- data/utils/enveomics/Scripts/FastA.interpose.pl +93 -0
- data/utils/enveomics/Scripts/FastA.length.pl +38 -0
- data/utils/enveomics/Scripts/FastA.mask.rb +89 -0
- data/utils/enveomics/Scripts/FastA.per_file.pl +36 -0
- data/utils/enveomics/Scripts/FastA.qlen.pl +57 -0
- data/utils/enveomics/Scripts/FastA.rename.pl +65 -0
- data/utils/enveomics/Scripts/FastA.revcom.pl +23 -0
- data/utils/enveomics/Scripts/FastA.sample.rb +98 -0
- data/utils/enveomics/Scripts/FastA.slider.pl +85 -0
- data/utils/enveomics/Scripts/FastA.split.pl +55 -0
- data/utils/enveomics/Scripts/FastA.split.rb +79 -0
- data/utils/enveomics/Scripts/FastA.subsample.pl +131 -0
- data/utils/enveomics/Scripts/FastA.tag.rb +65 -0
- data/utils/enveomics/Scripts/FastA.toFastQ.rb +69 -0
- data/utils/enveomics/Scripts/FastA.wrap.rb +48 -0
- data/utils/enveomics/Scripts/FastQ.filter.pl +54 -0
- data/utils/enveomics/Scripts/FastQ.interpose.pl +90 -0
- data/utils/enveomics/Scripts/FastQ.maskQual.rb +89 -0
- data/utils/enveomics/Scripts/FastQ.offset.pl +90 -0
- data/utils/enveomics/Scripts/FastQ.split.pl +53 -0
- data/utils/enveomics/Scripts/FastQ.tag.rb +70 -0
- data/utils/enveomics/Scripts/FastQ.test-error.rb +81 -0
- data/utils/enveomics/Scripts/FastQ.toFastA.awk +24 -0
- data/utils/enveomics/Scripts/GFF.catsbj.pl +127 -0
- data/utils/enveomics/Scripts/GenBank.add_fields.rb +84 -0
- data/utils/enveomics/Scripts/HMM.essential.rb +351 -0
- data/utils/enveomics/Scripts/HMM.haai.rb +168 -0
- data/utils/enveomics/Scripts/HMMsearch.extractIds.rb +83 -0
- data/utils/enveomics/Scripts/JPlace.distances.rb +88 -0
- data/utils/enveomics/Scripts/JPlace.to_iToL.rb +320 -0
- data/utils/enveomics/Scripts/M5nr.getSequences.rb +81 -0
- data/utils/enveomics/Scripts/MeTaxa.distribution.pl +198 -0
- data/utils/enveomics/Scripts/MyTaxa.fragsByTax.pl +35 -0
- data/utils/enveomics/Scripts/MyTaxa.seq-taxrank.rb +49 -0
- data/utils/enveomics/Scripts/NCBIacc2tax.rb +92 -0
- data/utils/enveomics/Scripts/Newick.autoprune.R +27 -0
- data/utils/enveomics/Scripts/RAxML-EPA.to_iToL.pl +228 -0
- data/utils/enveomics/Scripts/RecPlot2.compareIdentities.R +32 -0
- data/utils/enveomics/Scripts/RefSeq.download.bash +48 -0
- data/utils/enveomics/Scripts/SRA.download.bash +67 -0
- data/utils/enveomics/Scripts/TRIBS.plot-test.R +36 -0
- data/utils/enveomics/Scripts/TRIBS.test.R +39 -0
- data/utils/enveomics/Scripts/Table.barplot.R +31 -0
- data/utils/enveomics/Scripts/Table.df2dist.R +30 -0
- data/utils/enveomics/Scripts/Table.filter.pl +61 -0
- data/utils/enveomics/Scripts/Table.merge.pl +77 -0
- data/utils/enveomics/Scripts/Table.prefScore.R +60 -0
- data/utils/enveomics/Scripts/Table.replace.rb +69 -0
- data/utils/enveomics/Scripts/Table.round.rb +63 -0
- data/utils/enveomics/Scripts/Table.split.pl +57 -0
- data/utils/enveomics/Scripts/Taxonomy.silva2ncbi.rb +227 -0
- data/utils/enveomics/Scripts/VCF.KaKs.rb +147 -0
- data/utils/enveomics/Scripts/VCF.SNPs.rb +88 -0
- data/utils/enveomics/Scripts/aai.rb +421 -0
- data/utils/enveomics/Scripts/ani.rb +362 -0
- data/utils/enveomics/Scripts/anir.rb +137 -0
- data/utils/enveomics/Scripts/clust.rand.rb +102 -0
- data/utils/enveomics/Scripts/gi2tax.rb +103 -0
- data/utils/enveomics/Scripts/in_silico_GA_GI.pl +96 -0
- 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 +1 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/anir.rb +293 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/bm_set.rb +175 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/enveomics.rb +24 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/errors.rb +17 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/gmm_em.rb +30 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/jplace.rb +253 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/match.rb +88 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/og.rb +182 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/rbm.rb +49 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/remote_data.rb +74 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/seq_range.rb +237 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/stats/rand.rb +31 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/stats/sample.rb +152 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/stats.rb +3 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/utils.rb +74 -0
- data/utils/enveomics/Scripts/lib/enveomics_rb/vcf.rb +135 -0
- data/utils/enveomics/Scripts/ogs.annotate.rb +88 -0
- data/utils/enveomics/Scripts/ogs.core-pan.rb +160 -0
- data/utils/enveomics/Scripts/ogs.extract.rb +125 -0
- data/utils/enveomics/Scripts/ogs.mcl.rb +186 -0
- data/utils/enveomics/Scripts/ogs.rb +104 -0
- data/utils/enveomics/Scripts/ogs.stats.rb +131 -0
- data/utils/enveomics/Scripts/rbm-legacy.rb +172 -0
- data/utils/enveomics/Scripts/rbm.rb +108 -0
- data/utils/enveomics/Scripts/sam.filter.rb +148 -0
- data/utils/enveomics/Tests/Makefile +10 -0
- data/utils/enveomics/Tests/Mgen_M2288.faa +3189 -0
- data/utils/enveomics/Tests/Mgen_M2288.fna +8282 -0
- data/utils/enveomics/Tests/Mgen_M2321.fna +8288 -0
- data/utils/enveomics/Tests/Nequ_Kin4M.faa +2970 -0
- data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.tribs.Rdata +0 -0
- data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.txt +7 -0
- data/utils/enveomics/Tests/Xanthomonas_oryzae.aai-mat.tsv +17 -0
- data/utils/enveomics/Tests/Xanthomonas_oryzae.aai.tsv +137 -0
- data/utils/enveomics/Tests/a_mg.cds-go.blast.tsv +123 -0
- data/utils/enveomics/Tests/a_mg.reads-cds.blast.tsv +200 -0
- data/utils/enveomics/Tests/a_mg.reads-cds.counts.tsv +55 -0
- data/utils/enveomics/Tests/alkB.nwk +1 -0
- data/utils/enveomics/Tests/anthrax-cansnp-data.tsv +13 -0
- data/utils/enveomics/Tests/anthrax-cansnp-key.tsv +17 -0
- data/utils/enveomics/Tests/hiv1.faa +59 -0
- data/utils/enveomics/Tests/hiv1.fna +134 -0
- data/utils/enveomics/Tests/hiv2.faa +70 -0
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv +233 -0
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.lim +1 -0
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.rec +233 -0
- data/utils/enveomics/Tests/low-cov.bg.gz +0 -0
- data/utils/enveomics/Tests/phyla_counts.tsv +10 -0
- data/utils/enveomics/Tests/primate_lentivirus.ogs +11 -0
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv1.rbm +9 -0
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv2.rbm +8 -0
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-siv.rbm +6 -0
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-hiv2.rbm +9 -0
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-siv.rbm +6 -0
- data/utils/enveomics/Tests/primate_lentivirus.rbm/siv-siv.rbm +6 -0
- data/utils/enveomics/build_enveomics_r.bash +45 -0
- data/utils/enveomics/enveomics.R/DESCRIPTION +31 -0
- data/utils/enveomics/enveomics.R/NAMESPACE +39 -0
- data/utils/enveomics/enveomics.R/R/autoprune.R +167 -0
- data/utils/enveomics/enveomics.R/R/barplot.R +203 -0
- data/utils/enveomics/enveomics.R/R/cliopts.R +141 -0
- data/utils/enveomics/enveomics.R/R/df2dist.R +192 -0
- data/utils/enveomics/enveomics.R/R/growthcurve.R +349 -0
- data/utils/enveomics/enveomics.R/R/prefscore.R +79 -0
- data/utils/enveomics/enveomics.R/R/recplot.R +419 -0
- data/utils/enveomics/enveomics.R/R/recplot2.R +1698 -0
- data/utils/enveomics/enveomics.R/R/tribs.R +638 -0
- data/utils/enveomics/enveomics.R/R/utils.R +90 -0
- data/utils/enveomics/enveomics.R/README.md +81 -0
- 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 +16 -0
- data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2-method.Rd +16 -0
- data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2.Peak-method.Rd +16 -0
- data/utils/enveomics/enveomics.R/man/enve.GrowthCurve-class.Rd +25 -0
- data/utils/enveomics/enveomics.R/man/enve.TRIBS-class.Rd +47 -0
- data/utils/enveomics/enveomics.R/man/enve.TRIBS.merge.Rd +23 -0
- data/utils/enveomics/enveomics.R/man/enve.TRIBStest-class.Rd +47 -0
- data/utils/enveomics/enveomics.R/man/enve.__prune.iter.Rd +26 -0
- data/utils/enveomics/enveomics.R/man/enve.__prune.reduce.Rd +26 -0
- data/utils/enveomics/enveomics.R/man/enve.__tribs.Rd +44 -0
- data/utils/enveomics/enveomics.R/man/enve.barplot.Rd +111 -0
- data/utils/enveomics/enveomics.R/man/enve.cliopts.Rd +67 -0
- data/utils/enveomics/enveomics.R/man/enve.col.alpha.Rd +34 -0
- data/utils/enveomics/enveomics.R/man/enve.col2alpha.Rd +25 -0
- data/utils/enveomics/enveomics.R/man/enve.df2dist.Rd +59 -0
- data/utils/enveomics/enveomics.R/man/enve.df2dist.group.Rd +63 -0
- data/utils/enveomics/enveomics.R/man/enve.df2dist.list.Rd +46 -0
- data/utils/enveomics/enveomics.R/man/enve.growthcurve.Rd +78 -0
- data/utils/enveomics/enveomics.R/man/enve.prefscore.Rd +50 -0
- data/utils/enveomics/enveomics.R/man/enve.prune.dist.Rd +44 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot.Rd +147 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd +45 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.ANIr.Rd +27 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.Rd +77 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__counts.Rd +28 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__peakHist.Rd +24 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__whichClosestPeak.Rd +22 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.changeCutoff.Rd +22 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.compareIdentities.Rd +52 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.coordinates.Rd +29 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.corePeak.Rd +21 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd +45 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd +34 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_e.Rd +23 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_m.Rd +24 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__emauto_one.Rd +31 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mow_one.Rd +56 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mower.Rd +20 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.em.Rd +51 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.emauto.Rd +43 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.mower.Rd +82 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd +59 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.seqdepth.Rd +27 -0
- data/utils/enveomics/enveomics.R/man/enve.recplot2.windowDepthThreshold.Rd +36 -0
- data/utils/enveomics/enveomics.R/man/enve.selvector.Rd +23 -0
- data/utils/enveomics/enveomics.R/man/enve.tribs.Rd +68 -0
- data/utils/enveomics/enveomics.R/man/enve.tribs.test.Rd +28 -0
- data/utils/enveomics/enveomics.R/man/enve.truncate.Rd +27 -0
- data/utils/enveomics/enveomics.R/man/growth.curves.Rd +14 -0
- data/utils/enveomics/enveomics.R/man/phyla.counts.Rd +13 -0
- data/utils/enveomics/enveomics.R/man/plot.enve.GrowthCurve.Rd +81 -0
- data/utils/enveomics/enveomics.R/man/plot.enve.TRIBS.Rd +49 -0
- data/utils/enveomics/enveomics.R/man/plot.enve.TRIBStest.Rd +48 -0
- data/utils/enveomics/enveomics.R/man/plot.enve.recplot2.Rd +125 -0
- data/utils/enveomics/enveomics.R/man/summary.enve.GrowthCurve.Rd +22 -0
- data/utils/enveomics/enveomics.R/man/summary.enve.TRIBS.Rd +22 -0
- data/utils/enveomics/enveomics.R/man/summary.enve.TRIBStest.Rd +22 -0
- data/utils/enveomics/globals.mk +8 -0
- data/utils/enveomics/manifest.json +9 -0
- data/utils/multitrim/Multitrim How-To.pdf +0 -0
- data/utils/multitrim/README.md +67 -0
- data/utils/multitrim/multitrim.py +1555 -0
- data/utils/multitrim/multitrim.yml +13 -0
- metadata +268 -6
@@ -0,0 +1,308 @@
|
|
1
|
+
{
|
2
|
+
"tasks": [
|
3
|
+
{
|
4
|
+
"task": "Table.df2dist.R",
|
5
|
+
"description": ["Transform a tab-delimited list of distances into a",
|
6
|
+
"squared matrix."],
|
7
|
+
"help_arg": "--help",
|
8
|
+
"requires": [ { "r_package": "optparse" } ],
|
9
|
+
"options": [
|
10
|
+
{
|
11
|
+
"name": "Input list",
|
12
|
+
"opt": "--x",
|
13
|
+
"arg": "in_file",
|
14
|
+
"mandatory": true,
|
15
|
+
"description": "A tab-delimited table with the distances."
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"opt": "--obj1-index",
|
19
|
+
"arg": "integer",
|
20
|
+
"default": 1,
|
21
|
+
"description": ["Index of the column containing the ID of the object",
|
22
|
+
"1."]
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"opt": "--obj2-index",
|
26
|
+
"arg": "integer",
|
27
|
+
"default": 2,
|
28
|
+
"description": ["Index of the column containing the ID of the object",
|
29
|
+
"2."]
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"opt": "--dist-index",
|
33
|
+
"arg": "integer",
|
34
|
+
"default": 3,
|
35
|
+
"description": "Index of the column containing the distance."
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"opt": "--default-d",
|
39
|
+
"arg": "integer",
|
40
|
+
"description": "Default value for missing values. NA if empty."
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"opt": "--max-sim",
|
44
|
+
"arg": "float",
|
45
|
+
"description": ["If not-empty, assumes that the values are",
|
46
|
+
"similarity (not distance) and this is the maximum similarity",
|
47
|
+
"(corresponding to distance 0). Applies transformation:",
|
48
|
+
"distance = (max.sim - values)/max.sim."]
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"arg": "out_file",
|
52
|
+
"mandatory": true,
|
53
|
+
"description": "Output squared matrix in tab-separated values format."
|
54
|
+
}
|
55
|
+
]
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"task": "Table.filter.pl",
|
59
|
+
"description": ["Extracts (and re-orders) a subset of rows from a raw",
|
60
|
+
"table."],
|
61
|
+
"help_arg": "",
|
62
|
+
"options": [
|
63
|
+
{
|
64
|
+
"name": "Key",
|
65
|
+
"opt": "-k",
|
66
|
+
"arg": "integer",
|
67
|
+
"default": 1,
|
68
|
+
"description": "Column of the table to use as key to filter."
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"name": "Sep",
|
72
|
+
"opt": "-s",
|
73
|
+
"arg": "string",
|
74
|
+
"description": ["String to use as separation between rows. By",
|
75
|
+
"default, tabulation."]
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"name": "Inverse",
|
79
|
+
"opt": "-i",
|
80
|
+
"description": ["If set, reports the inverse of the list (i.e.,",
|
81
|
+
"reports only rows absent in the list). Implies 'No re-order'."]
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"name": "Header",
|
85
|
+
"opt": "-h",
|
86
|
+
"description": "Keep first row of the table (header) untouched."
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"name": "No re-order",
|
90
|
+
"opt": "-n",
|
91
|
+
"description": ["The output has the same order of the table. By",
|
92
|
+
"default, it prints in the order of the list."]
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"name": "List",
|
96
|
+
"arg": "in_file",
|
97
|
+
"mandatory": true,
|
98
|
+
"description": "List of IDs to extract."
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"name": "Table",
|
102
|
+
"arg": "in_file",
|
103
|
+
"mandatory": true,
|
104
|
+
"description": "Table file containing the superset."
|
105
|
+
},
|
106
|
+
">",
|
107
|
+
{
|
108
|
+
"name": "Subset",
|
109
|
+
"arg": "out_file",
|
110
|
+
"mandatory": true,
|
111
|
+
"description": "Table file to be created."
|
112
|
+
}
|
113
|
+
]
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"task": "Table.merge.pl",
|
117
|
+
"description": "Merges multiple (two-column) lists into one table.",
|
118
|
+
"see_also": ["Table.split.pl"],
|
119
|
+
"help_arg": "",
|
120
|
+
"options": [
|
121
|
+
{
|
122
|
+
"name": "Strings",
|
123
|
+
"opt": "-s",
|
124
|
+
"description": ["Values are read as Strings. By default, values are",
|
125
|
+
"read as numbers."]
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"name": "Input delimiter",
|
129
|
+
"opt": "-i",
|
130
|
+
"arg": "string",
|
131
|
+
"description": "Input field-delimiter. By default, tabulation."
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"name": "Output delimiter",
|
135
|
+
"opt": "-o",
|
136
|
+
"arg": "string",
|
137
|
+
"description": "Output field-delimiter. By default: tabulation."
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"name": "No header",
|
141
|
+
"opt": "-n",
|
142
|
+
"description": ["By default, the header is determined by the file",
|
143
|
+
"names."]
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"name": "Empty",
|
147
|
+
"opt": "-e",
|
148
|
+
"description": ["Default string when no value is found. By default,",
|
149
|
+
"the 'empty' value is 0 if values are numeric (i.e., unless -s is",
|
150
|
+
"set) or an empty string otherwise."]
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"name": "Header",
|
154
|
+
"opt": "-h",
|
155
|
+
"arg": "string",
|
156
|
+
"default": "Tag",
|
157
|
+
"description": "Header of the first column, containing the IDs."
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"name": "Header format",
|
161
|
+
"opt": "-H",
|
162
|
+
"arg": "string",
|
163
|
+
"default": "(?:.*/)?([^\\.]+)",
|
164
|
+
"description": ["Format of filenames capturing the column header in",
|
165
|
+
"the first capturing parenthesis. Non-capturing paretheses can be",
|
166
|
+
"defined as (?:...). By default: '(?:.*/)?([^\\.]+)', which",
|
167
|
+
"captures the part of the basename of the file before the first",
|
168
|
+
"dot (if any)."]
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"name": "Rows to ignore",
|
172
|
+
"opt": "-r",
|
173
|
+
"arg": "integer",
|
174
|
+
"default": 0,
|
175
|
+
"description": "Number of leading rows to ignore in the input files."
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"arg": "in_file",
|
179
|
+
"mandatory": true,
|
180
|
+
"multiple_sep": " ",
|
181
|
+
"description": "Input two-column lists."
|
182
|
+
},
|
183
|
+
">",
|
184
|
+
{
|
185
|
+
"arg": "out_file",
|
186
|
+
"mandatory": true,
|
187
|
+
"description": "Merged table."
|
188
|
+
}
|
189
|
+
]
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"task": "Table.round.rb",
|
193
|
+
"description": "Rounds numbers in a table.",
|
194
|
+
"help_arg": "--help",
|
195
|
+
"options": [
|
196
|
+
{
|
197
|
+
"name": "Input file",
|
198
|
+
"opt": "--in",
|
199
|
+
"arg": "in_file",
|
200
|
+
"mandatory": true,
|
201
|
+
"description": "Input table."
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"name": "Output file",
|
205
|
+
"opt": "--out",
|
206
|
+
"arg": "out_file",
|
207
|
+
"mandatory": true,
|
208
|
+
"description": "Output table."
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"name": "Decimals",
|
212
|
+
"opt": "--ndigits",
|
213
|
+
"arg": "integer",
|
214
|
+
"default": 0,
|
215
|
+
"description": "Number of decimal digits."
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"opt": "--floor",
|
219
|
+
"description": ["Floors the values instead of rounding them. Ignores",
|
220
|
+
"'Decimals'."]
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"opt": "--ceil",
|
224
|
+
"description": ["Ceils the values instead of rounding them. Ignores",
|
225
|
+
"'Decimals'."]
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"opt": "--delimiter",
|
229
|
+
"arg": "string",
|
230
|
+
"description": "String delimiting columns. By default, tabulation."
|
231
|
+
}
|
232
|
+
]
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"task": "Table.split.pl",
|
236
|
+
"description": ["Split a file with multiple columns into multiple",
|
237
|
+
"two-columns lists."],
|
238
|
+
"see_also": ["Table.merge.pl"],
|
239
|
+
"help_arg": "",
|
240
|
+
"options": [
|
241
|
+
{
|
242
|
+
"name": "Input delimiter",
|
243
|
+
"opt": "-i",
|
244
|
+
"arg": "string",
|
245
|
+
"description": "Input field-delimiter. By default, tabulation."
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"name": "Out prefix",
|
249
|
+
"opt": "-o",
|
250
|
+
"arg": "string",
|
251
|
+
"description": "Prefix of the output files."
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"name": "Output directory",
|
255
|
+
"opt": "-d",
|
256
|
+
"arg": "out_dir",
|
257
|
+
"description": "Output directory."
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"arg": "in_file",
|
261
|
+
"mandatory": true,
|
262
|
+
"description": "Input table."
|
263
|
+
}
|
264
|
+
]
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"task": "Table.replace.rb",
|
268
|
+
"description": "Replace a field in a table using a mapping file.",
|
269
|
+
"help_arg": "--help",
|
270
|
+
"options": [
|
271
|
+
{
|
272
|
+
"opt": "--map",
|
273
|
+
"arg": "in_file",
|
274
|
+
"mandatory": true,
|
275
|
+
"description": "Mapping file with two columns (key and replacement)."
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"opt": "--in",
|
279
|
+
"arg": "in_file",
|
280
|
+
"mandatory": true,
|
281
|
+
"description": "Input table."
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"opt": "--out",
|
285
|
+
"arg": "out_file",
|
286
|
+
"mandatory": true,
|
287
|
+
"description": "Output table."
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"opt": "--key",
|
291
|
+
"arg": "integer",
|
292
|
+
"default": 1,
|
293
|
+
"description": "Column to replace in Input table."
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"opt": "--unknown",
|
297
|
+
"arg": "string",
|
298
|
+
"description": "String to use whenever the key is not found in Map."
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"opt": "--delimiter",
|
302
|
+
"arg": "string",
|
303
|
+
"description": "String delimiting columns. By default, tabulation."
|
304
|
+
}
|
305
|
+
]
|
306
|
+
}
|
307
|
+
]
|
308
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
"tasks": [
|
3
|
+
{
|
4
|
+
"task": "Newick.autoprune.R",
|
5
|
+
"description": ["Automatically prunes a tree, to keep representatives of",
|
6
|
+
"each clade."],
|
7
|
+
"requires": [ { "r_package": "optparse" }, { "r_package": "ape" } ],
|
8
|
+
"cite": [["Paradis et al, 2004, Bioinf",
|
9
|
+
"http://dx.doi.org/10.1093/bioinformatics/btg412"]],
|
10
|
+
"help_arg": "--help",
|
11
|
+
"options": [
|
12
|
+
{
|
13
|
+
"name": "Input tree",
|
14
|
+
"opt": "--t",
|
15
|
+
"arg": "in_file",
|
16
|
+
"mandatory": true,
|
17
|
+
"description": "A tree to prune in Newick format."
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"opt": "--dist-quantile",
|
21
|
+
"arg": "float",
|
22
|
+
"default": 0.25,
|
23
|
+
"description": "The quantile of edge lengths."
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"opt": "--min_dist",
|
27
|
+
"arg": "float",
|
28
|
+
"description": ["The minimum distance to allow between two tips. If",
|
29
|
+
"not set, dist.quantile is used instead to calculate it."]
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"opt": "--quiet",
|
33
|
+
"description": ["Boolean indicating if the function must run without",
|
34
|
+
"output."]
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"opt": "--max_iters",
|
38
|
+
"arg": "integer",
|
39
|
+
"default": 1000,
|
40
|
+
"description": "Maximum number of iterations."
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"opt": "--min_nodes_random",
|
44
|
+
"arg": "integer",
|
45
|
+
"default": 40000,
|
46
|
+
"description": ["Minimum number of nodes to trigger 'tip-pairs'",
|
47
|
+
"nodes sampling. This sampling is less reproducible and more",
|
48
|
+
"computationally expensive, but it's the only solution if the",
|
49
|
+
"cophenetic matrix exceeds 2^31-1 entries; above that, it cannot",
|
50
|
+
"be represented in R."]
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"opt": "--random_nodes_frx",
|
54
|
+
"arg": "float",
|
55
|
+
"default": 1.0,
|
56
|
+
"description": ["Fraction of the nodes to be sampled if more than",
|
57
|
+
"'Min nodes random'."]
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"arg": "out_file",
|
61
|
+
"mandatory": true,
|
62
|
+
"description": ["Output file in Newick format containing the pruned",
|
63
|
+
"tree."]
|
64
|
+
}
|
65
|
+
]
|
66
|
+
}
|
67
|
+
]
|
68
|
+
}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
{
|
2
|
+
"tasks": [
|
3
|
+
{
|
4
|
+
"task": "VCF.SNPs.rb",
|
5
|
+
"description": ["Counts the number of Single-Nucleotide Polymorphisms",
|
6
|
+
"(SNPs) in a VCF file."],
|
7
|
+
"help_arg": "--help",
|
8
|
+
"options": [
|
9
|
+
{
|
10
|
+
"opt": "--input",
|
11
|
+
"arg": "in_file",
|
12
|
+
"mandatory": true,
|
13
|
+
"description": "Input file in Variant Call Format (VCF)."
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"name": "Filtered VCF",
|
17
|
+
"opt": "--out",
|
18
|
+
"arg": "out_file",
|
19
|
+
"description": "Output (filtered) file in Variant Call Format (VCF)."
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"name": "Min DP",
|
23
|
+
"opt": "--min-dp",
|
24
|
+
"arg": "integer",
|
25
|
+
"description": "Minimum number of reads covering the position.",
|
26
|
+
"default": 4
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"name": "Max DP",
|
30
|
+
"opt": "--max-dp",
|
31
|
+
"arg": "integer",
|
32
|
+
"description": ["Maximum number of reads covering the position. By",
|
33
|
+
"default no limit."]
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"name": "Min Ref-DP",
|
37
|
+
"opt": "--min-ref-dp",
|
38
|
+
"arg": "integer",
|
39
|
+
"description": "Minimum number of reads supporting the REF allele.",
|
40
|
+
"default": 2
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "Min Alt-DP",
|
44
|
+
"opt": "--min-alt-dp",
|
45
|
+
"arg": "integer",
|
46
|
+
"description": "Minimum number of reads supporting the ALT allele.",
|
47
|
+
"default": 2
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"opt": "--min-quality",
|
51
|
+
"arg": "float",
|
52
|
+
"description": "Minimum quality of the position mapping.",
|
53
|
+
"default": 0.0
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"opt": "--min-shannon",
|
57
|
+
"arg": "integer",
|
58
|
+
"description": "Minimum information content (in bits, from 0 to 1).",
|
59
|
+
"default": 0.0
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"opt": "--indels",
|
63
|
+
"description": "Process indels."
|
64
|
+
}
|
65
|
+
]
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"task": "VCF.KaKs.rb",
|
69
|
+
"description": ["Estimates the Ka/Ks ratio from the SNPs in a VCF file.",
|
70
|
+
"Ka and Ks are corrected using pseudo-counts, but no corrections for",
|
71
|
+
"multiple substitutions are applied."],
|
72
|
+
"help_arg": "--help",
|
73
|
+
"see_also": ["VCF.SNPs.rb"],
|
74
|
+
"options": [
|
75
|
+
{
|
76
|
+
"opt": "--input",
|
77
|
+
"arg": "in_file",
|
78
|
+
"mandatory": true,
|
79
|
+
"description": "Input file in Variant Call Format (VCF)."
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"opt": "--seqs",
|
83
|
+
"arg": "in_file",
|
84
|
+
"mandatory": true,
|
85
|
+
"description": "Input gene sequences (nucleotides) in FastA format."
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"name": "Synonymous fraction",
|
89
|
+
"opt": "--syn-frx",
|
90
|
+
"arg": "float",
|
91
|
+
"description": ["Fraction of synonymous substitutions. If passed,",
|
92
|
+
"the number of sites are estimated (not counted per gene),",
|
93
|
+
"speeding up the computation ~10X."]
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"name": "Bacterial code synonymous fraction",
|
97
|
+
"opt": "--syn-bacterial-code",
|
98
|
+
"description": ["Sets the synonymous fraction to 0.760417,",
|
99
|
+
"approximately the proportion of synonymous substitutions in the",
|
100
|
+
"bacterial code."]
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"opt": "--codon-file",
|
104
|
+
"arg": "out_file",
|
105
|
+
"description": ["Output file including the codons of substitution",
|
106
|
+
"variants."]
|
107
|
+
}
|
108
|
+
]
|
109
|
+
}
|
110
|
+
]
|
111
|
+
}
|
@@ -0,0 +1,165 @@
|
|
1
|
+
{
|
2
|
+
"categories": {
|
3
|
+
"Sequence similarity search": {
|
4
|
+
"Statistics": [
|
5
|
+
"BedGraph.tad.rb",
|
6
|
+
"BedGraph.window.rb",
|
7
|
+
"BlastPairwise.AAsubs.pl",
|
8
|
+
"BlastTab.advance.bash",
|
9
|
+
"BlastTab.recplot2.R",
|
10
|
+
"BlastTab.seqdepth.pl",
|
11
|
+
"BlastTab.seqdepth_nomedian.pl",
|
12
|
+
"BlastTab.seqdepth_ZIP.pl",
|
13
|
+
"BlastTab.sumPerHit.pl",
|
14
|
+
"FastQ.test-error.rb",
|
15
|
+
"RecPlot2.compareIdentities.R"
|
16
|
+
],
|
17
|
+
"Manipulation": [
|
18
|
+
"BlastTab.addlen.rb",
|
19
|
+
"BlastTab.best_hit_sorted.pl",
|
20
|
+
"BlastTab.catsbj.pl",
|
21
|
+
"BlastTab.cogCat.rb",
|
22
|
+
"BlastTab.filter.pl",
|
23
|
+
"BlastTab.kegg_pep2path_rest.pl",
|
24
|
+
"BlastTab.pairedHits.rb",
|
25
|
+
"BlastTab.subsample.pl",
|
26
|
+
"BlastTab.taxid2taxrank.pl",
|
27
|
+
"BlastTab.topHits_sorted.rb",
|
28
|
+
"sam.filter.rb"
|
29
|
+
],
|
30
|
+
"Execution": [
|
31
|
+
"aai.rb",
|
32
|
+
"ani.rb",
|
33
|
+
"anir.rb",
|
34
|
+
"HMM.haai.rb",
|
35
|
+
"rbm.rb"
|
36
|
+
]
|
37
|
+
},
|
38
|
+
"Sequence analyses": {
|
39
|
+
"Statistics": [
|
40
|
+
"FastA.gc.pl",
|
41
|
+
"FastA.length.pl",
|
42
|
+
"FastA.N50.pl",
|
43
|
+
"FastA.qlen.pl",
|
44
|
+
"FastQ.test-error.rb"
|
45
|
+
],
|
46
|
+
"Manipulation": [
|
47
|
+
"FastA.extract.rb",
|
48
|
+
"FastA.filter.pl",
|
49
|
+
"FastA.filterLen.pl",
|
50
|
+
"FastA.filterN.pl",
|
51
|
+
"FastA.fragment.rb",
|
52
|
+
"FastA.interpose.pl",
|
53
|
+
"FastA.mask.rb",
|
54
|
+
"FastA.per_file.pl",
|
55
|
+
"FastA.rename.pl",
|
56
|
+
"FastA.revcom.pl",
|
57
|
+
"FastA.sample.rb",
|
58
|
+
"FastA.slider.pl",
|
59
|
+
"FastA.split.pl",
|
60
|
+
"FastA.split.rb",
|
61
|
+
"FastA.subsample.pl",
|
62
|
+
"FastA.tag.rb",
|
63
|
+
"FastA.toFastQ.rb",
|
64
|
+
"FastA.wrap.rb",
|
65
|
+
"FastQ.filter.pl",
|
66
|
+
"FastQ.interpose.pl",
|
67
|
+
"FastQ.maskQual.rb",
|
68
|
+
"FastQ.offset.pl",
|
69
|
+
"FastQ.split.pl",
|
70
|
+
"FastQ.tag.rb",
|
71
|
+
"FastQ.toFastA.awk"
|
72
|
+
]
|
73
|
+
},
|
74
|
+
"Diversity": {
|
75
|
+
"Community": [
|
76
|
+
"AlphaDiversity.pl",
|
77
|
+
"Chao1.pl",
|
78
|
+
"Table.barplot.R",
|
79
|
+
"Table.prefScore.R"
|
80
|
+
],
|
81
|
+
"Population": [
|
82
|
+
"VCF.SNPs.rb",
|
83
|
+
"VCF.KaKs.rb",
|
84
|
+
"Table.prefScore.R"
|
85
|
+
]
|
86
|
+
},
|
87
|
+
"Annotation": {
|
88
|
+
"Database mapping": [
|
89
|
+
"BlastTab.kegg_pep2path_rest.pl",
|
90
|
+
"BlastTab.taxid2taxrank.pl",
|
91
|
+
"EBIseq2tax.rb",
|
92
|
+
"NCBIacc2tax.rb",
|
93
|
+
"gi2tax.rb",
|
94
|
+
"M5nr.getSequences.rb",
|
95
|
+
"RefSeq.download.bash",
|
96
|
+
"SRA.download.bash"
|
97
|
+
],
|
98
|
+
"Tables": [
|
99
|
+
"Table.barplot.R",
|
100
|
+
"GenBank.add_fields.rb",
|
101
|
+
"MyTaxa.fragsByTax.pl",
|
102
|
+
"Table.df2dist.R",
|
103
|
+
"Table.filter.pl",
|
104
|
+
"Table.merge.pl",
|
105
|
+
"Table.replace.rb",
|
106
|
+
"Table.round.rb",
|
107
|
+
"Table.split.pl"
|
108
|
+
],
|
109
|
+
"Search": [
|
110
|
+
"HMM.essential.rb",
|
111
|
+
"HMM.haai.rb",
|
112
|
+
"HMMsearch.extractIds.rb",
|
113
|
+
"ogs.annotate.rb",
|
114
|
+
"ogs.core-pan.rb",
|
115
|
+
"ogs.extract.rb",
|
116
|
+
"ogs.mcl.rb",
|
117
|
+
"ogs.stats.rb",
|
118
|
+
"ogs.rb"
|
119
|
+
]
|
120
|
+
},
|
121
|
+
"Other data": {
|
122
|
+
"Phylogenetic and other distances": [
|
123
|
+
"CharTable.classify.rb",
|
124
|
+
"JPlace.distances.rb",
|
125
|
+
"JPlace.to_iToL.rb",
|
126
|
+
"Newick.autoprune.R",
|
127
|
+
"TRIBS.test.R",
|
128
|
+
"TRIBS.plot-test.R",
|
129
|
+
"Table.df2dist.R"
|
130
|
+
],
|
131
|
+
"Taxonomic": [
|
132
|
+
"CharTable.classify.rb",
|
133
|
+
"EBIseq2tax.rb",
|
134
|
+
"NCBIacc2tax.rb",
|
135
|
+
"Table.barplot.R",
|
136
|
+
"gi2tax.rb",
|
137
|
+
"MyTaxa.fragsByTax.pl",
|
138
|
+
"MyTaxa.seq-taxrank.rb",
|
139
|
+
"Taxonomy.silva2ncbi.rb"
|
140
|
+
],
|
141
|
+
"Alignments": [
|
142
|
+
"AAsubs.log2ratio.rb",
|
143
|
+
"Aln.cat.rb",
|
144
|
+
"Aln.convert.pl",
|
145
|
+
"BlastPairwise.AAsubs.pl"
|
146
|
+
],
|
147
|
+
"Clustering": [
|
148
|
+
"ogs.mcl.rb",
|
149
|
+
"clust.rand.rb"
|
150
|
+
],
|
151
|
+
"Read recruitments": [
|
152
|
+
"anir.rb",
|
153
|
+
"BedGraph.tad.rb",
|
154
|
+
"BedGraph.window.rb",
|
155
|
+
"BlastTab.catsbj.pl",
|
156
|
+
"BlastTab.pairedHits.rb",
|
157
|
+
"BlastTab.recplot2.R",
|
158
|
+
"FastQ.test-error.rb",
|
159
|
+
"GFF.catsbj.pl",
|
160
|
+
"RecPlot2.compareIdentities.R",
|
161
|
+
"sam.filter.rb"
|
162
|
+
]
|
163
|
+
}
|
164
|
+
}
|
165
|
+
}
|