tbtools-cli 1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. tbtools_cli/__init__.py +18 -0
  2. tbtools_cli/auto_commands.py +1149 -0
  3. tbtools_cli/cli.py +528 -0
  4. tbtools_cli/cli_load.py +352 -0
  5. tbtools_cli/cli_rpc.py +303 -0
  6. tbtools_cli/cli_tools_registry.py +93 -0
  7. tbtools_cli/cli_top.py +1160 -0
  8. tbtools_cli/command_metadata.json +4606 -0
  9. tbtools_cli/command_spec.py +382 -0
  10. tbtools_cli/config.example.toml +19 -0
  11. tbtools_cli/config.py +43 -0
  12. tbtools_cli/core.py +508 -0
  13. tbtools_cli/errors.py +38 -0
  14. tbtools_cli/presets.py +100 -0
  15. tbtools_cli/scenarios.py +92 -0
  16. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/AdmixtureCli.java +91 -0
  17. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/AmazingMetaCli.java +78 -0
  18. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/AssemblyRecommandCli.java +47 -0
  19. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BamIndexCli.java +31 -0
  20. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BamSortCli.java +43 -0
  21. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BamStateCli.java +49 -0
  22. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BarPlotterCli.java +18 -0
  23. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BarplotCli.java +168 -0
  24. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BatchVizMotifsCli.java +47 -0
  25. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BlastXmlConvertCli.java +45 -0
  26. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/BlatExecutorCli.java +66 -0
  27. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/CalcRepeatCli.java +62 -0
  28. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/CalculateSimilarityCli.java +34 -0
  29. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/CddMotifCli.java +46 -0
  30. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/CircleGeneViewerCli.java +81 -0
  31. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/CircosCli.java +76 -0
  32. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/ColorSchemeCli.java +29 -0
  33. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/CtgGroupCli.java +29 -0
  34. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/CubeHeatmapCli.java +70 -0
  35. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/DeHistCli.java +46 -0
  36. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/DegramdomCli.java +33 -0
  37. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/DiffExpCli.java +44 -0
  38. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/DistanceCli.java +53 -0
  39. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/DualSynCli.java +147 -0
  40. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/EggnogCli.java +39 -0
  41. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/ExprCorrCli.java +27 -0
  42. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/FastaMergerCli.java +36 -0
  43. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/FastaTableConvertCli.java +38 -0
  44. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/FileCleanerCli.java +31 -0
  45. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/FileSplitCli.java +15 -0
  46. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/FindBlockDualCli.java +71 -0
  47. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/FindBlockMultipleCli.java +67 -0
  48. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/FindPathCli.java +15 -0
  49. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GSEAWrapperCli.java +33 -0
  50. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GenBank2FastaCli.java +32 -0
  51. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GeneDensityCli.java +38 -0
  52. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GeneLocGffCli.java +140 -0
  53. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GeneStructureCli.java +90 -0
  54. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GenericCli.java +177 -0
  55. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GetENALinksCli.java +36 -0
  56. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GetSubNewickTreeCli.java +50 -0
  57. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GoEnrichCli.java +42 -0
  58. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GoLevelCli.java +59 -0
  59. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GroupedBarCli.java +95 -0
  60. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GsaDiagCli.java +45 -0
  61. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GxfFilterCli.java +39 -0
  62. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/GxfSortCli.java +23 -0
  63. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/HclustCli.java +43 -0
  64. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/HeatmapCli.java +89 -0
  65. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/HmmerSuiteCli.java +47 -0
  66. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/JgblocksCli.java +65 -0
  67. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/KeggEnrichCli.java +31 -0
  68. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/LayoutHeatmapCli.java +90 -0
  69. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MCScanXCli.java +80 -0
  70. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MCScanXFastCli.java +41 -0
  71. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MSACli.java +46 -0
  72. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MakeMotifCli.java +39 -0
  73. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MarkerDesignCli.java +62 -0
  74. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MarkerToolsCli.java +57 -0
  75. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/Mast2TabCli.java +27 -0
  76. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MastCli.java +54 -0
  77. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MastRunCli.java +39 -0
  78. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/Meme2TabCli.java +26 -0
  79. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MemeCli.java +74 -0
  80. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MemeRunCli.java +40 -0
  81. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MgGxfCli.java +35 -0
  82. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MicroSynCli.java +118 -0
  83. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MirIdentifyCli.java +55 -0
  84. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MotifCli.java +75 -0
  85. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MotifPatternCli.java +67 -0
  86. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MotifShiftCli.java +30 -0
  87. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MountainPlotCli.java +44 -0
  88. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/MultiSuperHeatCli.java +64 -0
  89. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/NeedlemanWunschCli.java +76 -0
  90. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PafGC.java +15 -0
  91. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PafVizCli.java +67 -0
  92. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PeakDistCli.java +58 -0
  93. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/Pep2CodonCli.java +26 -0
  94. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PfamMotifCli.java +43 -0
  95. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PhyloTreeCli.java +92 -0
  96. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PileUpCli.java +55 -0
  97. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PlantCAREResultClassifyCli.java +36 -0
  98. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/PubmedSearchCli.java +25 -0
  99. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/QpcrCli.java +69 -0
  100. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/QpcrDdctCli.java +28 -0
  101. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/QpcrProcCli.java +28 -0
  102. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/QuickGenomeDotCli.java +66 -0
  103. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/QuickProteinAnnoCli.java +34 -0
  104. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/QuickRunIQtreeCli.java +69 -0
  105. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/QuickTrimALCli.java +67 -0
  106. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/RNAplotCli.java +129 -0
  107. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/RegionBedToGFF3Cli.java +43 -0
  108. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/RegionDepthCli.java +29 -0
  109. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SamBamCovCli.java +33 -0
  110. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SeqConverterCli.java +17 -0
  111. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SeqLenTrackCli.java +41 -0
  112. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SeveralSpeciesCli.java +132 -0
  113. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SimpleEnricherCli.java +44 -0
  114. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SimpleHmmscanCli.java +32 -0
  115. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SixFrameTranlaterCli.java +35 -0
  116. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/StructAnnoCompareCli.java +66 -0
  117. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SubmitSMARTCli.java +30 -0
  118. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/SuperCircosCli.java +330 -0
  119. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TableColManipCli.java +56 -0
  120. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TableCollapseCli.java +33 -0
  121. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TargetScoreCli.java +47 -0
  122. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TauCalcCli.java +28 -0
  123. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TaxonomyBatchCli.java +72 -0
  124. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TreeCli.java +75 -0
  125. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TreeRootingCli.java +30 -0
  126. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/TrimMSACli.java +33 -0
  127. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/UnrootedTreeCli.java +44 -0
  128. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/UpSetCli.java +90 -0
  129. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/Venn5Cli.java +60 -0
  130. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/Venn6Cli.java +65 -0
  131. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/ViolinCli.java +66 -0
  132. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/VisualizeCli.java +57 -0
  133. tbtools_cli-1.2.0.data/data/tbtools_cli/bridges/VizGFACli.java +39 -0
  134. tbtools_cli-1.2.0.dist-info/METADATA +504 -0
  135. tbtools_cli-1.2.0.dist-info/RECORD +139 -0
  136. tbtools_cli-1.2.0.dist-info/WHEEL +5 -0
  137. tbtools_cli-1.2.0.dist-info/entry_points.txt +2 -0
  138. tbtools_cli-1.2.0.dist-info/licenses/LICENSE +21 -0
  139. tbtools_cli-1.2.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,4606 @@
1
+ {
2
+ "admixture": {
3
+ "name": "admixture",
4
+ "kind": "bridge",
5
+ "mode": "bridge",
6
+ "class": "AdmixtureCli",
7
+ "xmx": "3g",
8
+ "runner": "plot",
9
+ "group": "engine",
10
+ "help": "admixture: admixture <qFiles.lst> <out> [sampleIDFile] [groupFile] [sor"
11
+ },
12
+ "admixtureViz": {
13
+ "name": "admixtureViz",
14
+ "kind": "bridge",
15
+ "mode": "bridge",
16
+ "class": "AdmixtureCli",
17
+ "xmx": "3g",
18
+ "runner": "plot",
19
+ "group": "engine",
20
+ "help": "admixtureViz: admixtureViz <q1.txt> <q2.txt> [<q3.txt>...] <out.svg> [--id samples.txt] [--group group.txt] [--sort Qraito|Lexical|None] # ADMIXTURE Q 矩阵可视化(GUI 逆向接口;Q 文件纯数值矩阵,样本 ID 单独 --id)"
21
+ },
22
+ "amazingmeta": {
23
+ "name": "amazingmeta",
24
+ "kind": "bridge",
25
+ "mode": "bridge",
26
+ "class": "AmazingMetaCli",
27
+ "xmx": "3g",
28
+ "runner": "plot",
29
+ "group": "seq",
30
+ "help": "amazingmeta: amazingmeta <meme.xml> <newick.treefile> <out.svg|png|pdf> [",
31
+ "capabilities": [
32
+ "sequence"
33
+ ]
34
+ },
35
+ "annocompare": {
36
+ "name": "annocompare",
37
+ "kind": "bridge",
38
+ "mode": "bridge",
39
+ "class": "StructAnnoCompareCli",
40
+ "xmx": "3g",
41
+ "runner": "plot",
42
+ "group": "gxf",
43
+ "help": "annocompare: annocompare <before.gff3> <after.gff3> <outDir> [runName] [r",
44
+ "capabilities": [
45
+ "annotation"
46
+ ]
47
+ },
48
+ "bamMerge": {
49
+ "name": "bamMerge",
50
+ "kind": "direct",
51
+ "mode": "direct",
52
+ "class": "biocjava.bioDoer.GenomeAnnotation.BAMMergeByRegionCoverage",
53
+ "xmx": "3g",
54
+ "runner": "plot",
55
+ "group": "asm",
56
+ "help": "bamMerge: bamMerge <gtf> <bamDir> <outDir> # 按区域覆盖合并 BAM(多样本择优)",
57
+ "capabilities": [
58
+ "assembly"
59
+ ]
60
+ },
61
+ "bamindex": {
62
+ "name": "bamindex",
63
+ "kind": "bridge",
64
+ "mode": "bridge",
65
+ "class": "BamIndexCli",
66
+ "xmx": "3g",
67
+ "runner": "plot",
68
+ "group": "asm",
69
+ "help": "bamindex: bamindex <in.sorted.bam> [out.bai]",
70
+ "capabilities": [
71
+ "assembly"
72
+ ]
73
+ },
74
+ "bamsort": {
75
+ "name": "bamsort",
76
+ "kind": "bridge",
77
+ "mode": "bridge",
78
+ "class": "BamSortCli",
79
+ "xmx": "3g",
80
+ "runner": "plot",
81
+ "group": "asm",
82
+ "help": "bamsort: bamsort <in.bam> <out.bam> [sortOrder] [tmpDir]",
83
+ "capabilities": [
84
+ "assembly"
85
+ ]
86
+ },
87
+ "bamstate": {
88
+ "name": "bamstate",
89
+ "kind": "bridge",
90
+ "mode": "bridge",
91
+ "class": "BamStateCli",
92
+ "xmx": "3g",
93
+ "runner": "plot",
94
+ "group": "asm",
95
+ "help": "bamstate: bamstate <out.tsv> <gff3> <bam1> [<bam2> ...]",
96
+ "capabilities": [
97
+ "assembly"
98
+ ]
99
+ },
100
+ "barplot": {
101
+ "name": "barplot",
102
+ "kind": "bridge",
103
+ "mode": "bridge",
104
+ "class": "BarplotCli",
105
+ "xmx": "3g",
106
+ "runner": "plot",
107
+ "group": "expr",
108
+ "help": "barplot: barplot <enrichment.tsv> <out> <termCol> <pvalCol> [classCol",
109
+ "capabilities": [
110
+ "expression"
111
+ ],
112
+ "inputs": [
113
+ {
114
+ "name": "enrichment",
115
+ "role": "file",
116
+ "format": "tsv",
117
+ "required": true,
118
+ "note": "富集表: 列名 Term/Pvalue"
119
+ }
120
+ ],
121
+ "outputs": [
122
+ "svg"
123
+ ]
124
+ },
125
+ "barplotter": {
126
+ "name": "barplotter",
127
+ "kind": "bridge",
128
+ "mode": "bridge",
129
+ "class": "BarPlotterCli",
130
+ "xmx": "3g",
131
+ "runner": "plot",
132
+ "group": "expr",
133
+ "help": "barplotter: barplotter -g <gff> -s <synteny> -c <ctl> -o <out.png>",
134
+ "capabilities": [
135
+ "expression"
136
+ ],
137
+ "inputs": [
138
+ {
139
+ "name": "gff",
140
+ "role": "file",
141
+ "format": "gff3",
142
+ "required": true,
143
+ "note": ""
144
+ },
145
+ {
146
+ "name": "synteny",
147
+ "role": "file",
148
+ "format": "tsv",
149
+ "required": true,
150
+ "note": ""
151
+ }
152
+ ],
153
+ "outputs": [
154
+ "svg"
155
+ ]
156
+ },
157
+ "batchReplace": {
158
+ "name": "batchReplace",
159
+ "kind": "direct",
160
+ "mode": "direct",
161
+ "class": "biocjava.bioDoer.Table.BatchStringReplace",
162
+ "xmx": "3g",
163
+ "runner": "plot",
164
+ "group": "table",
165
+ "help": "batchReplace: batchReplace <inFile> <outFile> <patternMap.tsv> [--partial]",
166
+ "capabilities": [
167
+ "table_operations"
168
+ ]
169
+ },
170
+ "calcRepeat": {
171
+ "name": "calcRepeat",
172
+ "kind": "bridge",
173
+ "mode": "bridge",
174
+ "class": "CalcRepeatCli",
175
+ "xmx": "3g",
176
+ "runner": "plot",
177
+ "group": "engine",
178
+ "help": "calcRepeat: calcRepeat <genome.fa> <outRepeat.txt> [--kmerSize N] [--min",
179
+ "dependencies": [
180
+ "jellyfish"
181
+ ],
182
+ "inputs": [
183
+ {
184
+ "name": "fasta",
185
+ "role": "file",
186
+ "format": "fasta",
187
+ "required": true,
188
+ "note": ""
189
+ }
190
+ ],
191
+ "outputs": [
192
+ "tsv"
193
+ ],
194
+ "status": "platform-limited"
195
+ },
196
+ "cddmotif": {
197
+ "name": "cddmotif",
198
+ "kind": "bridge",
199
+ "mode": "bridge",
200
+ "class": "CddMotifCli",
201
+ "xmx": "3g",
202
+ "runner": "plot",
203
+ "group": "seq",
204
+ "help": "cddmotif: cddmotif <cdd.hitdata.txt> <in.fasta> <out.svg|png|pdf> [new",
205
+ "capabilities": [
206
+ "sequence"
207
+ ]
208
+ },
209
+ "circlegene": {
210
+ "name": "circlegene",
211
+ "kind": "bridge",
212
+ "mode": "bridge",
213
+ "class": "CircleGeneViewerCli",
214
+ "xmx": "3g",
215
+ "runner": "plot",
216
+ "group": "syn",
217
+ "help": "circlegene: circlegene <gff> <geneID.txt> <out> [--rename f --link f --r",
218
+ "capabilities": [
219
+ "synteny"
220
+ ]
221
+ },
222
+ "circos": {
223
+ "name": "circos",
224
+ "kind": "bridge",
225
+ "mode": "bridge",
226
+ "class": "CircosCli",
227
+ "xmx": "3g",
228
+ "runner": "plot",
229
+ "group": "syn",
230
+ "help": "circos: circos <chrLen.txt> <link.txt> <genePos.txt> <outFile> [w] [",
231
+ "capabilities": [
232
+ "visualization",
233
+ "genome_circos"
234
+ ],
235
+ "inputs": [
236
+ {
237
+ "name": "chrLen",
238
+ "role": "file",
239
+ "format": "tsv",
240
+ "required": true,
241
+ "note": ""
242
+ },
243
+ {
244
+ "name": "link",
245
+ "role": "file",
246
+ "format": "tsv",
247
+ "required": true,
248
+ "note": ""
249
+ },
250
+ {
251
+ "name": "genePos",
252
+ "role": "file",
253
+ "format": "tsv",
254
+ "required": true,
255
+ "note": ""
256
+ }
257
+ ],
258
+ "outputs": [
259
+ "svg"
260
+ ]
261
+ },
262
+ "collinearRegion": {
263
+ "name": "collinearRegion",
264
+ "kind": "direct",
265
+ "mode": "direct",
266
+ "class": "biocjava.bioDoer.ComparativeGenomics.MCScanX.CollinearityToRegion",
267
+ "xmx": "3g",
268
+ "runner": "plot",
269
+ "group": "syn",
270
+ "help": "collinearRegion: collinearRegion <in.collinearity> <simGff> <out.txt>",
271
+ "capabilities": [
272
+ "synteny",
273
+ "visualization"
274
+ ]
275
+ },
276
+ "colorscheme": {
277
+ "name": "colorscheme",
278
+ "kind": "bridge",
279
+ "mode": "bridge",
280
+ "class": "ColorSchemeCli",
281
+ "xmx": "3g",
282
+ "runner": "plot",
283
+ "group": "expr",
284
+ "help": "colorscheme: colorscheme <inTab> <outTab> <refColIndex>",
285
+ "capabilities": [
286
+ "expression"
287
+ ]
288
+ },
289
+ "conflictpaf": {
290
+ "name": "conflictpaf",
291
+ "kind": "direct",
292
+ "mode": "direct",
293
+ "class": "biocjava.bioDoer.GenomeAssembly.CalculateConflictByRefAlignPAF",
294
+ "xmx": "3g",
295
+ "runner": "plot",
296
+ "group": "syn",
297
+ "help": "conflictpaf: conflictpaf <in.paf> <out.tsv> [binSize]",
298
+ "capabilities": [
299
+ "synteny"
300
+ ]
301
+ },
302
+ "ctgGroup": {
303
+ "name": "ctgGroup",
304
+ "kind": "bridge",
305
+ "mode": "bridge",
306
+ "class": "CtgGroupCli",
307
+ "xmx": "3g",
308
+ "runner": "plot",
309
+ "group": "asm",
310
+ "help": "ctgGroup: ctgGroup <in.miniprot.gff> <polyPoid> <outContigGrpMap>",
311
+ "capabilities": [
312
+ "assembly"
313
+ ]
314
+ },
315
+ "cubeheatmap": {
316
+ "name": "cubeheatmap",
317
+ "kind": "bridge",
318
+ "mode": "bridge",
319
+ "class": "CubeHeatmapCli",
320
+ "xmx": "3g",
321
+ "runner": "plot",
322
+ "group": "expr",
323
+ "help": "cubeheatmap: cubeheatmap <expr.tsv> <group.tsv> <out> [--log10 --minColor <c> --midColor <c> --maxColor <c>] # 3D 立方体热图(N4: group.tsv 引擎对列数有严格假设,官方 cube_group.tsv 仍会 ArrayIndexOutOfBounds——引擎缺陷;喂分组格式: 行=样本/基因,列数须与引擎预期一致,建议先 tbtools check)",
324
+ "capabilities": [
325
+ "expression"
326
+ ],
327
+ "status": "beta"
328
+ },
329
+ "degramdom": {
330
+ "name": "degramdom",
331
+ "kind": "bridge",
332
+ "mode": "bridge",
333
+ "class": "DegramdomCli",
334
+ "xmx": "3g",
335
+ "runner": "plot",
336
+ "group": "tree",
337
+ "help": "degramdom: degramdom <in.tsv> [out.nwk]",
338
+ "capabilities": [
339
+ "phylogeny"
340
+ ]
341
+ },
342
+ "distance": {
343
+ "name": "distance",
344
+ "kind": "bridge",
345
+ "mode": "bridge",
346
+ "class": "DistanceCli",
347
+ "xmx": "3g",
348
+ "runner": "plot",
349
+ "group": "expr",
350
+ "help": "distance: distance <in.tsv> <col1> <col2> <euclidean|pearson|pearsonDi",
351
+ "capabilities": [
352
+ "expression"
353
+ ]
354
+ },
355
+ "dotplot": {
356
+ "name": "dotplot",
357
+ "kind": "direct",
358
+ "mode": "direct",
359
+ "class": "biocjava.bioDoer.JIGplotToolkit.DotPlot.dotdotdot",
360
+ "xmx": "3g",
361
+ "runner": "plot",
362
+ "group": "syn",
363
+ "help": "dotplot: dotplot --inGff <gff> --genePair <pairs> --chrLayout <layout",
364
+ "capabilities": [
365
+ "synteny",
366
+ "visualization"
367
+ ],
368
+ "inputs": [
369
+ {
370
+ "name": "gff",
371
+ "role": "file",
372
+ "format": "tsv",
373
+ "required": true,
374
+ "note": "4 列简化"
375
+ },
376
+ {
377
+ "name": "pairs",
378
+ "role": "file",
379
+ "format": "tsv",
380
+ "required": true,
381
+ "note": ""
382
+ }
383
+ ],
384
+ "outputs": [
385
+ "svg"
386
+ ]
387
+ },
388
+ "dualsyn": {
389
+ "name": "dualsyn",
390
+ "kind": "bridge",
391
+ "mode": "bridge",
392
+ "class": "DualSynCli",
393
+ "xmx": "3g",
394
+ "runner": "plot",
395
+ "group": "syn",
396
+ "help": "dualsyn: dualsyn <simplifiedGff> <collinearity> <out> [--chr1 \"1,2\"] ",
397
+ "capabilities": [
398
+ "synteny",
399
+ "visualization"
400
+ ],
401
+ "inputs": [
402
+ {
403
+ "name": "gff",
404
+ "role": "file",
405
+ "format": "tsv",
406
+ "required": true,
407
+ "note": "简化 GFF"
408
+ },
409
+ {
410
+ "name": "pairs",
411
+ "role": "file",
412
+ "format": "tsv",
413
+ "required": true,
414
+ "note": ""
415
+ }
416
+ ],
417
+ "outputs": [
418
+ "svg"
419
+ ]
420
+ },
421
+ "efpHeat": {
422
+ "name": "efpHeat",
423
+ "kind": "direct",
424
+ "mode": "direct",
425
+ "class": "biocjava.bioDoer.SimpleEfpBrowser.generateSuperHeatMap",
426
+ "xmx": "3g",
427
+ "runner": "plot",
428
+ "group": "expr",
429
+ "help": "efpHeat: efpHeat <inTGA> <sample2cc.txt> <expMat.tsv> <geneId> <out.s",
430
+ "capabilities": [
431
+ "expression",
432
+ "visualization"
433
+ ],
434
+ "inputs": [
435
+ {
436
+ "name": "tga",
437
+ "role": "file",
438
+ "format": "tga",
439
+ "required": true,
440
+ "note": "TrueColor type2"
441
+ },
442
+ {
443
+ "name": "expMat",
444
+ "role": "file",
445
+ "format": "tsv",
446
+ "required": true,
447
+ "note": ""
448
+ }
449
+ ],
450
+ "outputs": [
451
+ "svg"
452
+ ]
453
+ },
454
+ "eggnog": {
455
+ "name": "eggnog",
456
+ "kind": "bridge",
457
+ "mode": "bridge",
458
+ "class": "EggnogCli",
459
+ "xmx": "4g",
460
+ "runner": "java",
461
+ "group": "engine",
462
+ "help": "eggnog: eggnog <in.fa> -o <prefix> --output_dir <outDir> --data_dir <eggNOGdb> [--cpu N] [--evalue 0.001] # eggNOG 直系同源注释(GUI 逆向接口 EmapperPipeline;⚠️ 需先就位 eggNOG 数据库)"
463
+ },
464
+ "exprCorr": {
465
+ "name": "exprCorr",
466
+ "kind": "bridge",
467
+ "mode": "bridge",
468
+ "class": "ExprCorrCli",
469
+ "xmx": "3g",
470
+ "runner": "plot",
471
+ "group": "expr",
472
+ "help": "exprCorr: exprCorr <inFPKM> <outCorrMat>",
473
+ "capabilities": [
474
+ "expression"
475
+ ]
476
+ },
477
+ "fastaExtract": {
478
+ "name": "fastaExtract",
479
+ "kind": "direct",
480
+ "mode": "direct",
481
+ "class": "biocjava.bioDoer.Fasta.ExtractFasta",
482
+ "xmx": "3g",
483
+ "runner": "plot",
484
+ "group": "fastq",
485
+ "help": "fastaExtract: fastaExtract <in.fa> <idList.txt> <out.fa> [--mode Match|Con",
486
+ "capabilities": [
487
+ "sequence",
488
+ "extraction"
489
+ ]
490
+ },
491
+ "fastaSubseq": {
492
+ "name": "fastaSubseq",
493
+ "kind": "direct",
494
+ "mode": "direct",
495
+ "class": "biocjava.bioDoer.Fasta.ExtractFastaSubseq",
496
+ "xmx": "3g",
497
+ "runner": "plot",
498
+ "group": "fastq",
499
+ "help": "fastaSubseq: fastaSubseq <in.fa> <pos.txt> <out.fa> # 按坐标提子序列(第92引擎,Ext",
500
+ "capabilities": [
501
+ "sequence",
502
+ "extraction"
503
+ ]
504
+ },
505
+ "filesplit": {
506
+ "name": "filesplit",
507
+ "kind": "bridge",
508
+ "mode": "bridge",
509
+ "class": "FileSplitCli",
510
+ "xmx": "3g",
511
+ "runner": "plot",
512
+ "group": "engine",
513
+ "help": "filesplit: filesplit <inFile> <numParts>"
514
+ },
515
+ "filterCScore": {
516
+ "name": "filterCScore",
517
+ "kind": "direct",
518
+ "mode": "direct",
519
+ "class": "biocjava.bioDoer.BLAST.FilterBlastResultByCScore",
520
+ "xmx": "3g",
521
+ "runner": "plot",
522
+ "group": "blast",
523
+ "help": "filterCScore: filterCScore <in.blast.tab6> <out.tab6> [--cscore 0.5]",
524
+ "capabilities": [
525
+ "homology",
526
+ "filtering"
527
+ ]
528
+ },
529
+ "findblockdual": {
530
+ "name": "findblockdual",
531
+ "kind": "bridge",
532
+ "mode": "bridge",
533
+ "class": "FindBlockDualCli",
534
+ "xmx": "3g",
535
+ "runner": "plot",
536
+ "group": "syn",
537
+ "help": "findblockdual: findblockdual <queryGenome.fa> <query.gff> <subjectGenome.fa",
538
+ "capabilities": [
539
+ "synteny"
540
+ ]
541
+ },
542
+ "findblockmultiple": {
543
+ "name": "findblockmultiple",
544
+ "kind": "bridge",
545
+ "mode": "bridge",
546
+ "class": "FindBlockMultipleCli",
547
+ "xmx": "3g",
548
+ "runner": "plot",
549
+ "group": "syn",
550
+ "help": "findblockmultiple: findblockmultiple <queryGenome.fa> <query.gff> <queryId> <ou",
551
+ "capabilities": [
552
+ "synteny"
553
+ ]
554
+ },
555
+ "findpath": {
556
+ "name": "findpath",
557
+ "kind": "bridge",
558
+ "mode": "bridge",
559
+ "class": "FindPathCli",
560
+ "xmx": "3g",
561
+ "runner": "plot",
562
+ "group": "tree",
563
+ "help": "findpath: findpath --inGffArr <gff1,gff2,...> --inGenePairs <pairs> --",
564
+ "capabilities": [
565
+ "phylogeny"
566
+ ]
567
+ },
568
+ "fqTrim": {
569
+ "name": "fqTrim",
570
+ "kind": "direct",
571
+ "mode": "direct",
572
+ "class": "biocjava.bioDoer.Fastq.FastqParallelTrimmer",
573
+ "xmx": "3g",
574
+ "runner": "plot",
575
+ "group": "fastq",
576
+ "help": "fqTrim: fqTrim <in.fq> <out.fq> [--b5 N] [--b3 N] [--threads N]",
577
+ "capabilities": [
578
+ "ngs",
579
+ "preprocessing"
580
+ ]
581
+ },
582
+ "fqfaConv": {
583
+ "name": "fqfaConv",
584
+ "kind": "direct",
585
+ "mode": "direct",
586
+ "class": "biocjava.bioDoer.LinuxPipe.FastqAndFasta",
587
+ "xmx": "3g",
588
+ "runner": "plot",
589
+ "group": "fastq",
590
+ "help": "fqfaConv: fqfaConv <input> <output> <fq2fa|fa2fq> # FASTQ/FASTA 互转(第",
591
+ "capabilities": [
592
+ "sequence",
593
+ "conversion"
594
+ ]
595
+ },
596
+ "gbar": {
597
+ "name": "gbar",
598
+ "kind": "bridge",
599
+ "mode": "bridge",
600
+ "class": "GroupedBarCli",
601
+ "xmx": "3g",
602
+ "runner": "plot",
603
+ "group": "expr",
604
+ "help": "gbar: gbar <data.tsv> <out.svg> [--header|--no-header] [--errorbar SEM|SD|CI95] [--plot BAR_ERROR|BOXPLOT|VIOLIN|SWARM] [--homoscedastic-t] # 分组柱状图+显著性标注(GUI 逆向接口 buildPanel;数据=每行 group value)",
605
+ "alias_of": "groupedbar",
606
+ "capabilities": [
607
+ "expression"
608
+ ]
609
+ },
610
+ "gdensity": {
611
+ "name": "gdensity",
612
+ "kind": "bridge",
613
+ "mode": "bridge",
614
+ "class": "GeneDensityCli",
615
+ "xmx": "3g",
616
+ "runner": "java",
617
+ "group": "gxf",
618
+ "help": "gdensity: gdensity <in.gff3> <out.geneRecords> <binSize> [--feature <tag>] [--chrlen <file>] # 基因密度 bin 分析(GUI 逆向接口 GeneDensityProfiler)",
619
+ "alias_of": "genedensity",
620
+ "capabilities": [
621
+ "annotation"
622
+ ]
623
+ },
624
+ "gel": {
625
+ "name": "gel",
626
+ "kind": "direct",
627
+ "mode": "direct",
628
+ "class": "biocjava.bioDoer.JIGplotToolkit.GelImage.Marker",
629
+ "xmx": "3g",
630
+ "runner": "plot",
631
+ "group": "seq",
632
+ "help": "gel: gel <FragmentRangeArr> <LaneLabels> <MarkerRange> <out> # 凝胶电泳图(GelImage.Marker;⚠️ 无参调用会挂起 N32)",
633
+ "capabilities": [
634
+ "sequence"
635
+ ],
636
+ "inputs": [
637
+ {
638
+ "name": "lanes",
639
+ "role": "file",
640
+ "format": "tsv",
641
+ "required": true,
642
+ "note": "LaneLabels 逗号分隔"
643
+ }
644
+ ],
645
+ "outputs": [
646
+ "svg"
647
+ ]
648
+ },
649
+ "genedensity": {
650
+ "name": "genedensity",
651
+ "kind": "bridge",
652
+ "mode": "bridge",
653
+ "class": "GeneDensityCli",
654
+ "xmx": "3g",
655
+ "runner": "plot",
656
+ "group": "gxf",
657
+ "help": "genedensity: genedensity <in.gff3> <out.tsv> [binSize]",
658
+ "capabilities": [
659
+ "annotation"
660
+ ],
661
+ "aliases": [
662
+ "gdensity"
663
+ ]
664
+ },
665
+ "genelocation": {
666
+ "name": "genelocation",
667
+ "kind": "direct",
668
+ "mode": "direct",
669
+ "class": "biocjava.bioDoer.JIGplotToolkit.GeneLocation.GeneLocation",
670
+ "xmx": "3g",
671
+ "runner": "plot",
672
+ "group": "gxf",
673
+ "help": "genelocation: genelocation --ChrLen <chrlen> --FeaturePos <pos> --OutGraph",
674
+ "capabilities": [
675
+ "annotation",
676
+ "visualization"
677
+ ]
678
+ },
679
+ "genelocgff": {
680
+ "name": "genelocgff",
681
+ "kind": "bridge",
682
+ "mode": "bridge",
683
+ "class": "GeneLocGffCli",
684
+ "xmx": "3g",
685
+ "runner": "plot",
686
+ "group": "gxf",
687
+ "help": "genelocgff: genelocgff <gff3> <idList> <out> [--chrLen len.tsv] [--renam",
688
+ "capabilities": [
689
+ "annotation"
690
+ ],
691
+ "inputs": [
692
+ {
693
+ "name": "gff",
694
+ "role": "file",
695
+ "format": "gff3",
696
+ "required": true,
697
+ "note": ""
698
+ },
699
+ {
700
+ "name": "ids",
701
+ "role": "file",
702
+ "format": "txt",
703
+ "required": true,
704
+ "note": ""
705
+ }
706
+ ],
707
+ "outputs": [
708
+ "svg"
709
+ ]
710
+ },
711
+ "generic": {
712
+ "name": "generic",
713
+ "kind": "bridge",
714
+ "mode": "bridge",
715
+ "class": "GenericCli",
716
+ "xmx": "3g",
717
+ "runner": "plot",
718
+ "group": "engine",
719
+ "help": "generic: generic <engineClass> <method[+method2]> <out> [--set field "
720
+ },
721
+ "gfa": {
722
+ "name": "gfa",
723
+ "kind": "bridge",
724
+ "mode": "bridge",
725
+ "class": "VizGFACli",
726
+ "xmx": "3g",
727
+ "runner": "plot",
728
+ "group": "seq",
729
+ "help": "gfa: gfa <in.gfa> <out> [width] [height]",
730
+ "capabilities": [
731
+ "sequence"
732
+ ]
733
+ },
734
+ "gfa2fa": {
735
+ "name": "gfa2fa",
736
+ "kind": "direct",
737
+ "mode": "direct",
738
+ "class": "biocjava.bioDoer.Fasta.Tools.GFAtoFasta",
739
+ "xmx": "3g",
740
+ "runner": "plot",
741
+ "group": "seq",
742
+ "help": "gfa2fa: gfa2fa <in.gfa> <out.fa> # GFA 组装图 → FASTA(第91引擎,GFAtoFast",
743
+ "capabilities": [
744
+ "sequence"
745
+ ]
746
+ },
747
+ "goEnrich": {
748
+ "name": "goEnrich",
749
+ "kind": "bridge",
750
+ "mode": "bridge",
751
+ "class": "GoEnrichCli",
752
+ "xmx": "4g",
753
+ "runner": "java",
754
+ "group": "table",
755
+ "help": "goEnrich: goEnrich <go.obo> <gene2go.tsv> <selectGenes.txt> <outDir> # GO 富集分析(MF/CC/BP,P+BH 校正,G4 补齐)",
756
+ "capabilities": [
757
+ "enrichment",
758
+ "gene_ontology"
759
+ ],
760
+ "inputs": [
761
+ {
762
+ "name": "background",
763
+ "role": "file",
764
+ "format": "tsv",
765
+ "required": true,
766
+ "note": ""
767
+ },
768
+ {
769
+ "name": "target",
770
+ "role": "file",
771
+ "format": "tsv",
772
+ "required": true,
773
+ "note": ""
774
+ }
775
+ ],
776
+ "outputs": [
777
+ "tsv"
778
+ ]
779
+ },
780
+ "goParse": {
781
+ "name": "goParse",
782
+ "kind": "direct",
783
+ "mode": "direct",
784
+ "class": "biocjava.bioDoer.GeneOntology.littleTools.GOtermParser",
785
+ "xmx": "3g",
786
+ "runner": "plot",
787
+ "group": "table",
788
+ "help": "goParse: goParse <gene2Go.txt> <oboFile> [--level N] # GO 词典解析(第103",
789
+ "capabilities": [
790
+ "table_operations"
791
+ ]
792
+ },
793
+ "golevel": {
794
+ "name": "golevel",
795
+ "kind": "bridge",
796
+ "mode": "bridge",
797
+ "class": "GoLevelCli",
798
+ "xmx": "3g",
799
+ "runner": "plot",
800
+ "group": "table",
801
+ "help": "golevel: golevel <go.obo> <gene2go.tsv> <outPrefix> [--level N] [--graph] [--width W] [--height H] # GO 层级统计+柱状图(GUI 逆向接口;统计表纯逻辑,图需 xvfb)",
802
+ "capabilities": [
803
+ "table_operations"
804
+ ]
805
+ },
806
+ "groupCol": {
807
+ "name": "groupCol",
808
+ "kind": "direct",
809
+ "mode": "direct",
810
+ "class": "biocjava.bioDoer.Table.TableColCollaspe",
811
+ "xmx": "3g",
812
+ "runner": "plot",
813
+ "group": "expr",
814
+ "help": "groupCol: groupCol <inTable.tsv> <inGrpInfo.tsv> <outTable> [Sum|Mean|",
815
+ "capabilities": [
816
+ "expression"
817
+ ]
818
+ },
819
+ "groupedbar": {
820
+ "name": "groupedbar",
821
+ "kind": "bridge",
822
+ "mode": "bridge",
823
+ "class": "GroupedBarCli",
824
+ "xmx": "3g",
825
+ "runner": "plot",
826
+ "group": "expr",
827
+ "help": "groupedbar: groupedbar <data.tsv> <out> [plotType] [errorBarType] [hasHeader] [title] # 分组柱状图(N5: 数据格式=每行 <group>\t<value>(重复行成组),非常规基因×样本矩阵;矩阵输入会在 GroupedBarRawData.load 崩溃——引擎缺陷)",
828
+ "capabilities": [
829
+ "expression"
830
+ ],
831
+ "status": "beta",
832
+ "aliases": [
833
+ "gbar"
834
+ ]
835
+ },
836
+ "gsadiag": {
837
+ "name": "gsadiag",
838
+ "kind": "bridge",
839
+ "mode": "bridge",
840
+ "class": "GsaDiagCli",
841
+ "xmx": "3g",
842
+ "runner": "plot",
843
+ "group": "engine",
844
+ "help": "gsadiag: gsadiag <in.fixed.gff3> <out.stat.xls> [genome.fasta] [relax"
845
+ },
846
+ "gxfAppend": {
847
+ "name": "gxfAppend",
848
+ "kind": "direct",
849
+ "mode": "direct",
850
+ "class": "biocjava.bioDoer.GXFUtils.GxfIDAppender",
851
+ "xmx": "3g",
852
+ "runner": "plot",
853
+ "group": "gxf",
854
+ "help": "gxfAppend: gxfAppend <in.gff3> <out.gff3> <prefix> # GFF seqid+ID 加前缀",
855
+ "capabilities": [
856
+ "annotation",
857
+ "gff_ops"
858
+ ]
859
+ },
860
+ "gxfFix": {
861
+ "name": "gxfFix",
862
+ "kind": "direct",
863
+ "mode": "direct",
864
+ "class": "biocjava.bioDoer.GXFUtils.GXFfixer.GXFFix",
865
+ "xmx": "3g",
866
+ "runner": "plot",
867
+ "group": "gxf",
868
+ "help": "gxfFix: gxfFix <in.gff3> <out.gff3> # GFF 修复(重复ID前缀/CDS phase/dang",
869
+ "capabilities": [
870
+ "annotation"
871
+ ]
872
+ },
873
+ "gxfGenepos": {
874
+ "name": "gxfGenepos",
875
+ "kind": "direct",
876
+ "mode": "direct",
877
+ "class": "biocjava.bioDoer.GXFUtils.GXFToGenePosFile",
878
+ "xmx": "3g",
879
+ "runner": "plot",
880
+ "group": "gxf",
881
+ "help": "gxfGenepos: gxfGenepos <in.gff3> <outGenepos> <outChrLen> [feature] # G",
882
+ "capabilities": [
883
+ "annotation"
884
+ ]
885
+ },
886
+ "gxfMatch": {
887
+ "name": "gxfMatch",
888
+ "kind": "direct",
889
+ "mode": "direct",
890
+ "class": "biocjava.bioDoer.GXFUtils.GxfGenomeMatch",
891
+ "xmx": "3g",
892
+ "runner": "plot",
893
+ "group": "gxf",
894
+ "help": "gxfMatch: gxfMatch <in.gff3> <inGenome.fa>",
895
+ "capabilities": [
896
+ "annotation"
897
+ ]
898
+ },
899
+ "gxfOverlap": {
900
+ "name": "gxfOverlap",
901
+ "kind": "direct",
902
+ "mode": "direct",
903
+ "class": "biocjava.bioDoer.GXFUtils.GXFOverlaper",
904
+ "xmx": "3g",
905
+ "runner": "plot",
906
+ "group": "gxf",
907
+ "help": "gxfOverlap: gxfOverlap <in.gff3> <region.txt> <out.gff3> [--ignoreStrand",
908
+ "capabilities": [
909
+ "annotation"
910
+ ]
911
+ },
912
+ "gxfRecall": {
913
+ "name": "gxfRecall",
914
+ "kind": "direct",
915
+ "mode": "direct",
916
+ "class": "biocjava.bioDoer.GXFUtils.RecallmRNAFeature",
917
+ "xmx": "3g",
918
+ "runner": "plot",
919
+ "group": "gxf",
920
+ "help": "gxfRecall: gxfRecall <in.gff3> <out.gff3> # 从 gene 行恢复 mRNA 特征(第82引擎,",
921
+ "capabilities": [
922
+ "annotation"
923
+ ]
924
+ },
925
+ "gxfRegion": {
926
+ "name": "gxfRegion",
927
+ "kind": "direct",
928
+ "mode": "direct",
929
+ "class": "biocjava.bioDoer.GXFUtils.GXFRegionSummary",
930
+ "xmx": "3g",
931
+ "runner": "plot",
932
+ "group": "gxf",
933
+ "help": "gxfRegion: gxfRegion <in.gff3> <region.txt> <out.gff3> [--ignoreStrand]",
934
+ "capabilities": [
935
+ "annotation"
936
+ ]
937
+ },
938
+ "gxfRename": {
939
+ "name": "gxfRename",
940
+ "kind": "direct",
941
+ "mode": "direct",
942
+ "class": "biocjava.bioDoer.GXFUtils.GXFRenamer",
943
+ "xmx": "3g",
944
+ "runner": "plot",
945
+ "group": "gxf",
946
+ "help": "gxfRename: gxfRename <in.gff3> <out.gff3> <renameMap.tsv>",
947
+ "capabilities": [
948
+ "annotation"
949
+ ]
950
+ },
951
+ "gxfRepGXF": {
952
+ "name": "gxfRepGXF",
953
+ "kind": "direct",
954
+ "mode": "direct",
955
+ "class": "biocjava.bioDoer.GXFUtils.GXFToRepresentativeGXF",
956
+ "xmx": "3g",
957
+ "runner": "plot",
958
+ "group": "gxf",
959
+ "help": "gxfRepGXF: gxfRepGXF <in.gff3> <out.gff3> [--featureID CDS] [--attachID",
960
+ "capabilities": [
961
+ "annotation"
962
+ ]
963
+ },
964
+ "gxfRepIDs": {
965
+ "name": "gxfRepIDs",
966
+ "kind": "direct",
967
+ "mode": "direct",
968
+ "class": "biocjava.bioDoer.GXFUtils.GXFToRepresentativeIDs",
969
+ "xmx": "3g",
970
+ "runner": "plot",
971
+ "group": "gxf",
972
+ "help": "gxfRepIDs: gxfRepIDs <in.gff3> <out.txt>",
973
+ "capabilities": [
974
+ "annotation"
975
+ ]
976
+ },
977
+ "gxfStat": {
978
+ "name": "gxfStat",
979
+ "kind": "direct",
980
+ "mode": "direct",
981
+ "class": "biocjava.bioDoer.GXFUtils.GXFfixer.GXFstat",
982
+ "xmx": "3g",
983
+ "runner": "plot",
984
+ "group": "gxf",
985
+ "help": "gxfStat: gxfStat <in.gff3> <outStat.xls> # GFF 统计(基因/mRNA/外显子/内含子/C",
986
+ "capabilities": [
987
+ "annotation"
988
+ ]
989
+ },
990
+ "gxffilter": {
991
+ "name": "gxffilter",
992
+ "kind": "bridge",
993
+ "mode": "bridge",
994
+ "class": "GxfFilterCli",
995
+ "xmx": "3g",
996
+ "runner": "plot",
997
+ "group": "engine",
998
+ "help": "gxffilter: gxffilter <in.gff3|gtf> <idList.txt> <out.gff3|gtf>"
999
+ },
1000
+ "gxfsort": {
1001
+ "name": "gxfsort",
1002
+ "kind": "bridge",
1003
+ "mode": "bridge",
1004
+ "class": "GxfSortCli",
1005
+ "xmx": "3g",
1006
+ "runner": "plot",
1007
+ "group": "engine",
1008
+ "help": "gxfsort: gxfsort <in.gff3|gtf> <out.sorted>"
1009
+ },
1010
+ "hicEnzyme": {
1011
+ "name": "hicEnzyme",
1012
+ "kind": "direct",
1013
+ "mode": "direct",
1014
+ "class": "biocjava.bioDoer.GenomeAssembly.HiCRestrictionEnzymePrediction",
1015
+ "xmx": "3g",
1016
+ "runner": "plot",
1017
+ "group": "asm",
1018
+ "help": "hicEnzyme: hicEnzyme <inHiC.fastq> # HiC 限制酶预测(第76引擎)",
1019
+ "capabilities": [
1020
+ "assembly"
1021
+ ]
1022
+ },
1023
+ "hmmExtract": {
1024
+ "name": "hmmExtract",
1025
+ "kind": "direct",
1026
+ "mode": "direct",
1027
+ "class": "biocjava.bioDoer.LinuxPipe.hmmInfoExtracter",
1028
+ "xmx": "3g",
1029
+ "runner": "plot",
1030
+ "group": "hmm",
1031
+ "help": "hmmExtract: hmmExtract <in.hmm> <idList.txt> <out.hmm> # 从 HMM 文件按 NAM"
1032
+ },
1033
+ "homoPhase": {
1034
+ "name": "homoPhase",
1035
+ "kind": "direct",
1036
+ "mode": "direct",
1037
+ "class": "biocjava.bioDoer.GenomeAssembly.HomoConflictBasedPartition",
1038
+ "xmx": "3g",
1039
+ "runner": "plot",
1040
+ "group": "asm",
1041
+ "help": "homoPhase: homoPhase <inContigGrpMap> <outPhasedMap>",
1042
+ "capabilities": [
1043
+ "assembly"
1044
+ ]
1045
+ },
1046
+ "keggEnrich": {
1047
+ "name": "keggEnrich",
1048
+ "kind": "bridge",
1049
+ "mode": "bridge",
1050
+ "class": "KeggEnrichCli",
1051
+ "xmx": "4g",
1052
+ "runner": "java",
1053
+ "group": "table",
1054
+ "help": "keggEnrich: keggEnrich <reference.keg> <annotation.tsv> <selectIds.txt> <out.xls> # KEGG 富集分析(G4 补齐,需真实 .keg 参考文件)",
1055
+ "capabilities": [
1056
+ "enrichment",
1057
+ "pathway"
1058
+ ],
1059
+ "inputs": [
1060
+ {
1061
+ "name": "background",
1062
+ "role": "file",
1063
+ "format": "tsv",
1064
+ "required": true,
1065
+ "note": ""
1066
+ },
1067
+ {
1068
+ "name": "target",
1069
+ "role": "file",
1070
+ "format": "tsv",
1071
+ "required": true,
1072
+ "note": ""
1073
+ }
1074
+ ],
1075
+ "outputs": [
1076
+ "tsv"
1077
+ ]
1078
+ },
1079
+ "layoutheatmap": {
1080
+ "name": "layoutheatmap",
1081
+ "kind": "bridge",
1082
+ "mode": "bridge",
1083
+ "class": "LayoutHeatmapCli",
1084
+ "xmx": "3g",
1085
+ "runner": "plot",
1086
+ "group": "expr",
1087
+ "help": "layoutheatmap: layoutheatmap <layout.tsv> <expr.tsv> <out> [--options]",
1088
+ "capabilities": [
1089
+ "expression",
1090
+ "visualization"
1091
+ ],
1092
+ "inputs": [
1093
+ {
1094
+ "name": "expr",
1095
+ "role": "file",
1096
+ "format": "tsv",
1097
+ "required": true,
1098
+ "note": ""
1099
+ },
1100
+ {
1101
+ "name": "layout",
1102
+ "role": "file",
1103
+ "format": "tsv",
1104
+ "required": true,
1105
+ "note": ""
1106
+ }
1107
+ ],
1108
+ "outputs": [
1109
+ "svg"
1110
+ ]
1111
+ },
1112
+ "levelGo": {
1113
+ "name": "levelGo",
1114
+ "kind": "direct",
1115
+ "mode": "direct",
1116
+ "class": "biocjava.bioDoer.GeneOntology.Grapher.LevelDoer",
1117
+ "xmx": "3g",
1118
+ "runner": "plot",
1119
+ "group": "table",
1120
+ "help": "levelGo: levelGo <gene2Go.txt> <outTable> <oboFile> [--level N]",
1121
+ "capabilities": [
1122
+ "table_operations"
1123
+ ]
1124
+ },
1125
+ "makemotif": {
1126
+ "name": "makemotif",
1127
+ "kind": "bridge",
1128
+ "mode": "bridge",
1129
+ "class": "MakeMotifCli",
1130
+ "xmx": "3g",
1131
+ "runner": "java",
1132
+ "group": "seq",
1133
+ "help": "makemotif: makemotif <in.seqs.txt> <out.meme> [--mol DNA|RNA|Protein] # 等长序列→MEME motif 文件(GUI 逆向接口;产物可直接喂 fimo/mast)",
1134
+ "capabilities": [
1135
+ "sequence"
1136
+ ]
1137
+ },
1138
+ "marker": {
1139
+ "name": "marker",
1140
+ "kind": "direct",
1141
+ "mode": "direct",
1142
+ "class": "biocjava.bioDoer.markerDesign.BigMarkerRandomDesign",
1143
+ "xmx": "3g",
1144
+ "runner": "plot",
1145
+ "group": "engine",
1146
+ "help": "marker: marker <MarkerDist|MarkerFilter|SampleDist|BigMarkerRandomDe"
1147
+ },
1148
+ "markertools": {
1149
+ "name": "markertools",
1150
+ "kind": "bridge",
1151
+ "mode": "bridge",
1152
+ "class": "MarkerToolsCli",
1153
+ "xmx": "3g",
1154
+ "runner": "plot",
1155
+ "group": "engine",
1156
+ "help": "markertools: markertools <filter|dist|sampledist> <in.marker.tab> [maxPoi"
1157
+ },
1158
+ "mast": {
1159
+ "name": "mast",
1160
+ "kind": "bridge",
1161
+ "mode": "bridge",
1162
+ "class": "MastCli",
1163
+ "xmx": "3g",
1164
+ "runner": "java",
1165
+ "group": "seq",
1166
+ "help": "mast: mast <sequence.fa> <motifs.meme|meme.xml> <workingDir> [--motif-to-use N] [--max-motif-pvalue 0.0001] [--max-seq-evalue 10] # MAST motif 搜索(GUI 逆向接口 QuickRunMAST,需系统 mast;产物 mast.html/txt/xml)",
1167
+ "capabilities": [
1168
+ "sequence"
1169
+ ]
1170
+ },
1171
+ "mast2tab": {
1172
+ "name": "mast2tab",
1173
+ "kind": "bridge",
1174
+ "mode": "bridge",
1175
+ "class": "Mast2TabCli",
1176
+ "xmx": "3g",
1177
+ "runner": "plot",
1178
+ "group": "seq",
1179
+ "help": "mast2tab: mast2tab <mast|meme.xml> <out.tab>",
1180
+ "capabilities": [
1181
+ "sequence"
1182
+ ]
1183
+ },
1184
+ "mastExtract": {
1185
+ "name": "mastExtract",
1186
+ "kind": "direct",
1187
+ "mode": "direct",
1188
+ "class": "biocjava.bioDoer.MEME.ExtractSeq.ExtractSeqFromMastXML",
1189
+ "xmx": "3g",
1190
+ "runner": "plot",
1191
+ "group": "seq",
1192
+ "help": "mastExtract: mastExtract <in.fa> <mast.xml> <out.txt> # 从 MAST XML 提取命中",
1193
+ "capabilities": [
1194
+ "sequence"
1195
+ ]
1196
+ },
1197
+ "mastrun": {
1198
+ "name": "mastrun",
1199
+ "kind": "bridge",
1200
+ "mode": "bridge",
1201
+ "class": "MastRunCli",
1202
+ "xmx": "3g",
1203
+ "runner": "plot",
1204
+ "group": "seq",
1205
+ "help": "mastrun: mastrun <meme.xml> <seq.fasta> <workingDir> [--motifs M] [--",
1206
+ "capabilities": [
1207
+ "motif",
1208
+ "scanning"
1209
+ ],
1210
+ "inputs": [
1211
+ {
1212
+ "name": "meme",
1213
+ "role": "file",
1214
+ "format": "meme",
1215
+ "required": true,
1216
+ "note": ""
1217
+ }
1218
+ ],
1219
+ "outputs": [
1220
+ "xml"
1221
+ ]
1222
+ },
1223
+ "mcscanx": {
1224
+ "name": "mcscanx",
1225
+ "kind": "bridge",
1226
+ "mode": "bridge",
1227
+ "class": "MCScanXCli",
1228
+ "xmx": "3g",
1229
+ "runner": "plot",
1230
+ "group": "syn",
1231
+ "help": "mcscanx: mcscanx <gff> <blast> <outPrefix> [--html] # 共线性检测",
1232
+ "capabilities": [
1233
+ "synteny",
1234
+ "collinearity_detection"
1235
+ ],
1236
+ "inputs": [
1237
+ {
1238
+ "name": "gff",
1239
+ "role": "file",
1240
+ "format": "tsv",
1241
+ "required": true,
1242
+ "note": "chr\tgene\tstart\tend"
1243
+ },
1244
+ {
1245
+ "name": "blast",
1246
+ "role": "file",
1247
+ "format": "tsv",
1248
+ "required": true,
1249
+ "note": "tab6"
1250
+ }
1251
+ ],
1252
+ "outputs": [
1253
+ "tsv"
1254
+ ]
1255
+ },
1256
+ "meme": {
1257
+ "name": "meme",
1258
+ "kind": "bridge",
1259
+ "mode": "bridge",
1260
+ "class": "MemeCli",
1261
+ "xmx": "3g",
1262
+ "runner": "java",
1263
+ "group": "seq",
1264
+ "help": "meme: meme <in.fa> <workingDir> <outMemeXml> [--nmotifs N] [--minw N] [--maxw N] [--evt 0.05] [--mod zoops|oops|anr] # MEME motif 发现(GUI 逆向接口 QuickRunMEME,需系统 meme;产物可与 memeViz/fimo 串联)",
1265
+ "capabilities": [
1266
+ "sequence"
1267
+ ]
1268
+ },
1269
+ "meme2tab": {
1270
+ "name": "meme2tab",
1271
+ "kind": "bridge",
1272
+ "mode": "bridge",
1273
+ "class": "Meme2TabCli",
1274
+ "xmx": "3g",
1275
+ "runner": "java",
1276
+ "group": "seq",
1277
+ "help": "meme2tab: meme2tab <meme.xml|mast.xml> <out.tab> # MEME/MAST XML→motif 域表(GUI 逆向接口 MEMESuiteXMLtoTab)",
1278
+ "capabilities": [
1279
+ "sequence"
1280
+ ]
1281
+ },
1282
+ "memerun": {
1283
+ "name": "memerun",
1284
+ "kind": "bridge",
1285
+ "mode": "bridge",
1286
+ "class": "MemeRunCli",
1287
+ "xmx": "3g",
1288
+ "runner": "plot",
1289
+ "group": "seq",
1290
+ "help": "memerun: memerun <in.fasta> <workingDir> [--motif N] [--minW N] [--ma",
1291
+ "capabilities": [
1292
+ "motif",
1293
+ "discovery"
1294
+ ],
1295
+ "inputs": [
1296
+ {
1297
+ "name": "fasta",
1298
+ "role": "file",
1299
+ "format": "fasta",
1300
+ "required": true,
1301
+ "note": ""
1302
+ }
1303
+ ],
1304
+ "outputs": [
1305
+ "meme"
1306
+ ]
1307
+ },
1308
+ "mggxf": {
1309
+ "name": "mggxf",
1310
+ "kind": "bridge",
1311
+ "mode": "bridge",
1312
+ "class": "MgGxfCli",
1313
+ "xmx": "3g",
1314
+ "runner": "plot",
1315
+ "group": "engine",
1316
+ "help": "mggxf: mggxf <inGenePair|blastTab6> <in.simplified.gff> <out.Linked"
1317
+ },
1318
+ "microgenome": {
1319
+ "name": "microgenome",
1320
+ "kind": "direct",
1321
+ "mode": "direct",
1322
+ "class": "biocjava.bioDoer.JIGplotToolkit.MicroGenomeViz.MicroGenomeAnnotationCircosPlot",
1323
+ "xmx": "3g",
1324
+ "runner": "plot",
1325
+ "group": "syn",
1326
+ "help": "microgenome: microgenome <inGBK> <anno.tsv> <out> [micro|macro]",
1327
+ "capabilities": [
1328
+ "synteny"
1329
+ ]
1330
+ },
1331
+ "microsyn": {
1332
+ "name": "microsyn",
1333
+ "kind": "bridge",
1334
+ "mode": "bridge",
1335
+ "class": "MicroSynCli",
1336
+ "xmx": "3g",
1337
+ "runner": "plot",
1338
+ "group": "syn",
1339
+ "help": "microsyn: microsyn <gxf1> <gxf2> <collinearity> <out> [--chr1 C --star",
1340
+ "capabilities": [
1341
+ "synteny",
1342
+ "visualization"
1343
+ ],
1344
+ "inputs": [
1345
+ {
1346
+ "name": "gff",
1347
+ "role": "file",
1348
+ "format": "tsv",
1349
+ "required": true,
1350
+ "note": "简化 GFF"
1351
+ },
1352
+ {
1353
+ "name": "links",
1354
+ "role": "file",
1355
+ "format": "tsv",
1356
+ "required": true,
1357
+ "note": ""
1358
+ }
1359
+ ],
1360
+ "outputs": [
1361
+ "svg"
1362
+ ]
1363
+ },
1364
+ "mirnaIdentify": {
1365
+ "name": "mirnaIdentify",
1366
+ "kind": "bridge",
1367
+ "mode": "bridge",
1368
+ "class": "MirIdentifyCli",
1369
+ "xmx": "3g",
1370
+ "runner": "plot",
1371
+ "group": "mirna",
1372
+ "help": "mirnaIdentify: mirnaIdentify <genome.fa> <targetSo.tsv> <outPredict.txt> <outChecklog.txt> [--checkARM BOTH|FIVE|THREE] [--maxAsy N] [--maxBulge N] # miRNA 前体鉴定(GUI 逆向 #78 MirIdentifyCli;⚠️ 第 4 参 outChecklog 必需,docstring 原漏写 N29)"
1373
+ },
1374
+ "mirnaTarget2": {
1375
+ "name": "mirnaTarget2",
1376
+ "kind": "direct",
1377
+ "mode": "direct",
1378
+ "class": "biocjava.bioDoer.miRNA.Target2TablePipe",
1379
+ "xmx": "3g",
1380
+ "runner": "plot",
1381
+ "group": "mirna",
1382
+ "help": "mirnaTarget2: mirnaTarget2 <mirna.fa> <target.fa> <out.txt> [--revCom true"
1383
+ },
1384
+ "mountain": {
1385
+ "name": "mountain",
1386
+ "kind": "bridge",
1387
+ "mode": "bridge",
1388
+ "class": "MountainPlotCli",
1389
+ "xmx": "3g",
1390
+ "runner": "plot",
1391
+ "group": "expr",
1392
+ "help": "mountain: mountain <fold.txt> <out.tsv>",
1393
+ "capabilities": [
1394
+ "expression"
1395
+ ]
1396
+ },
1397
+ "mpattern": {
1398
+ "name": "mpattern",
1399
+ "kind": "bridge",
1400
+ "mode": "bridge",
1401
+ "class": "MotifPatternCli",
1402
+ "xmx": "3g",
1403
+ "runner": "plot",
1404
+ "group": "seq",
1405
+ "help": "mpattern: mpattern <mast.xml> <out.svg> [--max-motif N] [--shape RoundRect|Rect|Oval] [--line Middle|Up|Down|Splice] [--gradient] [--show-num] # MEME/MAST motif 序列标注图(GUI 逆向接口,postGraph(String,panel) 重载绕弹窗)",
1406
+ "capabilities": [
1407
+ "sequence"
1408
+ ]
1409
+ },
1410
+ "multiEfp": {
1411
+ "name": "multiEfp",
1412
+ "kind": "bridge",
1413
+ "mode": "bridge",
1414
+ "class": "MultiSuperHeatCli",
1415
+ "xmx": "3g",
1416
+ "runner": "plot",
1417
+ "group": "expr",
1418
+ "help": "multiEfp: multiEfp <inTGA> <sample2cc> <expMat1[,expMat2,...]> <geneId",
1419
+ "capabilities": [
1420
+ "expression",
1421
+ "visualization"
1422
+ ],
1423
+ "inputs": [
1424
+ {
1425
+ "name": "tga",
1426
+ "role": "file",
1427
+ "format": "tga",
1428
+ "required": true,
1429
+ "note": ""
1430
+ },
1431
+ {
1432
+ "name": "expMat",
1433
+ "role": "file",
1434
+ "format": "tsv",
1435
+ "required": true,
1436
+ "note": ""
1437
+ }
1438
+ ],
1439
+ "outputs": [
1440
+ "svg"
1441
+ ]
1442
+ },
1443
+ "multisyn": {
1444
+ "name": "multisyn",
1445
+ "kind": "bridge",
1446
+ "mode": "bridge",
1447
+ "class": "SeveralSpeciesCli",
1448
+ "xmx": "3g",
1449
+ "runner": "plot",
1450
+ "group": "syn",
1451
+ "help": "multisyn: multisyn <gxf.lst> <collinear.lst> <out> [--genes idlist.txt",
1452
+ "capabilities": [
1453
+ "synteny",
1454
+ "visualization"
1455
+ ],
1456
+ "inputs": [
1457
+ {
1458
+ "name": "gff",
1459
+ "role": "file",
1460
+ "format": "tsv",
1461
+ "required": true,
1462
+ "note": ""
1463
+ },
1464
+ {
1465
+ "name": "gxf_lst",
1466
+ "role": "file",
1467
+ "format": "txt",
1468
+ "required": true,
1469
+ "note": ""
1470
+ }
1471
+ ],
1472
+ "outputs": [
1473
+ "svg"
1474
+ ]
1475
+ },
1476
+ "nwAlign": {
1477
+ "name": "nwAlign",
1478
+ "kind": "bridge",
1479
+ "mode": "bridge",
1480
+ "class": "NeedlemanWunschCli",
1481
+ "xmx": "3g",
1482
+ "runner": "plot",
1483
+ "group": "tree",
1484
+ "help": "nwAlign: nwAlign <seq1.fa> <seq2.fa> <out> [--protein|--dna] [--format EMBOSS|FASTA] [--gap-open N] [--gap-extend N] [--end-gap-open N] [--end-gap-extend N] [--end-weight] # Needleman-Wunsch 全局比对(GUI 逆向接口 NeedleManWunschAlign;旧 SimpleBatchProcess 静默无产物已替换)",
1485
+ "capabilities": [
1486
+ "phylogeny"
1487
+ ],
1488
+ "status": "beta"
1489
+ },
1490
+ "pafcomp": {
1491
+ "name": "pafcomp",
1492
+ "kind": "bridge",
1493
+ "mode": "bridge",
1494
+ "class": "PafGC",
1495
+ "xmx": "3g",
1496
+ "runner": "plot",
1497
+ "group": "syn",
1498
+ "help": "pafcomp: pafcomp --inPaf <paf> --outGraph <out> [--colorMode Target|Q",
1499
+ "capabilities": [
1500
+ "synteny"
1501
+ ]
1502
+ },
1503
+ "pafref": {
1504
+ "name": "pafref",
1505
+ "kind": "direct",
1506
+ "mode": "direct",
1507
+ "class": "biocjava.bioDoer.JIGplotToolkit.Paf.PafRefBaseCoverCalc",
1508
+ "xmx": "3g",
1509
+ "runner": "plot",
1510
+ "group": "syn",
1511
+ "help": "pafref: pafref --inPaf <paf> --outTab <out.tsv>",
1512
+ "capabilities": [
1513
+ "synteny",
1514
+ "visualization"
1515
+ ],
1516
+ "inputs": [
1517
+ {
1518
+ "name": "paf",
1519
+ "role": "file",
1520
+ "format": "tsv",
1521
+ "required": true,
1522
+ "note": "含 cg:Z CIGAR"
1523
+ }
1524
+ ],
1525
+ "outputs": [
1526
+ "svg"
1527
+ ]
1528
+ },
1529
+ "pafviz": {
1530
+ "name": "pafviz",
1531
+ "kind": "bridge",
1532
+ "mode": "bridge",
1533
+ "class": "PafVizCli",
1534
+ "xmx": "3g",
1535
+ "runner": "plot",
1536
+ "group": "syn",
1537
+ "help": "pafviz: pafviz <in.paf> <out.svg> [--graph-size N] [--color Target|Query|None] [--seed N] [--min-len N] [--switch-qnt] [--rc-color] # PAF 比对 dot 图(GUI 逆向接口 PafViz.process,绕 quickShow)",
1538
+ "capabilities": [
1539
+ "synteny",
1540
+ "visualization"
1541
+ ],
1542
+ "inputs": [
1543
+ {
1544
+ "name": "paf",
1545
+ "role": "file",
1546
+ "format": "tsv",
1547
+ "required": true,
1548
+ "note": "13 列 PAF"
1549
+ }
1550
+ ],
1551
+ "outputs": [
1552
+ "svg"
1553
+ ]
1554
+ },
1555
+ "partitionconflict": {
1556
+ "name": "partitionconflict",
1557
+ "kind": "direct",
1558
+ "mode": "direct",
1559
+ "class": "biocjava.bioDoer.GenomeAssembly.ParititionByConflictFreq",
1560
+ "xmx": "3g",
1561
+ "runner": "plot",
1562
+ "group": "syn",
1563
+ "help": "partitionconflict: partitionconflict <inConflictFreq.tsv> <polyPoid> <outCluste",
1564
+ "capabilities": [
1565
+ "synteny"
1566
+ ]
1567
+ },
1568
+ "peakanno": {
1569
+ "name": "peakanno",
1570
+ "kind": "direct",
1571
+ "mode": "direct",
1572
+ "class": "biocjava.bioDoer.JIGplotToolkit.MACS2viz.peakAnno",
1573
+ "xmx": "3g",
1574
+ "runner": "plot",
1575
+ "group": "chipseq",
1576
+ "help": "peakanno: peakanno <gxf> <macs2_peak.xls> <out.tsv> [--dist N]",
1577
+ "capabilities": [
1578
+ "chip_seq",
1579
+ "peak_annotation"
1580
+ ],
1581
+ "inputs": [
1582
+ {
1583
+ "name": "peaks",
1584
+ "role": "file",
1585
+ "format": "tsv",
1586
+ "required": true,
1587
+ "note": "MACS2, 百万级坐标"
1588
+ }
1589
+ ],
1590
+ "outputs": [
1591
+ "tsv"
1592
+ ]
1593
+ },
1594
+ "peakdist": {
1595
+ "name": "peakdist",
1596
+ "kind": "bridge",
1597
+ "mode": "bridge",
1598
+ "class": "PeakDistCli",
1599
+ "xmx": "3g",
1600
+ "runner": "plot",
1601
+ "group": "chipseq",
1602
+ "help": "peakdist: peakdist <chrLen.tsv> <macs2_peak.xls> <out> [--chrHeight H]",
1603
+ "capabilities": [
1604
+ "chip_seq"
1605
+ ]
1606
+ },
1607
+ "peaktss": {
1608
+ "name": "peaktss",
1609
+ "kind": "direct",
1610
+ "mode": "direct",
1611
+ "class": "biocjava.bioDoer.JIGplotToolkit.MACS2viz.peakTssHeatMap",
1612
+ "xmx": "3g",
1613
+ "runner": "plot",
1614
+ "group": "chipseq",
1615
+ "help": "peaktss: peaktss <gxf> <macs2_peak.xls> <out.svg/png> [--dist N] [--b",
1616
+ "capabilities": [
1617
+ "chip_seq",
1618
+ "peak_calling"
1619
+ ],
1620
+ "inputs": [
1621
+ {
1622
+ "name": "gxf",
1623
+ "role": "file",
1624
+ "format": "gff3",
1625
+ "required": true,
1626
+ "note": ""
1627
+ },
1628
+ {
1629
+ "name": "peaks",
1630
+ "role": "file",
1631
+ "format": "tsv",
1632
+ "required": true,
1633
+ "note": "MACS2"
1634
+ }
1635
+ ],
1636
+ "outputs": [
1637
+ "svg"
1638
+ ]
1639
+ },
1640
+ "pep2codon": {
1641
+ "name": "pep2codon",
1642
+ "kind": "bridge",
1643
+ "mode": "bridge",
1644
+ "class": "Pep2CodonCli",
1645
+ "xmx": "3g",
1646
+ "runner": "plot",
1647
+ "group": "seq",
1648
+ "help": "pep2codon: pep2codon <cds.fa> <pep.aln.fa> <codon.aln.out>",
1649
+ "capabilities": [
1650
+ "sequence"
1651
+ ],
1652
+ "inputs": [
1653
+ {
1654
+ "name": "cds",
1655
+ "role": "file",
1656
+ "format": "fasta",
1657
+ "required": true,
1658
+ "note": ""
1659
+ },
1660
+ {
1661
+ "name": "pep_aln",
1662
+ "role": "file",
1663
+ "format": "fasta",
1664
+ "required": true,
1665
+ "note": ""
1666
+ }
1667
+ ],
1668
+ "outputs": [
1669
+ "fa"
1670
+ ]
1671
+ },
1672
+ "pfammotif": {
1673
+ "name": "pfammotif",
1674
+ "kind": "bridge",
1675
+ "mode": "bridge",
1676
+ "class": "PfamMotifCli",
1677
+ "xmx": "3g",
1678
+ "runner": "plot",
1679
+ "group": "seq",
1680
+ "help": "pfammotif: pfammotif <pfamscan.txt> <in.fasta> <out.svg|png|pdf> [newic",
1681
+ "capabilities": [
1682
+ "sequence"
1683
+ ]
1684
+ },
1685
+ "phylotree": {
1686
+ "name": "phylotree",
1687
+ "kind": "bridge",
1688
+ "mode": "bridge",
1689
+ "class": "PhyloTreeCli",
1690
+ "xmx": "3g",
1691
+ "runner": "plot",
1692
+ "group": "tree",
1693
+ "help": "phylotree: phylotree <in.nwk> <out> [vertical] [width] [height]",
1694
+ "capabilities": [
1695
+ "phylogeny"
1696
+ ]
1697
+ },
1698
+ "pileup": {
1699
+ "name": "pileup",
1700
+ "kind": "bridge",
1701
+ "mode": "bridge",
1702
+ "class": "PileUpCli",
1703
+ "xmx": "3g",
1704
+ "runner": "plot",
1705
+ "group": "chipseq",
1706
+ "help": "pileup: pileup <blast.xml> <out.svg> [--query NAME]",
1707
+ "capabilities": [
1708
+ "chip_seq"
1709
+ ]
1710
+ },
1711
+ "plotrna": {
1712
+ "name": "plotrna",
1713
+ "kind": "direct",
1714
+ "mode": "direct",
1715
+ "class": "biocjava.bioDoer.JIGplotToolkit.miRCoverage.PlotRNAfold",
1716
+ "xmx": "3g",
1717
+ "runner": "plot",
1718
+ "group": "seq",
1719
+ "help": "plotrna: plotrna <genomeFA> <region> <SAM> [--directPDF out.pdf]",
1720
+ "capabilities": [
1721
+ "sequence"
1722
+ ],
1723
+ "dependencies": [
1724
+ "rnafold"
1725
+ ],
1726
+ "inputs": [
1727
+ {
1728
+ "name": "seq",
1729
+ "role": "file",
1730
+ "format": "fasta",
1731
+ "required": true,
1732
+ "note": ""
1733
+ }
1734
+ ],
1735
+ "outputs": [
1736
+ "pdf"
1737
+ ]
1738
+ },
1739
+ "preparespecies": {
1740
+ "name": "preparespecies",
1741
+ "kind": "direct",
1742
+ "mode": "direct",
1743
+ "class": "biocjava.bioDoer.ComparativeGenomics.PrepareSpecies",
1744
+ "xmx": "3g",
1745
+ "runner": "plot",
1746
+ "group": "asm",
1747
+ "help": "preparespecies: preparespecies <prefix> <inGenome.fa> <inGFF> <outGenome.fa>",
1748
+ "capabilities": [
1749
+ "assembly"
1750
+ ],
1751
+ "inputs": [
1752
+ {
1753
+ "name": "genome",
1754
+ "role": "file",
1755
+ "format": "fasta",
1756
+ "required": true,
1757
+ "note": ""
1758
+ },
1759
+ {
1760
+ "name": "gff",
1761
+ "role": "file",
1762
+ "format": "gff3",
1763
+ "required": true,
1764
+ "note": ""
1765
+ }
1766
+ ],
1767
+ "outputs": [
1768
+ "fasta"
1769
+ ]
1770
+ },
1771
+ "qdot": {
1772
+ "name": "qdot",
1773
+ "kind": "bridge",
1774
+ "mode": "bridge",
1775
+ "class": "QuickGenomeDotCli",
1776
+ "xmx": "3g",
1777
+ "runner": "plot",
1778
+ "group": "syn",
1779
+ "help": "qdot: qdot <blast.tab> <in.gff> <chrLayout.txt> <out.svg> [--point-size N] [--highlight genes.txt] # 基因组 dot plot(插件 P00380 CLI 化;blast/gff/chrLayout 可由 mcscanxd 产出,绕开插件 quickShow GUI 崩溃直驱 dotdotdot)",
1780
+ "capabilities": [
1781
+ "synteny",
1782
+ "visualization"
1783
+ ],
1784
+ "inputs": [
1785
+ {
1786
+ "name": "gff",
1787
+ "role": "file",
1788
+ "format": "tsv",
1789
+ "required": true,
1790
+ "note": "4 列简化: Chr\tGene\tStart\tEnd"
1791
+ }
1792
+ ],
1793
+ "outputs": [
1794
+ "svg"
1795
+ ]
1796
+ },
1797
+ "qpcr": {
1798
+ "name": "qpcr",
1799
+ "kind": "bridge",
1800
+ "mode": "bridge",
1801
+ "class": "QpcrCli",
1802
+ "xmx": "3g",
1803
+ "runner": "plot",
1804
+ "group": "expr",
1805
+ "help": "qpcr: qpcr <data.txt> <out> [w] [h] (data: name mean sd)",
1806
+ "capabilities": [
1807
+ "expression"
1808
+ ]
1809
+ },
1810
+ "qpcrExp": {
1811
+ "name": "qpcrExp",
1812
+ "kind": "bridge",
1813
+ "mode": "bridge",
1814
+ "class": "QpcrDdctCli",
1815
+ "xmx": "3g",
1816
+ "runner": "plot",
1817
+ "group": "expr",
1818
+ "help": "qpcrExp: qpcrExp <in.qpcr.tab> <out.xls>",
1819
+ "capabilities": [
1820
+ "expression"
1821
+ ]
1822
+ },
1823
+ "qpcrproc": {
1824
+ "name": "qpcrproc",
1825
+ "kind": "bridge",
1826
+ "mode": "bridge",
1827
+ "class": "QpcrProcCli",
1828
+ "xmx": "3g",
1829
+ "runner": "plot",
1830
+ "group": "engine",
1831
+ "help": "qpcrproc: qpcrproc <in.qpcr.tab> <out.xls>"
1832
+ },
1833
+ "quickFamily": {
1834
+ "name": "quickFamily",
1835
+ "kind": "direct",
1836
+ "mode": "direct",
1837
+ "class": "biocjava.bioDoer.BLAST.ReciprocalBlast.QuickGeneFamilyIdentification",
1838
+ "xmx": "3g",
1839
+ "runner": "plot",
1840
+ "group": "blast",
1841
+ "help": "quickFamily: quickFamily <refPep.fa> <familyIds.txt> <queryPep.fa> <outPr",
1842
+ "capabilities": [
1843
+ "homology"
1844
+ ]
1845
+ },
1846
+ "recipBlast": {
1847
+ "name": "recipBlast",
1848
+ "kind": "direct",
1849
+ "mode": "direct",
1850
+ "class": "biocjava.bioDoer.BLAST.ReciprocalBlast.ReciprocalBlast",
1851
+ "xmx": "3g",
1852
+ "runner": "plot",
1853
+ "group": "blast",
1854
+ "help": "recipBlast: recipBlast <query.fa> <subject.fa> <outPrefix> [--queryIds i",
1855
+ "capabilities": [
1856
+ "homology",
1857
+ "reciprocal_best_hit"
1858
+ ],
1859
+ "inputs": [
1860
+ {
1861
+ "name": "db",
1862
+ "role": "file",
1863
+ "format": "fasta",
1864
+ "required": true,
1865
+ "note": ""
1866
+ },
1867
+ {
1868
+ "name": "query",
1869
+ "role": "file",
1870
+ "format": "fasta",
1871
+ "required": true,
1872
+ "note": ""
1873
+ }
1874
+ ],
1875
+ "outputs": [
1876
+ "tsv"
1877
+ ]
1878
+ },
1879
+ "regionAnno": {
1880
+ "name": "regionAnno",
1881
+ "kind": "direct",
1882
+ "mode": "direct",
1883
+ "class": "biocjava.bioDoer.GXFUtils.RegionGXFOverlapAnnotation",
1884
+ "xmx": "3g",
1885
+ "runner": "plot",
1886
+ "group": "gxf",
1887
+ "help": "regionAnno: regionAnno <in.gff3> <region.txt> <outTab> [--flankLen N] [-",
1888
+ "capabilities": [
1889
+ "annotation"
1890
+ ]
1891
+ },
1892
+ "regiondepth": {
1893
+ "name": "regiondepth",
1894
+ "kind": "bridge",
1895
+ "mode": "bridge",
1896
+ "class": "RegionDepthCli",
1897
+ "xmx": "3g",
1898
+ "runner": "plot",
1899
+ "group": "engine",
1900
+ "help": "regiondepth: regiondepth <in.sam> <region> <out.depth> [scaleFactor]"
1901
+ },
1902
+ "rnaplot": {
1903
+ "name": "rnaplot",
1904
+ "kind": "bridge",
1905
+ "mode": "bridge",
1906
+ "class": "RNAplotCli",
1907
+ "xmx": "3g",
1908
+ "runner": "plot",
1909
+ "group": "seq",
1910
+ "help": "rnaplot: rnaplot <seq.fa|rawSeq> <out> [--colorMap \"seq1=R,G,B;seq2=R",
1911
+ "capabilities": [
1912
+ "sequence"
1913
+ ],
1914
+ "dependencies": [
1915
+ "rnafold"
1916
+ ],
1917
+ "inputs": [
1918
+ {
1919
+ "name": "seq",
1920
+ "role": "file",
1921
+ "format": "fasta",
1922
+ "required": true,
1923
+ "note": ""
1924
+ }
1925
+ ],
1926
+ "outputs": [
1927
+ "svg"
1928
+ ],
1929
+ "status": "platform-limited"
1930
+ },
1931
+ "sambamcov": {
1932
+ "name": "sambamcov",
1933
+ "kind": "bridge",
1934
+ "mode": "bridge",
1935
+ "class": "SamBamCovCli",
1936
+ "xmx": "3g",
1937
+ "runner": "plot",
1938
+ "group": "engine",
1939
+ "help": "sambamcov: sambamcov <in.bam> <out.tsv> [binSize] [countMode]"
1940
+ },
1941
+ "sepChr": {
1942
+ "name": "sepChr",
1943
+ "kind": "direct",
1944
+ "mode": "direct",
1945
+ "class": "biocjava.bioDoer.GenomeAssembly.SeperateChrByAlleles",
1946
+ "xmx": "3g",
1947
+ "runner": "plot",
1948
+ "group": "asm",
1949
+ "help": "sepChr: sepChr <gene2chr.tsv> <in.miniprot.gff> <outMap>",
1950
+ "capabilities": [
1951
+ "assembly"
1952
+ ]
1953
+ },
1954
+ "seqconvert": {
1955
+ "name": "seqconvert",
1956
+ "kind": "bridge",
1957
+ "mode": "bridge",
1958
+ "class": "SeqConverterCli",
1959
+ "xmx": "3g",
1960
+ "runner": "plot",
1961
+ "group": "engine",
1962
+ "help": "seqconvert: seqconvert -i <in> -o <out> -iF <fmt> -oF <fmt>"
1963
+ },
1964
+ "seqlentrack": {
1965
+ "name": "seqlentrack",
1966
+ "kind": "bridge",
1967
+ "mode": "bridge",
1968
+ "class": "SeqLenTrackCli",
1969
+ "xmx": "3g",
1970
+ "runner": "plot",
1971
+ "group": "seq",
1972
+ "help": "seqlentrack: seqlentrack <seqlen.txt> <out.svg|png|pdf> [newick.treefile]",
1973
+ "capabilities": [
1974
+ "sequence"
1975
+ ]
1976
+ },
1977
+ "simplehmmscan": {
1978
+ "name": "simplehmmscan",
1979
+ "kind": "bridge",
1980
+ "mode": "bridge",
1981
+ "class": "SimpleHmmscanCli",
1982
+ "xmx": "3g",
1983
+ "runner": "plot",
1984
+ "group": "seq",
1985
+ "help": "simplehmmscan: simplehmmscan <pfamA.hmm> <target.pep> <idList.txt> <out.txt",
1986
+ "capabilities": [
1987
+ "sequence"
1988
+ ],
1989
+ "dependencies": [
1990
+ "hmmer"
1991
+ ],
1992
+ "status": "platform-limited"
1993
+ },
1994
+ "sricher": {
1995
+ "name": "sricher",
1996
+ "kind": "bridge",
1997
+ "mode": "bridge",
1998
+ "class": "SimpleEnricherCli",
1999
+ "xmx": "3g",
2000
+ "runner": "java",
2001
+ "group": "table",
2002
+ "help": "sricher: sricher <in.tsv> <out.xls> <totalAnnoIdx> <totalHitIdx> <selAnnoIdx> <selHitIdx> [--header] # 简单富集(GUI 逆向接口 SimpleEnricher,超几何+BH;goEnrich 轻量版无需 OBO)",
2003
+ "capabilities": [
2004
+ "table_operations"
2005
+ ]
2006
+ },
2007
+ "supercircos": {
2008
+ "name": "supercircos",
2009
+ "kind": "bridge",
2010
+ "mode": "bridge",
2011
+ "class": "SuperCircosCli",
2012
+ "xmx": "3g",
2013
+ "runner": "plot",
2014
+ "group": "syn",
2015
+ "help": "supercircos: supercircos <config.cfg> <out> [width] [height]",
2016
+ "capabilities": [
2017
+ "synteny"
2018
+ ],
2019
+ "inputs": [
2020
+ {
2021
+ "name": "config",
2022
+ "role": "file",
2023
+ "format": "txt",
2024
+ "required": true,
2025
+ "note": "[chrLen] 等节"
2026
+ }
2027
+ ],
2028
+ "outputs": [
2029
+ "svg"
2030
+ ]
2031
+ },
2032
+ "tableAppend": {
2033
+ "name": "tableAppend",
2034
+ "kind": "direct",
2035
+ "mode": "direct",
2036
+ "class": "biocjava.bioDoer.Table.TableAppend",
2037
+ "xmx": "3g",
2038
+ "runner": "plot",
2039
+ "group": "table",
2040
+ "help": "tableAppend: tableAppend <inTab1> <inTab2> <outTab> [--c1 N] [--c2 N] #",
2041
+ "capabilities": [
2042
+ "table_operations"
2043
+ ]
2044
+ },
2045
+ "tableCast": {
2046
+ "name": "tableCast",
2047
+ "kind": "direct",
2048
+ "mode": "direct",
2049
+ "class": "biocjava.bioDoer.Table.TableCast",
2050
+ "xmx": "3g",
2051
+ "runner": "plot",
2052
+ "group": "table",
2053
+ "help": "tableCast: tableCast <inLong.txt> <outMatrix>",
2054
+ "capabilities": [
2055
+ "table_operations"
2056
+ ],
2057
+ "aliases": [
2058
+ "TableCast"
2059
+ ]
2060
+ },
2061
+ "tableColSel": {
2062
+ "name": "tableColSel",
2063
+ "kind": "direct",
2064
+ "mode": "direct",
2065
+ "class": "biocjava.bioDoer.Table.TableColSelector",
2066
+ "xmx": "3g",
2067
+ "runner": "plot",
2068
+ "group": "table",
2069
+ "help": "tableColSel: tableColSel <inTable> <outTable> <idList.txt> [--mode Match|",
2070
+ "capabilities": [
2071
+ "table_operations"
2072
+ ]
2073
+ },
2074
+ "tableColSelect": {
2075
+ "name": "tableColSelect",
2076
+ "kind": "bridge",
2077
+ "mode": "bridge",
2078
+ "class": "TableColManipCli",
2079
+ "xmx": "3g",
2080
+ "runner": "plot",
2081
+ "group": "table",
2082
+ "help": "tableColSelect: tableColSelect <inTable> <outTable> <colName1> [colName2...]",
2083
+ "capabilities": [
2084
+ "table_operations"
2085
+ ]
2086
+ },
2087
+ "tableCollapse": {
2088
+ "name": "tableCollapse",
2089
+ "kind": "bridge",
2090
+ "mode": "bridge",
2091
+ "class": "TableCollapseCli",
2092
+ "xmx": "3g",
2093
+ "runner": "plot",
2094
+ "group": "table",
2095
+ "help": "tableCollapse: tableCollapse <inTable> <keyColIndex> <outTable> [hasHeader ",
2096
+ "capabilities": [
2097
+ "table_operations"
2098
+ ]
2099
+ },
2100
+ "tableMelt": {
2101
+ "name": "tableMelt",
2102
+ "kind": "direct",
2103
+ "mode": "direct",
2104
+ "class": "biocjava.bioDoer.Table.TableMelt",
2105
+ "xmx": "3g",
2106
+ "runner": "plot",
2107
+ "group": "table",
2108
+ "help": "tableMelt: tableMelt <inTable> <outTable> # 宽表转长表(第88引擎,TableMelt)",
2109
+ "capabilities": [
2110
+ "table_operations"
2111
+ ]
2112
+ },
2113
+ "tableMerge": {
2114
+ "name": "tableMerge",
2115
+ "kind": "direct",
2116
+ "mode": "direct",
2117
+ "class": "biocjava.bioDoer.Table.TableMerger",
2118
+ "xmx": "3g",
2119
+ "runner": "plot",
2120
+ "group": "table",
2121
+ "help": "tableMerge: tableMerge --inFileArr \"f1,f2,...\" --inColIndexArr \"0,1,...\" --outTable <out> [--defaultNAvalue NA] [--appendMergedKey true|false] [--rmKeyColumns true|false] # 按键合并多个表格(TableMerger;⚠️ ArgsParser 式,旧 docstring 位置参数写法已废弃 N3;位置参数兼容见 _tableMerge_impl)",
2122
+ "capabilities": [
2123
+ "table_operations"
2124
+ ],
2125
+ "inputs": [
2126
+ {
2127
+ "name": "tables",
2128
+ "role": "file",
2129
+ "format": "tsv",
2130
+ "required": true,
2131
+ "note": "多个输入表"
2132
+ }
2133
+ ],
2134
+ "outputs": [
2135
+ "tsv"
2136
+ ]
2137
+ },
2138
+ "tableSplit": {
2139
+ "name": "tableSplit",
2140
+ "kind": "direct",
2141
+ "mode": "direct",
2142
+ "class": "biocjava.bioDoer.Table.TableSplitByCol",
2143
+ "xmx": "3g",
2144
+ "runner": "plot",
2145
+ "group": "table",
2146
+ "help": "tableSplit: tableSplit <inTab> <outDir> [--colIndex N] [--suffix .txt]",
2147
+ "capabilities": [
2148
+ "table_operations"
2149
+ ]
2150
+ },
2151
+ "tableTranspose": {
2152
+ "name": "tableTranspose",
2153
+ "kind": "direct",
2154
+ "mode": "direct",
2155
+ "class": "biocjava.bioDoer.Table.TableTransposer",
2156
+ "xmx": "3g",
2157
+ "runner": "plot",
2158
+ "group": "table",
2159
+ "help": "tableTranspose: tableTranspose <inTable> <outTable> # 表格转置(第95引擎,TableTran",
2160
+ "capabilities": [
2161
+ "table_operations"
2162
+ ]
2163
+ },
2164
+ "tableUniq": {
2165
+ "name": "tableUniq",
2166
+ "kind": "direct",
2167
+ "mode": "direct",
2168
+ "class": "biocjava.bioDoer.Table.TableUniq",
2169
+ "xmx": "3g",
2170
+ "runner": "plot",
2171
+ "group": "table",
2172
+ "help": "tableUniq: tableUniq <inTab> <outFile> [--colIndex N] [--showFreq true|",
2173
+ "capabilities": [
2174
+ "table_operations"
2175
+ ]
2176
+ },
2177
+ "tauIndex": {
2178
+ "name": "tauIndex",
2179
+ "kind": "bridge",
2180
+ "mode": "bridge",
2181
+ "class": "TauCalcCli",
2182
+ "xmx": "3g",
2183
+ "runner": "plot",
2184
+ "group": "expr",
2185
+ "help": "tauIndex: tauIndex <inExpTab> <outTAU>",
2186
+ "capabilities": [
2187
+ "expression"
2188
+ ]
2189
+ },
2190
+ "trimmsa": {
2191
+ "name": "trimmsa",
2192
+ "kind": "bridge",
2193
+ "mode": "bridge",
2194
+ "class": "TrimMSACli",
2195
+ "xmx": "3g",
2196
+ "runner": "plot",
2197
+ "group": "engine",
2198
+ "help": "trimmsa: trimmsa <in.aln.fa> <out.aln.fa> [ratio]"
2199
+ },
2200
+ "twoSeqBlast": {
2201
+ "name": "twoSeqBlast",
2202
+ "kind": "direct",
2203
+ "mode": "direct",
2204
+ "class": "biocjava.bioDoer.BLAST.CompareTwoSeqSet",
2205
+ "xmx": "3g",
2206
+ "runner": "plot",
2207
+ "group": "blast",
2208
+ "help": "twoSeqBlast: twoSeqBlast <query.fa> <subject.fa> <out.txt> [--prog blastp",
2209
+ "capabilities": [
2210
+ "homology"
2211
+ ]
2212
+ },
2213
+ "upset": {
2214
+ "name": "upset",
2215
+ "kind": "bridge",
2216
+ "mode": "bridge",
2217
+ "class": "UpSetCli",
2218
+ "xmx": "3g",
2219
+ "runner": "plot",
2220
+ "group": "sets",
2221
+ "help": "upset: upset <set1.txt> <set2.txt> [<set3.txt>...] <out.svg> [--min-overlap N] [--rank1 Size|Count|Name] [--rank2 ...] [--rank3 ...] [--size-mode/--count-mode/--name-mode Increasing|Decreasing] # UpSet 集合图(GUI 逆向接口 UpSetPlot.plot,绕 show 弹窗)",
2222
+ "capabilities": [
2223
+ "set_operations"
2224
+ ],
2225
+ "inputs": [
2226
+ {
2227
+ "name": "sets",
2228
+ "role": "file",
2229
+ "format": "txt",
2230
+ "required": true,
2231
+ "note": "多个集合文件, 末参为输出"
2232
+ }
2233
+ ],
2234
+ "outputs": [
2235
+ "svg"
2236
+ ]
2237
+ },
2238
+ "venn2": {
2239
+ "name": "venn2",
2240
+ "kind": "direct",
2241
+ "mode": "direct",
2242
+ "class": "biocjava.bioDoer.JJplot2Toolkit.WonderfulVenn.Venn2",
2243
+ "xmx": "2g",
2244
+ "runner": "plot",
2245
+ "group": "sets",
2246
+ "help": "venn2: venn2 --List1 <setA.txt> --List2 <setB.txt> --label1 A --label2 B --graph <out> --prefix <out> [--bgNum N]",
2247
+ "capabilities": [
2248
+ "set_operations"
2249
+ ],
2250
+ "inputs": [
2251
+ {
2252
+ "name": "list1",
2253
+ "role": "file",
2254
+ "format": "txt",
2255
+ "required": true,
2256
+ "note": ""
2257
+ },
2258
+ {
2259
+ "name": "list2",
2260
+ "role": "file",
2261
+ "format": "txt",
2262
+ "required": true,
2263
+ "note": ""
2264
+ }
2265
+ ],
2266
+ "outputs": [
2267
+ "svg"
2268
+ ]
2269
+ },
2270
+ "venn3": {
2271
+ "name": "venn3",
2272
+ "kind": "direct",
2273
+ "mode": "direct",
2274
+ "class": "biocjava.bioDoer.JJplot2Toolkit.WonderfulVenn.Venn3",
2275
+ "xmx": "2g",
2276
+ "runner": "plot",
2277
+ "group": "sets",
2278
+ "help": "venn3: venn3 --List1 <A> --List2 <B> --List3 <C> --label1..3 <labels> --graph <out> --prefix <out>",
2279
+ "capabilities": [
2280
+ "set_operations"
2281
+ ],
2282
+ "inputs": [
2283
+ {
2284
+ "name": "list1",
2285
+ "role": "file",
2286
+ "format": "txt",
2287
+ "required": true,
2288
+ "note": ""
2289
+ },
2290
+ {
2291
+ "name": "list2",
2292
+ "role": "file",
2293
+ "format": "txt",
2294
+ "required": true,
2295
+ "note": ""
2296
+ },
2297
+ {
2298
+ "name": "list3",
2299
+ "role": "file",
2300
+ "format": "txt",
2301
+ "required": true,
2302
+ "note": ""
2303
+ }
2304
+ ],
2305
+ "outputs": [
2306
+ "svg"
2307
+ ]
2308
+ },
2309
+ "venn4": {
2310
+ "name": "venn4",
2311
+ "kind": "direct",
2312
+ "mode": "direct",
2313
+ "class": "biocjava.bioDoer.JJplot2Toolkit.WonderfulVenn.Venn4Ellipse",
2314
+ "xmx": "2g",
2315
+ "runner": "plot",
2316
+ "group": "sets",
2317
+ "help": "venn4: venn4 --List1 <A> --List2 <B> --List3 <C> --List4 <D> --label1..4 <labels> --graph <out> --prefix <out>",
2318
+ "capabilities": [
2319
+ "set_operations"
2320
+ ],
2321
+ "inputs": [
2322
+ {
2323
+ "name": "list1",
2324
+ "role": "file",
2325
+ "format": "txt",
2326
+ "required": true,
2327
+ "note": ""
2328
+ },
2329
+ {
2330
+ "name": "list2",
2331
+ "role": "file",
2332
+ "format": "txt",
2333
+ "required": true,
2334
+ "note": ""
2335
+ },
2336
+ {
2337
+ "name": "list3",
2338
+ "role": "file",
2339
+ "format": "txt",
2340
+ "required": true,
2341
+ "note": ""
2342
+ },
2343
+ {
2344
+ "name": "list4",
2345
+ "role": "file",
2346
+ "format": "txt",
2347
+ "required": true,
2348
+ "note": ""
2349
+ }
2350
+ ],
2351
+ "outputs": [
2352
+ "svg"
2353
+ ]
2354
+ },
2355
+ "venn5": {
2356
+ "name": "venn5",
2357
+ "kind": "bridge",
2358
+ "mode": "bridge",
2359
+ "class": "Venn5Cli",
2360
+ "xmx": "3g",
2361
+ "runner": "plot",
2362
+ "group": "sets",
2363
+ "help": "venn5: venn5 <out> <setA.txt> <setB.txt> <setC.txt> <setD.txt> <setE.txt> [labels]",
2364
+ "capabilities": [
2365
+ "set_operations"
2366
+ ]
2367
+ },
2368
+ "venn6": {
2369
+ "name": "venn6",
2370
+ "kind": "bridge",
2371
+ "mode": "bridge",
2372
+ "class": "Venn6Cli",
2373
+ "xmx": "3g",
2374
+ "runner": "plot",
2375
+ "group": "sets",
2376
+ "help": "venn6: venn6 <out> <setA..F.txt> [labels]",
2377
+ "capabilities": [
2378
+ "set_operations"
2379
+ ]
2380
+ },
2381
+ "violin": {
2382
+ "name": "violin",
2383
+ "kind": "bridge",
2384
+ "mode": "bridge",
2385
+ "class": "ViolinCli",
2386
+ "xmx": "3g",
2387
+ "runner": "plot",
2388
+ "group": "expr",
2389
+ "help": "violin: violin <in.tsv> <out> [width] [height]",
2390
+ "capabilities": [
2391
+ "expression"
2392
+ ]
2393
+ },
2394
+ "virusRecomb": {
2395
+ "name": "virusRecomb",
2396
+ "kind": "direct",
2397
+ "mode": "direct",
2398
+ "class": "biocjava.bioDoer.VirusDetect.RecombinationAnalysis",
2399
+ "xmx": "3g",
2400
+ "runner": "plot",
2401
+ "group": "asm",
2402
+ "help": "virusRecomb: virusRecomb <inDB.fa> <inContig.fa> <outDir> # 病毒重组分析(第77引",
2403
+ "capabilities": [
2404
+ "assembly"
2405
+ ]
2406
+ },
2407
+ "visualizeblock": {
2408
+ "name": "visualizeblock",
2409
+ "kind": "bridge",
2410
+ "mode": "bridge",
2411
+ "class": "VisualizeCli",
2412
+ "xmx": "3g",
2413
+ "runner": "plot",
2414
+ "group": "syn",
2415
+ "help": "visualizeblock: visualizeblock <inBlockOut> <out.pdf> [--labels \"Genome1,Gen",
2416
+ "capabilities": [
2417
+ "synteny"
2418
+ ]
2419
+ },
2420
+ "kaks": {
2421
+ "name": "kaks",
2422
+ "kind": "direct",
2423
+ "mode": "direct",
2424
+ "class": "biocjava.bioIO.BioSoftPipeServer.PairWiseKaKsCalculator",
2425
+ "xmx": "2g",
2426
+ "runner": "java",
2427
+ "group": "tree",
2428
+ "help": "kaks --inCDS <cds.fa> --inGenePair <pairs.txt> --outKaks <out.xls> [--inCPU N] [--inPep pep.fa] # 成对 Ka/Ks 计算(GUI 逆向 PairWiseKaKsCalculator;自带 ArgsParser:--key value;inGenePair 为 ID1\\tID2 每行,缺文件时自动全两两配对并翻译 CDS)",
2429
+ "capabilities": [
2430
+ "phylogeny"
2431
+ ]
2432
+ },
2433
+ "sixframe": {
2434
+ "name": "sixframe",
2435
+ "kind": "bridge",
2436
+ "mode": "bridge",
2437
+ "class": "SixFrameTranlaterCli",
2438
+ "xmx": "2g",
2439
+ "runner": "java",
2440
+ "group": "seq",
2441
+ "help": "sixframe <in.fa> <out.fa> # 六框翻译(GUI 逆向 #16 SixFrameTranlater:setInFile/setOutFile/process;输出每条序列 6 框 12 条;注意引擎类名拼写 SixFrameTranlater 少一个 s)",
2442
+ "capabilities": [
2443
+ "translation",
2444
+ "sequence"
2445
+ ],
2446
+ "inputs": [
2447
+ {
2448
+ "name": "pep",
2449
+ "role": "file",
2450
+ "format": "fasta",
2451
+ "required": true,
2452
+ "note": "蛋白(输出核酸)"
2453
+ }
2454
+ ],
2455
+ "outputs": [
2456
+ "fa"
2457
+ ]
2458
+ },
2459
+ "longestorf": {
2460
+ "name": "longestorf",
2461
+ "kind": "direct",
2462
+ "mode": "direct",
2463
+ "class": "biocjava.bioIO.ORF.GetLongestORF",
2464
+ "xmx": "2g",
2465
+ "runner": "java",
2466
+ "group": "seq",
2467
+ "help": "longestorf --inFa <seq.fa> --outORFs <out.fa> # 批量最长完整 ORF 预测(GUI 逆向 #17 GetLongestORF:setFastaFile/setOutFile/startPredict;自带 ArgsParser)",
2468
+ "capabilities": [
2469
+ "orf_prediction",
2470
+ "sequence"
2471
+ ],
2472
+ "inputs": [
2473
+ {
2474
+ "name": "seq",
2475
+ "role": "file",
2476
+ "format": "fasta",
2477
+ "required": true,
2478
+ "note": "核酸输入"
2479
+ }
2480
+ ],
2481
+ "outputs": [
2482
+ "fa"
2483
+ ],
2484
+ "aliases": [
2485
+ "getLongestCompleteORF"
2486
+ ]
2487
+ },
2488
+ "protparam": {
2489
+ "name": "protparam",
2490
+ "kind": "direct",
2491
+ "mode": "direct",
2492
+ "class": "biocjava.bioWeb.ProtParamWrapper",
2493
+ "xmx": "2g",
2494
+ "runner": "java",
2495
+ "group": "seq",
2496
+ "help": "protparam --inFa <pep.fa> --outTab <out.txt> # 蛋白理化性质批量计算(GUI 逆向 #18 ProtParamWrapper.batchCalc;⚠️ 联网 POST Expasy。输出:分子量/pI/不稳定指数/脂肪族指数/GRAVY)",
2497
+ "capabilities": [
2498
+ "sequence"
2499
+ ]
2500
+ },
2501
+ "seqpattern": {
2502
+ "name": "seqpattern",
2503
+ "kind": "direct",
2504
+ "mode": "direct",
2505
+ "class": "biocjava.bioIO.FastX.QuickLocateSeqPattern",
2506
+ "xmx": "2g",
2507
+ "runner": "java",
2508
+ "group": "seq",
2509
+ "help": "seqpattern --inFasta <seq.fa> --pattern <ATG|regex> --outTab <out.gff3> [--overlap] [--maxSeqLen <len>] # 序列模式定位(GUI 逆向 #20 QuickLocateSeqPattern:正则找模式→GFF3;--key value 空格分隔)",
2510
+ "capabilities": [
2511
+ "sequence"
2512
+ ]
2513
+ },
2514
+ "bed2gff3": {
2515
+ "name": "bed2gff3",
2516
+ "kind": "bridge",
2517
+ "mode": "bridge",
2518
+ "class": "RegionBedToGFF3Cli",
2519
+ "xmx": "2g",
2520
+ "runner": "java",
2521
+ "group": "gxf",
2522
+ "help": "bed2gff3 <in.bed> <out.gff3> [genome.fa] # exon BED→GFF3(GUI 逆向 #21 RegionBedToGFF3;⚠️ BED 第4列须为 ID:链向:编码 如 G01:+:C;同 ID 多行合并出 mRNA+exon)",
2523
+ "capabilities": [
2524
+ "annotation"
2525
+ ]
2526
+ },
2527
+ "careclassify": {
2528
+ "name": "careclassify",
2529
+ "kind": "bridge",
2530
+ "mode": "bridge",
2531
+ "class": "PlantCAREResultClassifyCli",
2532
+ "xmx": "2g",
2533
+ "runner": "java",
2534
+ "group": "seq",
2535
+ "help": "careclassify <plantcare.tab> <out.xls> # PlantCARE 顺式元件分类(GUI 逆向 #22;第8列 motif 名查 jar 内置 97 类表,行尾追加大类/亚类;查不到 NA)",
2536
+ "capabilities": [
2537
+ "sequence"
2538
+ ]
2539
+ },
2540
+ "subtree": {
2541
+ "name": "subtree",
2542
+ "kind": "bridge",
2543
+ "mode": "bridge",
2544
+ "class": "GetSubNewickTreeCli",
2545
+ "xmx": "2g",
2546
+ "runner": "java",
2547
+ "group": "tree",
2548
+ "help": "subtree <tree.nwk> <idList.txt> <out.nwk> [--contain] # Newick 子树提取(GUI 逆向 #23 GetSubNewickTreeGUIPanel→PhyloTreeMan.getSubTree;--contain 模糊匹配;引擎重算诱导子树内部枝长)",
2549
+ "capabilities": [
2550
+ "phylogeny"
2551
+ ]
2552
+ },
2553
+ "protsim": {
2554
+ "name": "protsim",
2555
+ "kind": "bridge",
2556
+ "mode": "bridge",
2557
+ "class": "CalculateSimilarityCli",
2558
+ "xmx": "2g",
2559
+ "runner": "java",
2560
+ "group": "seq",
2561
+ "help": "protsim <pep.fa> <out.matrix> # 蛋白两两相似度矩阵(GUI 逆向 #24 ProteinPairwiseSimilarityMatrixGUIPanel→CalculateSimilarity;百分比矩阵 TSV)",
2562
+ "capabilities": [
2563
+ "sequence"
2564
+ ]
2565
+ },
2566
+ "iqtree": {
2567
+ "name": "iqtree",
2568
+ "kind": "bridge",
2569
+ "mode": "bridge",
2570
+ "class": "QuickRunIQtreeCli",
2571
+ "xmx": "2g",
2572
+ "runner": "java",
2573
+ "group": "tree",
2574
+ "help": "iqtree <aln.fa> <outPrefix> [--model MFP] [--ufboot 1000] [--boot N] [--freerate] [--asc] [--threads N] [--redo] # IQ-TREE ML 建树(GUI 逆向 #28 QuickRunIQtree;⚠️ UFBoot 须 ≥1000 否则引擎静默失败;产物 outPrefix.treefile;依赖系统 iqtree)",
2575
+ "capabilities": [
2576
+ "phylogeny"
2577
+ ],
2578
+ "dependencies": [
2579
+ "iqtree2"
2580
+ ],
2581
+ "inputs": [
2582
+ {
2583
+ "name": "aln",
2584
+ "role": "file",
2585
+ "format": "fasta",
2586
+ "required": true,
2587
+ "note": ""
2588
+ }
2589
+ ],
2590
+ "outputs": [
2591
+ "nwk",
2592
+ "treefile"
2593
+ ]
2594
+ },
2595
+ "trimal": {
2596
+ "name": "trimal",
2597
+ "kind": "bridge",
2598
+ "mode": "bridge",
2599
+ "class": "QuickTrimALCli",
2600
+ "xmx": "2g",
2601
+ "runner": "java",
2602
+ "group": "seq",
2603
+ "help": "trimal <in.aln> <out.aln> [--mode gappyout|strict|strictplus|automated1] [--format fasta|clustal|phylip|nexus|mega|nbrf] [--keepheader] # trimAl 比对修剪(GUI 逆向 #29 QuickTrimAL;默认 automated1;依赖系统 trimal;muscle→trimal→iqtree 管线)",
2604
+ "capabilities": [
2605
+ "alignment",
2606
+ "filtering"
2607
+ ],
2608
+ "dependencies": [
2609
+ "trimal"
2610
+ ],
2611
+ "inputs": [
2612
+ {
2613
+ "name": "aln",
2614
+ "role": "file",
2615
+ "format": "fasta",
2616
+ "required": true,
2617
+ "note": ""
2618
+ }
2619
+ ],
2620
+ "outputs": [
2621
+ "aln"
2622
+ ]
2623
+ },
2624
+ "gblocks": {
2625
+ "name": "gblocks",
2626
+ "kind": "bridge",
2627
+ "mode": "bridge",
2628
+ "class": "JgblocksCli",
2629
+ "xmx": "2g",
2630
+ "runner": "java",
2631
+ "group": "seq",
2632
+ "help": "gblocks <in.aln.fa> <out.aln.fa> [--is 0.5] [--fs 0.85] [--cp 8] [--bl1 15] [--bl2 10] [--nongap 0.5] [--gaptreat none|half|all] # Gblocks 保守区修剪(GUI 逆向 #30 Jgblocks 纯 Java 实现;main 仅 in/out 全参数须 setter;⚠️ 高歧异比对可能 validSites=0 合法)",
2633
+ "capabilities": [
2634
+ "sequence"
2635
+ ]
2636
+ },
2637
+ "goAnno": {
2638
+ "name": "goAnno",
2639
+ "kind": "direct",
2640
+ "mode": "direct",
2641
+ "class": "biocjava.bioDoer.GeneOntology.Annotation.GoAnnoPipe",
2642
+ "xmx": "3g",
2643
+ "runner": "java",
2644
+ "group": "table",
2645
+ "help": "goAnno --IdmappingDb <idmapping.DB.gz> --BlastxAnnoFile <blastx.xml> [--inPutFileType BlastxXml|Query2GiTable] [--maxEvalue 1e-5] [--minQueryCov 0.33] [--outDir dir] [--isDoDbFormat] # GO 注释管道(GUI 逆向 #32 GoAnnotationGUIPanel→GoAnnoPipe;自带 ArgsParser;⚠️ idmappingDb 须 gzip 格式「ID; ID\\tGO:num; GO:num」;产物 outDir/<输入名>.xls)",
2646
+ "capabilities": [
2647
+ "table_operations"
2648
+ ]
2649
+ },
2650
+ "fasplit": {
2651
+ "name": "fasplit",
2652
+ "kind": "direct",
2653
+ "mode": "direct",
2654
+ "class": "biocjava.bioIO.FastX.FastaIndex.QuickSpiltFasta",
2655
+ "xmx": "2g",
2656
+ "runner": "java",
2657
+ "group": "seq",
2658
+ "help": "fasplit --inFa <in.fa> --outPre <prefix> --NumPerFile <N> [--byCount true] # FASTA 按记录数拆分(GUI 逆向 #33 QuickSpiltFasta;⚠️ 与 filesplit 不同:按记录不切行,产物 prefix.N.split.fa)",
2659
+ "capabilities": [
2660
+ "sequence"
2661
+ ]
2662
+ },
2663
+ "famerge": {
2664
+ "name": "famerge",
2665
+ "kind": "bridge",
2666
+ "mode": "bridge",
2667
+ "class": "FastaMergerCli",
2668
+ "xmx": "2g",
2669
+ "runner": "java",
2670
+ "group": "seq",
2671
+ "help": "famerge <out.fa> <in1.fa> <in2.fa> [...] # 多 FASTA 合并(GUI 逆向 #33 FastaMergerAndSpliter.Merge)",
2672
+ "capabilities": [
2673
+ "sequence"
2674
+ ]
2675
+ },
2676
+ "clearchar": {
2677
+ "name": "clearchar",
2678
+ "kind": "bridge",
2679
+ "mode": "bridge",
2680
+ "class": "FileCleanerCli",
2681
+ "xmx": "2g",
2682
+ "runner": "java",
2683
+ "group": "table",
2684
+ "help": "clearchar <in.txt> <out.txt> # 文件非法字符清理(GUI 逆向 #34 FileCleaner.simplifyFile;非可打印 ASCII/非 tab→_,空白行跳过,逐行报告)",
2685
+ "capabilities": [
2686
+ "table_operations"
2687
+ ]
2688
+ },
2689
+ "gb2fa": {
2690
+ "name": "gb2fa",
2691
+ "kind": "bridge",
2692
+ "mode": "bridge",
2693
+ "class": "GenBank2FastaCli",
2694
+ "xmx": "2g",
2695
+ "runner": "java",
2696
+ "group": "seq",
2697
+ "help": "gb2fa <in.gb> <out.fa> # GenBank→FASTA 转换(GUI 逆向 #36 genBank2Fasta;头含 locus/accession/organism/definition)",
2698
+ "capabilities": [
2699
+ "sequence"
2700
+ ]
2701
+ },
2702
+ "findhomolog": {
2703
+ "name": "findhomolog",
2704
+ "kind": "direct",
2705
+ "mode": "direct",
2706
+ "class": "biocjava.bioIO.BioSoftPipeServer.FindBestHomology",
2707
+ "xmx": "3g",
2708
+ "runner": "java",
2709
+ "group": "blast",
2710
+ "help": "findhomolog --inQueryProteinSet <query.pep> --inSubjectProteinSet <subject.pep> --targetIDs <ID[,ID2]> --outDir <dir> [--threads N] [--extendClade] [--sensitive N] [--similarity 0.x] [--weightCov 0.x] [--plot] [--directGraph] # 最优同源查找(GUI 逆向 #37 FindBestHomology,同引擎覆盖 GenomeAnnotationSlim+FindBestHomology 两面板;自带 ArgsParser;BLAST+可选建树)",
2711
+ "capabilities": [
2712
+ "homology"
2713
+ ]
2714
+ },
2715
+ "taxparse": {
2716
+ "name": "taxparse",
2717
+ "kind": "bridge",
2718
+ "mode": "bridge",
2719
+ "class": "TaxonomyBatchCli",
2720
+ "xmx": "2g",
2721
+ "runner": "java",
2722
+ "group": "table",
2723
+ "help": "taxparse <idList.txt> <out.xls> # 物种名批量分类解析(GUI 逆向 #38 TaxonomyParserGUIPanel→NCBITaxonomy;⚠️ 联网 NCBI eutils;输出 9 级分类+透传列;单次版=tbtools tool NCBITaxonomy)",
2724
+ "capabilities": [
2725
+ "table_operations"
2726
+ ]
2727
+ },
2728
+ "srr2ena": {
2729
+ "name": "srr2ena",
2730
+ "kind": "bridge",
2731
+ "mode": "bridge",
2732
+ "class": "GetENALinksCli",
2733
+ "xmx": "2g",
2734
+ "runner": "java",
2735
+ "group": "table",
2736
+ "help": "srr2ena <srrList.txt> <out.xls> # SRR→ENA 下载链接解析(GUI 逆向 #39 GetENALinksOfSRR;⚠️ 联网 ENA filereport API+引擎自带 0~3s 限速;17 字段含 fastq_ftp/aspera)",
2737
+ "capabilities": [
2738
+ "table_operations"
2739
+ ],
2740
+ "status": "network-required"
2741
+ },
2742
+ "sraxml2tab": {
2743
+ "name": "sraxml2tab",
2744
+ "kind": "direct",
2745
+ "mode": "direct",
2746
+ "class": "biocjava.bioIO.SRAtools.ParseSRAXml2Table",
2747
+ "xmx": "2g",
2748
+ "runner": "java",
2749
+ "group": "table",
2750
+ "help": "sraxml2tab --sraFullXML <sra.xml> --outTab <out.xls> # SRA XML→信息表(GUI 逆向 #40 ParseSRAXml2Table;自带 ArgsParser;离线 JDOM 解析;XML 从 efetch db=sra 获取)",
2751
+ "capabilities": [
2752
+ "table_operations"
2753
+ ]
2754
+ },
2755
+ "sranum2info": {
2756
+ "name": "sranum2info",
2757
+ "kind": "direct",
2758
+ "mode": "direct",
2759
+ "class": "biocjava.bioWeb.EntrezUtils.BatchGetSRARecordInfo",
2760
+ "xmx": "2g",
2761
+ "runner": "java",
2762
+ "group": "table",
2763
+ "help": "sranum2info --sraIdList <srrList.txt> --outTabInfo <out.xls> # SRR 批量信息表(GUI 逆向 #41 BatchGetSRARecordInfo;⚠️ 联网 NCBI Entrez+限速;自带 ArgsParser;SRA 组 3/3 全清)",
2764
+ "capabilities": [
2765
+ "table_operations"
2766
+ ]
2767
+ },
2768
+ "blat": {
2769
+ "name": "blat",
2770
+ "kind": "bridge",
2771
+ "mode": "bridge",
2772
+ "class": "BlatExecutorCli",
2773
+ "xmx": "2g",
2774
+ "runner": "java",
2775
+ "group": "blast",
2776
+ "help": "blat <db.fa> <query.fa> <out> [--format blast9|psl|pslx|axt|maf|sim4|wublast|blast|blast8] [--minScore N] [--minIdentity 0.x] [--noHead] [--mode auto|dnadna|dnarna] [--tileSize N] [--stepSize N] [--maxGap N] [--maxIntron N] [--extra \"opts\"] # BLAT 序列比对(GUI 逆向 #42 BlatExecutor;org.ucsc.blat 纯 Java 实现内嵌 jar 无需外部二进制)",
2777
+ "capabilities": [
2778
+ "homology"
2779
+ ]
2780
+ },
2781
+ "seqrecommend": {
2782
+ "name": "seqrecommend",
2783
+ "kind": "bridge",
2784
+ "mode": "bridge",
2785
+ "class": "AssemblyRecommandCli",
2786
+ "xmx": "2g",
2787
+ "runner": "java",
2788
+ "group": "engine",
2789
+ "help": "seqrecommend <genomeSize1n_bp> [--polyploid] [--het 0.01] [--level Minimum|Draft|Haplotyped_Resolved|Haplotyped_T2T] # 基因组组装测序量推荐(GUI 逆向 #43 AssemblyGenomeDataSizeRecommand;纯计算离线;Hifi/HiC 深度+数据量)"
2790
+ },
2791
+ "seqfetch": {
2792
+ "name": "seqfetch",
2793
+ "kind": "direct",
2794
+ "mode": "direct",
2795
+ "class": "biocjava.bioWeb.EntrezUtils.NcbiSmartSeqFetchEntrezUtils",
2796
+ "xmx": "2g",
2797
+ "runner": "java",
2798
+ "group": "seq",
2799
+ "help": "seqfetch --inFile <idList.txt> --outSeqFile <out.fa> --outReport <report.txt> [--targetDb nuccore|protein] [--preferDb db] [--format fasta] [--greedyMode] [--apiKey KEY] [--auditFile f] # NCBI 智能序列下载(GUI 逆向 #44 NcbiSmartSeqFetchEntrezUtils;⚠️ 联网 Entrez+限速;ID 自动检测/转换/审计;支持 apiKey 提速)",
2800
+ "capabilities": [
2801
+ "sequence"
2802
+ ],
2803
+ "status": "network-required"
2804
+ },
2805
+ "pubmed": {
2806
+ "name": "pubmed",
2807
+ "kind": "bridge",
2808
+ "mode": "bridge",
2809
+ "class": "PubmedSearchCli",
2810
+ "xmx": "2g",
2811
+ "runner": "java",
2812
+ "group": "table",
2813
+ "help": "pubmed <query> <out.xls> # PubMed 文献检索汇总(GUI 逆向 #45 PubmedSearch.process;⚠️ 联网 eutils;输出期刊/标题/年份/IF/DOI 表)",
2814
+ "capabilities": [
2815
+ "table_operations"
2816
+ ],
2817
+ "status": "network-required"
2818
+ },
2819
+ "vcfAddID": {
2820
+ "name": "vcfAddID",
2821
+ "kind": "direct",
2822
+ "mode": "direct",
2823
+ "class": "biocjava.bioDoer.GWAS.VCFAddID",
2824
+ "xmx": "2g",
2825
+ "runner": "java",
2826
+ "group": "gwas",
2827
+ "help": "vcfAddID: vcfAddID --inFile <vcf> --outFile <out.vcf> # VCF 加 ID 列(GWAS;ArgsParser --inFile/--outFile,支持 .gz)"
2828
+ },
2829
+ "mimicVqsr": {
2830
+ "name": "mimicVqsr",
2831
+ "kind": "direct",
2832
+ "mode": "direct",
2833
+ "class": "biocjava.bioDoer.GWAS.MimicVqsrCutoffFind",
2834
+ "xmx": "2g",
2835
+ "runner": "java",
2836
+ "group": "gwas",
2837
+ "help": "mimicVqsr: mimicVqsr --inFile <vcf> --outFile <out.txt> # VCF 质量指标(QD/MQ/FS/SOR;GWAS)"
2838
+ },
2839
+ "DecodeIlluminaFqPool": {
2840
+ "name": "DecodeIlluminaFqPool",
2841
+ "kind": "tool",
2842
+ "mode": "tool",
2843
+ "class": "biocjava.bioDoer.Fastq.DecodeIlluminaFqPool",
2844
+ "xmx": "3g",
2845
+ "runner": "java",
2846
+ "group": "tool",
2847
+ "help": "DecodeIlluminaFqPool: DecodeIlluminaFqPool (tool, DecodeIlluminaFqPool) — Decode Illumina Fq Pool"
2848
+ },
2849
+ "fastaIDAppender": {
2850
+ "name": "fastaIDAppender",
2851
+ "kind": "tool",
2852
+ "mode": "tool",
2853
+ "class": "biocjava.bioIO.FastX.FastaIndex.FastaIDAppender",
2854
+ "xmx": "3g",
2855
+ "runner": "java",
2856
+ "group": "tool",
2857
+ "help": "fastaIDAppender: fastaIDAppender (tool, FastaIDAppender) — Fasta I D Appender"
2858
+ },
2859
+ "rpkmCal": {
2860
+ "name": "rpkmCal",
2861
+ "kind": "tool",
2862
+ "mode": "tool",
2863
+ "class": "biocjava.bioDoer.ExpressionLevelCalculator.RPKMcalculator",
2864
+ "xmx": "3g",
2865
+ "runner": "java",
2866
+ "group": "tool",
2867
+ "help": "rpkmCal: rpkmCal (tool, RPKMcalculator) — R P K Mcalculator"
2868
+ },
2869
+ "fpkmToTpm": {
2870
+ "name": "fpkmToTpm",
2871
+ "kind": "tool",
2872
+ "mode": "tool",
2873
+ "class": "biocjava.bioDoer.ExpressionLevelCalculator.FPKMtoTPM",
2874
+ "xmx": "3g",
2875
+ "runner": "java",
2876
+ "group": "tool",
2877
+ "help": "fpkmToTpm: fpkmToTpm (tool, FPKMtoTPM) — F P K Mto T P M"
2878
+ },
2879
+ "tpmCalc": {
2880
+ "name": "tpmCalc",
2881
+ "kind": "tool",
2882
+ "mode": "tool",
2883
+ "class": "biocjava.bioDoer.ExpressionLevelCalculator.TPMcalculator",
2884
+ "xmx": "3g",
2885
+ "runner": "java",
2886
+ "group": "tool",
2887
+ "help": "tpmCalc: tpmCalc (tool, TPMcalculator) — T P Mcalculator",
2888
+ "capabilities": [
2889
+ "rna_seq",
2890
+ "normalization"
2891
+ ],
2892
+ "inputs": [
2893
+ {
2894
+ "name": "counts",
2895
+ "role": "file",
2896
+ "format": "tsv",
2897
+ "required": true,
2898
+ "note": ""
2899
+ },
2900
+ {
2901
+ "name": "lenInfo",
2902
+ "role": "file",
2903
+ "format": "tsv",
2904
+ "required": true,
2905
+ "note": ""
2906
+ }
2907
+ ],
2908
+ "outputs": [
2909
+ "tsv"
2910
+ ]
2911
+ },
2912
+ "autoMakeBlastDb": {
2913
+ "name": "autoMakeBlastDb",
2914
+ "kind": "tool",
2915
+ "mode": "tool",
2916
+ "class": "biocjava.bioDoer.BLAST.makeblastdb",
2917
+ "xmx": "3g",
2918
+ "runner": "java",
2919
+ "group": "tool",
2920
+ "help": "autoMakeBlastDb: autoMakeBlastDb (tool, makeblastdb) — makeblastdb",
2921
+ "inputs": [
2922
+ {
2923
+ "name": "fasta",
2924
+ "role": "file",
2925
+ "format": "fasta",
2926
+ "required": true,
2927
+ "note": ""
2928
+ }
2929
+ ],
2930
+ "outputs": [
2931
+ "db"
2932
+ ]
2933
+ },
2934
+ "autoRemoteBlast": {
2935
+ "name": "autoRemoteBlast",
2936
+ "kind": "tool",
2937
+ "mode": "tool",
2938
+ "class": "biocjava.bioDoer.BLAST.remoteblast",
2939
+ "xmx": "3g",
2940
+ "runner": "java",
2941
+ "group": "tool",
2942
+ "help": "autoRemoteBlast: autoRemoteBlast (tool, remoteblast) — remoteblast"
2943
+ },
2944
+ "GoCompareBar": {
2945
+ "name": "GoCompareBar",
2946
+ "kind": "tool",
2947
+ "mode": "tool",
2948
+ "class": "biocjava.bioDoer.GeneOntology.Grapher.GoCompare",
2949
+ "xmx": "3g",
2950
+ "runner": "java",
2951
+ "group": "tool",
2952
+ "help": "GoCompareBar: GoCompareBar (tool, GoCompare) — Go Compare"
2953
+ },
2954
+ "plotRNAfoldloci": {
2955
+ "name": "plotRNAfoldloci",
2956
+ "kind": "tool",
2957
+ "mode": "tool",
2958
+ "class": "biocjava.bioDoer.JIGplotToolkit.miRCoverage.PlotRNAfold",
2959
+ "xmx": "3g",
2960
+ "runner": "java",
2961
+ "group": "tool",
2962
+ "help": "plotRNAfoldloci: plotRNAfoldloci (tool, PlotRNAfold) — Plot R N Afold"
2963
+ },
2964
+ "getLongestCompleteORF": {
2965
+ "name": "getLongestCompleteORF",
2966
+ "kind": "tool",
2967
+ "mode": "tool",
2968
+ "class": "biocjava.bioIO.ORF.ORF",
2969
+ "xmx": "3g",
2970
+ "runner": "java",
2971
+ "group": "tool",
2972
+ "help": "getLongestCompleteORF: getLongestCompleteORF (tool, ORF) — O R F",
2973
+ "alias_of": "longestorf"
2974
+ },
2975
+ "ExtractFeaturefromGFF3andGenome": {
2976
+ "name": "ExtractFeaturefromGFF3andGenome",
2977
+ "kind": "tool",
2978
+ "mode": "tool",
2979
+ "class": "biocjava.bioIO.GFF.ExtractFeaturefromGFF3andGenome",
2980
+ "xmx": "3g",
2981
+ "runner": "java",
2982
+ "group": "tool",
2983
+ "help": "ExtractFeaturefromGFF3andGenome: ExtractFeaturefromGFF3andGenome (tool, ExtractFeaturefromGFF3andGenome) — Extract Featurefrom G F F3and Genome"
2984
+ },
2985
+ "Fasta36m10toTable": {
2986
+ "name": "Fasta36m10toTable",
2987
+ "kind": "tool",
2988
+ "mode": "tool",
2989
+ "class": "biocjava.bioIO.FastaAligner.Fasta36m10toTable",
2990
+ "xmx": "3g",
2991
+ "runner": "java",
2992
+ "group": "tool",
2993
+ "help": "Fasta36m10toTable: Fasta36m10toTable (tool, Fasta36m10toTable) — Fasta36m10to Table"
2994
+ },
2995
+ "FastaIDRenamer": {
2996
+ "name": "FastaIDRenamer",
2997
+ "kind": "tool",
2998
+ "mode": "tool",
2999
+ "class": "biocjava.bioIO.FastX.FastaIndex.FastaIDRenamer",
3000
+ "xmx": "3g",
3001
+ "runner": "java",
3002
+ "group": "tool",
3003
+ "help": "FastaIDRenamer: FastaIDRenamer (tool, FastaIDRenamer) — Fasta I D Renamer"
3004
+ },
3005
+ "FastaIDSimplifier": {
3006
+ "name": "FastaIDSimplifier",
3007
+ "kind": "tool",
3008
+ "mode": "tool",
3009
+ "class": "biocjava.bioIO.FastX.FastaIndex.FastaIDSimplifier",
3010
+ "xmx": "3g",
3011
+ "runner": "java",
3012
+ "group": "tool",
3013
+ "help": "FastaIDSimplifier: FastaIDSimplifier (tool, FastaIDSimplifier) — Fasta I D Simplifier"
3014
+ },
3015
+ "FastaLongestRepresentater": {
3016
+ "name": "FastaLongestRepresentater",
3017
+ "kind": "tool",
3018
+ "mode": "tool",
3019
+ "class": "biocjava.bioIO.FastX.FastaIndex.FastaLongestRepresentater",
3020
+ "xmx": "3g",
3021
+ "runner": "java",
3022
+ "group": "tool",
3023
+ "help": "FastaLongestRepresentater: FastaLongestRepresentater (tool, FastaLongestRepresentater) — Fasta Longest Representater"
3024
+ },
3025
+ "FoldStructureStater": {
3026
+ "name": "FoldStructureStater",
3027
+ "kind": "tool",
3028
+ "mode": "tool",
3029
+ "class": "biocjava.bioIO.RNAfold.FoldStructureStater",
3030
+ "xmx": "3g",
3031
+ "runner": "java",
3032
+ "group": "tool",
3033
+ "help": "FoldStructureStater: FoldStructureStater (tool, FoldStructureStater) — Fold Structure Stater"
3034
+ },
3035
+ "GXFOverlaper": {
3036
+ "name": "GXFOverlaper",
3037
+ "kind": "tool",
3038
+ "mode": "tool",
3039
+ "class": "biocjava.bioDoer.GXFUtils.GXFOverlaper",
3040
+ "xmx": "3g",
3041
+ "runner": "java",
3042
+ "group": "tool",
3043
+ "help": "GXFOverlaper: GXFOverlaper (tool, GXFOverlaper) — G X F Overlaper"
3044
+ },
3045
+ "NCBITaxonomy": {
3046
+ "name": "NCBITaxonomy",
3047
+ "kind": "tool",
3048
+ "mode": "tool",
3049
+ "class": "biocjava.bioWeb.NCBITaxonomy.NCBITaxonomy",
3050
+ "xmx": "3g",
3051
+ "runner": "java",
3052
+ "group": "tool",
3053
+ "help": "NCBITaxonomy: NCBITaxonomy (tool, NCBITaxonomy) — N C B I Taxonomy"
3054
+ },
3055
+ "OneStepMirGraph": {
3056
+ "name": "OneStepMirGraph",
3057
+ "kind": "tool",
3058
+ "mode": "tool",
3059
+ "class": "biocjava.bioIO.RNAfold.OneStepMirGraph",
3060
+ "xmx": "3g",
3061
+ "runner": "java",
3062
+ "group": "tool",
3063
+ "help": "OneStepMirGraph: OneStepMirGraph (tool, OneStepMirGraph) — One Step Mir Graph"
3064
+ },
3065
+ "OverlapGeneModels": {
3066
+ "name": "OverlapGeneModels",
3067
+ "kind": "tool",
3068
+ "mode": "tool",
3069
+ "class": "biocjava.bioIO.GXF.gxfTree.OverlapGeneModels",
3070
+ "xmx": "3g",
3071
+ "runner": "java",
3072
+ "group": "tool",
3073
+ "help": "OverlapGeneModels: OverlapGeneModels (tool, OverlapGeneModels) — Overlap Gene Models"
3074
+ },
3075
+ "PredictMirSTAR": {
3076
+ "name": "PredictMirSTAR",
3077
+ "kind": "tool",
3078
+ "mode": "tool",
3079
+ "class": "biocjava.bioIO.RNAfold.PredictMirSTAR",
3080
+ "xmx": "3g",
3081
+ "runner": "java",
3082
+ "group": "tool",
3083
+ "help": "PredictMirSTAR: PredictMirSTAR (tool, PredictMirSTAR) — Predict Mir S T A R"
3084
+ },
3085
+ "RNAplotAdvance": {
3086
+ "name": "RNAplotAdvance",
3087
+ "kind": "tool",
3088
+ "mode": "tool",
3089
+ "class": "biocjava.bioDoer.JIGplotToolkit.miRCoverage.RNAplotAdvance",
3090
+ "xmx": "3g",
3091
+ "runner": "java",
3092
+ "group": "tool",
3093
+ "help": "RNAplotAdvance: RNAplotAdvance (tool, RNAplotAdvance) — R N Aplot Advance"
3094
+ },
3095
+ "MIRPrediionResultStat": {
3096
+ "name": "MIRPrediionResultStat",
3097
+ "kind": "tool",
3098
+ "mode": "tool",
3099
+ "class": "biocjava.bioDoer.miRNA.MIRPrediionResultStat",
3100
+ "xmx": "3g",
3101
+ "runner": "java",
3102
+ "group": "tool",
3103
+ "help": "MIRPrediionResultStat: MIRPrediionResultStat (tool, MIRPrediionResultStat) — M I R Prediion Result Stat"
3104
+ },
3105
+ "ReciprocalBlast": {
3106
+ "name": "ReciprocalBlast",
3107
+ "kind": "tool",
3108
+ "mode": "tool",
3109
+ "class": "biocjava.bioDoer.BLAST.ReciprocalBlast.ReciprocalBlast",
3110
+ "xmx": "3g",
3111
+ "runner": "java",
3112
+ "group": "tool",
3113
+ "help": "ReciprocalBlast: ReciprocalBlast (tool, ReciprocalBlast) — Reciprocal Blast"
3114
+ },
3115
+ "RegionGXFOverlapAnnotation": {
3116
+ "name": "RegionGXFOverlapAnnotation",
3117
+ "kind": "tool",
3118
+ "mode": "tool",
3119
+ "class": "biocjava.bioDoer.GXFUtils.RegionGXFOverlapAnnotation",
3120
+ "xmx": "3g",
3121
+ "runner": "java",
3122
+ "group": "tool",
3123
+ "help": "RegionGXFOverlapAnnotation: RegionGXFOverlapAnnotation (tool, RegionGXFOverlapAnnotation) — Region G X F Overlap Annotation"
3124
+ },
3125
+ "TableCast": {
3126
+ "name": "TableCast",
3127
+ "kind": "tool",
3128
+ "mode": "tool",
3129
+ "class": "biocjava.bioDoer.Table.TableCast",
3130
+ "xmx": "3g",
3131
+ "runner": "java",
3132
+ "group": "tool",
3133
+ "help": "TableCast: TableCast (tool, TableCast) — Table Cast",
3134
+ "alias_of": "tableCast"
3135
+ },
3136
+ "TableColSelector": {
3137
+ "name": "TableColSelector",
3138
+ "kind": "tool",
3139
+ "mode": "tool",
3140
+ "class": "biocjava.bioDoer.Table.TableColSelector",
3141
+ "xmx": "3g",
3142
+ "runner": "java",
3143
+ "group": "tool",
3144
+ "help": "TableColSelector: TableColSelector (tool, TableColSelector) — Table Col Selector"
3145
+ },
3146
+ "TableMelt": {
3147
+ "name": "TableMelt",
3148
+ "kind": "tool",
3149
+ "mode": "tool",
3150
+ "class": "biocjava.bioDoer.Table.TableMelt",
3151
+ "xmx": "3g",
3152
+ "runner": "java",
3153
+ "group": "tool",
3154
+ "help": "TableMelt: TableMelt (tool, TableMelt) — Table Melt"
3155
+ },
3156
+ "downLoadNCBIFasta": {
3157
+ "name": "downLoadNCBIFasta",
3158
+ "kind": "tool",
3159
+ "mode": "tool",
3160
+ "class": "biocjava.bioWeb.DownLoadNCBIFasta",
3161
+ "xmx": "3g",
3162
+ "runner": "java",
3163
+ "group": "tool",
3164
+ "help": "downLoadNCBIFasta: downLoadNCBIFasta (tool, DownLoadNCBIFasta) — Down Load N C B I Fasta"
3165
+ },
3166
+ "extractFasta": {
3167
+ "name": "extractFasta",
3168
+ "kind": "tool",
3169
+ "mode": "tool",
3170
+ "class": "biocjava.bioDoer.Fasta.ExtractFasta",
3171
+ "xmx": "3g",
3172
+ "runner": "java",
3173
+ "group": "tool",
3174
+ "help": "extractFasta: extractFasta (tool, ExtractFasta) — Extract Fasta"
3175
+ },
3176
+ "extractFastaSub": {
3177
+ "name": "extractFastaSub",
3178
+ "kind": "tool",
3179
+ "mode": "tool",
3180
+ "class": "biocjava.bioDoer.Fasta.ExtractFastaSubseq",
3181
+ "xmx": "3g",
3182
+ "runner": "java",
3183
+ "group": "tool",
3184
+ "help": "extractFastaSub: extractFastaSub (tool, ExtractFastaSubseq) — Extract Fasta Subseq"
3185
+ },
3186
+ "keggEnrichment": {
3187
+ "name": "keggEnrichment",
3188
+ "kind": "tool",
3189
+ "mode": "tool",
3190
+ "class": "biocjava.bioDoer.Kegg.AdvancedForEnrichment.KeggEnrichment",
3191
+ "xmx": "3g",
3192
+ "runner": "java",
3193
+ "group": "tool",
3194
+ "help": "keggEnrichment: keggEnrichment (tool, KeggEnrichment) — Kegg Enrichment"
3195
+ },
3196
+ "goAnnoPipe": {
3197
+ "name": "goAnnoPipe",
3198
+ "kind": "tool",
3199
+ "mode": "tool",
3200
+ "class": "biocjava.bioDoer.GeneOntology.Annotation.GoAnnoPipe",
3201
+ "xmx": "3g",
3202
+ "runner": "java",
3203
+ "group": "tool",
3204
+ "help": "goAnnoPipe: goAnnoPipe (tool, GoAnnoPipe) — Go Anno Pipe"
3205
+ },
3206
+ "dnDsCalculate": {
3207
+ "name": "dnDsCalculate",
3208
+ "kind": "tool",
3209
+ "mode": "tool",
3210
+ "class": "biocjava.bioIO.KaKs.DnDsCalculate",
3211
+ "xmx": "3g",
3212
+ "runner": "java",
3213
+ "group": "tool",
3214
+ "help": "dnDsCalculate: dnDsCalculate (tool, DnDsCalculate) — Dn Ds Calculate"
3215
+ },
3216
+ "ssrMiner": {
3217
+ "name": "ssrMiner",
3218
+ "kind": "tool",
3219
+ "mode": "tool",
3220
+ "class": "biocjava.bioIO.FastX.FastaIndex.SSRminer",
3221
+ "xmx": "3g",
3222
+ "runner": "java",
3223
+ "group": "tool",
3224
+ "help": "ssrMiner: ssrMiner (tool, SSRminer) — S S Rminer"
3225
+ },
3226
+ "checkPrimer": {
3227
+ "name": "checkPrimer",
3228
+ "kind": "tool",
3229
+ "mode": "tool",
3230
+ "class": "biocjava.bioIO.Primer.CheckPrimer",
3231
+ "xmx": "3g",
3232
+ "runner": "java",
3233
+ "group": "tool",
3234
+ "help": "checkPrimer: checkPrimer (tool, CheckPrimer) — Check Primer"
3235
+ },
3236
+ "quickLocateSeqPattern": {
3237
+ "name": "quickLocateSeqPattern",
3238
+ "kind": "tool",
3239
+ "mode": "tool",
3240
+ "class": "biocjava.bioIO.FastX.QuickLocateSeqPattern",
3241
+ "xmx": "3g",
3242
+ "runner": "java",
3243
+ "group": "tool",
3244
+ "help": "quickLocateSeqPattern: quickLocateSeqPattern (tool, QuickLocateSeqPattern) — Quick Locate Seq Pattern"
3245
+ },
3246
+ "blastXmlSummaryTable": {
3247
+ "name": "blastXmlSummaryTable",
3248
+ "kind": "tool",
3249
+ "mode": "tool",
3250
+ "class": "biocjava.bioIO.BlastXml.BlastXMLSummaryTable",
3251
+ "xmx": "3g",
3252
+ "runner": "java",
3253
+ "group": "tool",
3254
+ "help": "blastXmlSummaryTable: blastXmlSummaryTable (tool, BlastXMLSummaryTable) — Blast X M L Summary Table"
3255
+ },
3256
+ "emblToFasta": {
3257
+ "name": "emblToFasta",
3258
+ "kind": "tool",
3259
+ "mode": "tool",
3260
+ "class": "biocjava.bioIO.Embl.emblToFasta",
3261
+ "xmx": "3g",
3262
+ "runner": "java",
3263
+ "group": "tool",
3264
+ "help": "emblToFasta: emblToFasta (tool, emblToFasta) — embl To Fasta"
3265
+ },
3266
+ "gbff2gff": {
3267
+ "name": "gbff2gff",
3268
+ "kind": "tool",
3269
+ "mode": "tool",
3270
+ "class": "biocjava.bioIO.GBff.gbff2gff",
3271
+ "xmx": "3g",
3272
+ "runner": "java",
3273
+ "group": "tool",
3274
+ "help": "gbff2gff: gbff2gff (tool, gbff2gff) — gbff2gff"
3275
+ },
3276
+ "extractGff3Region": {
3277
+ "name": "extractGff3Region",
3278
+ "kind": "tool",
3279
+ "mode": "tool",
3280
+ "class": "biocjava.bioIO.GFF.ExtractGff3Region",
3281
+ "xmx": "3g",
3282
+ "runner": "java",
3283
+ "group": "tool",
3284
+ "help": "extractGff3Region: extractGff3Region (tool, ExtractGff3Region) — Extract Gff3 Region"
3285
+ },
3286
+ "vcfBinCount": {
3287
+ "name": "vcfBinCount",
3288
+ "kind": "tool",
3289
+ "mode": "tool",
3290
+ "class": "biocjava.bioIO.HTSData.VCF.VCFBINCount",
3291
+ "xmx": "3g",
3292
+ "runner": "java",
3293
+ "group": "tool",
3294
+ "help": "vcfBinCount: vcfBinCount (tool, VCFBINCount) — V C F B I N Count"
3295
+ },
3296
+ "getLongestORF": {
3297
+ "name": "getLongestORF",
3298
+ "kind": "tool",
3299
+ "mode": "tool",
3300
+ "class": "biocjava.bioIO.ORF.GetLongestORF",
3301
+ "xmx": "3g",
3302
+ "runner": "java",
3303
+ "group": "tool",
3304
+ "help": "getLongestORF: getLongestORF (tool, GetLongestORF) — Get Longest O R F"
3305
+ },
3306
+ "translater": {
3307
+ "name": "translater",
3308
+ "kind": "tool",
3309
+ "mode": "tool",
3310
+ "class": "biocjava.bioIO.ORF.Translater",
3311
+ "xmx": "3g",
3312
+ "runner": "java",
3313
+ "group": "tool",
3314
+ "help": "translater: translater (tool, Translater) — Translater"
3315
+ },
3316
+ "makeFastaIndex": {
3317
+ "name": "makeFastaIndex",
3318
+ "kind": "tool",
3319
+ "mode": "tool",
3320
+ "class": "biocjava.bioIO.FastX.FastaIndex.MakeFastaIndex",
3321
+ "xmx": "3g",
3322
+ "runner": "java",
3323
+ "group": "tool",
3324
+ "help": "makeFastaIndex: makeFastaIndex (tool, MakeFastaIndex) — Make Fasta Index"
3325
+ },
3326
+ "quickSplitFasta": {
3327
+ "name": "quickSplitFasta",
3328
+ "kind": "tool",
3329
+ "mode": "tool",
3330
+ "class": "biocjava.bioIO.FastX.FastaIndex.QuickSpiltFasta",
3331
+ "xmx": "3g",
3332
+ "runner": "java",
3333
+ "group": "tool",
3334
+ "help": "quickSplitFasta: quickSplitFasta (tool, QuickSpiltFasta) — Quick Spilt Fasta"
3335
+ },
3336
+ "fastaFragmenter": {
3337
+ "name": "fastaFragmenter",
3338
+ "kind": "tool",
3339
+ "mode": "tool",
3340
+ "class": "biocjava.bioIO.FastX.FastaIndex.Fragment.FastaFragmenter",
3341
+ "xmx": "3g",
3342
+ "runner": "java",
3343
+ "group": "tool",
3344
+ "help": "fastaFragmenter: fastaFragmenter (tool, FastaFragmenter) — Fasta Fragmenter"
3345
+ },
3346
+ "eggNogMapperResult": {
3347
+ "name": "eggNogMapperResult",
3348
+ "kind": "tool",
3349
+ "mode": "tool",
3350
+ "class": "biocjava.bioIO.BioSoftPipeServer.eggNogMapperResult",
3351
+ "xmx": "3g",
3352
+ "runner": "java",
3353
+ "group": "tool",
3354
+ "help": "eggNogMapperResult: eggNogMapperResult (tool, eggNogMapperResult) — egg Nog Mapper Result"
3355
+ },
3356
+ "tandemDupFinder": {
3357
+ "name": "tandemDupFinder",
3358
+ "kind": "tool",
3359
+ "mode": "tool",
3360
+ "class": "biocjava.bioIO.BioSoftPipeServer.TandemDupFinder",
3361
+ "xmx": "3g",
3362
+ "runner": "java",
3363
+ "group": "tool",
3364
+ "help": "tandemDupFinder: tandemDupFinder (tool, TandemDupFinder) — Tandem Dup Finder"
3365
+ },
3366
+ "genePairExpCorr": {
3367
+ "name": "genePairExpCorr",
3368
+ "kind": "tool",
3369
+ "mode": "tool",
3370
+ "class": "biocjava.bioIO.BioSoftPipeServer.GenePairExpCorr",
3371
+ "xmx": "3g",
3372
+ "runner": "java",
3373
+ "group": "tool",
3374
+ "help": "genePairExpCorr: genePairExpCorr (tool, GenePairExpCorr) — Gene Pair Exp Corr"
3375
+ },
3376
+ "slurmScriptPrepare": {
3377
+ "name": "slurmScriptPrepare",
3378
+ "kind": "tool",
3379
+ "mode": "tool",
3380
+ "class": "biocjava.bioIO.BioSoftPipeServer.SlurmScriptPrepare",
3381
+ "xmx": "3g",
3382
+ "runner": "java",
3383
+ "group": "tool",
3384
+ "help": "slurmScriptPrepare: slurmScriptPrepare (tool, SlurmScriptPrepare) — Slurm Script Prepare"
3385
+ },
3386
+ "geneExpFilter": {
3387
+ "name": "geneExpFilter",
3388
+ "kind": "tool",
3389
+ "mode": "tool",
3390
+ "class": "biocjava.bioIO.BioSoftPipeServer.GeneExpFilter",
3391
+ "xmx": "3g",
3392
+ "runner": "java",
3393
+ "group": "tool",
3394
+ "help": "geneExpFilter: geneExpFilter (tool, GeneExpFilter) — Gene Exp Filter"
3395
+ },
3396
+ "prepareFileFromMCScanXtoTBtools": {
3397
+ "name": "prepareFileFromMCScanXtoTBtools",
3398
+ "kind": "tool",
3399
+ "mode": "tool",
3400
+ "class": "biocjava.bioDoer.JIGplotToolkit.Synteny.PrepareFileFromMCScanXtoTBtools",
3401
+ "xmx": "3g",
3402
+ "runner": "java",
3403
+ "group": "tool",
3404
+ "help": "prepareFileFromMCScanXtoTBtools: prepareFileFromMCScanXtoTBtools (tool, PrepareFileFromMCScanXtoTBtools) — Prepare File From M C Scan Xto T Btools"
3405
+ },
3406
+ "blastXmlToTable": {
3407
+ "name": "blastXmlToTable",
3408
+ "kind": "tool",
3409
+ "mode": "tool",
3410
+ "class": "biocjava.bioIO.BlastXml.BlastXmlToSelfDefinedTable",
3411
+ "xmx": "3g",
3412
+ "runner": "java",
3413
+ "group": "tool",
3414
+ "help": "blastXmlToTable: blastXmlToTable (tool, BlastXmlToSelfDefinedTable) — Blast Xml To Self Defined Table"
3415
+ },
3416
+ "targetSoPipe": {
3417
+ "name": "targetSoPipe",
3418
+ "kind": "tool",
3419
+ "mode": "tool",
3420
+ "class": "biocjava.bioDoer.miRNA.TargetSoPipe",
3421
+ "xmx": "3g",
3422
+ "runner": "java",
3423
+ "group": "tool",
3424
+ "help": "targetSoPipe: targetSoPipe (tool, TargetSoPipe) — Target So Pipe"
3425
+ },
3426
+ "target2TablePipe": {
3427
+ "name": "target2TablePipe",
3428
+ "kind": "tool",
3429
+ "mode": "tool",
3430
+ "class": "biocjava.bioDoer.miRNA.Target2TablePipe",
3431
+ "xmx": "3g",
3432
+ "runner": "java",
3433
+ "group": "tool",
3434
+ "help": "target2TablePipe: target2TablePipe (tool, Target2TablePipe) — Target2 Table Pipe"
3435
+ },
3436
+ "mirIdentifierBasedOnTargetSo": {
3437
+ "name": "mirIdentifierBasedOnTargetSo",
3438
+ "kind": "tool",
3439
+ "mode": "tool",
3440
+ "class": "biocjava.bioDoer.miRNA.MIRidentifierBasedOnTargetSoResult",
3441
+ "xmx": "3g",
3442
+ "runner": "java",
3443
+ "group": "tool",
3444
+ "help": "mirIdentifierBasedOnTargetSo: mirIdentifierBasedOnTargetSo (tool, MIRidentifierBasedOnTargetSoResult) — M I Ridentifier Based On Target So Result"
3445
+ },
3446
+ "regionBlast": {
3447
+ "name": "regionBlast",
3448
+ "kind": "tool",
3449
+ "mode": "tool",
3450
+ "class": "biocjava.bioDoer.BLAST.wholeGenomeBlastN.regionBlast",
3451
+ "xmx": "3g",
3452
+ "runner": "java",
3453
+ "group": "tool",
3454
+ "help": "regionBlast: regionBlast (tool, regionBlast) — region Blast"
3455
+ },
3456
+ "findBestHomologyBatch": {
3457
+ "name": "findBestHomologyBatch",
3458
+ "kind": "tool",
3459
+ "mode": "tool",
3460
+ "class": "biocjava.bioIO.BioSoftPipeServer.FindBestHomologyBatch",
3461
+ "xmx": "3g",
3462
+ "runner": "java",
3463
+ "group": "tool",
3464
+ "help": "findBestHomologyBatch: findBestHomologyBatch (tool, FindBestHomologyBatch) — Find Best Homology Batch"
3465
+ },
3466
+ "collinearityToRegion": {
3467
+ "name": "collinearityToRegion",
3468
+ "kind": "tool",
3469
+ "mode": "tool",
3470
+ "class": "biocjava.bioDoer.ComparativeGenomics.MCScanX.CollinearityToRegion",
3471
+ "xmx": "3g",
3472
+ "runner": "java",
3473
+ "group": "tool",
3474
+ "help": "collinearityToRegion: collinearityToRegion (tool, CollinearityToRegion) — Collinearity To Region"
3475
+ },
3476
+ "pairWiseKaKsCalculator": {
3477
+ "name": "pairWiseKaKsCalculator",
3478
+ "kind": "tool",
3479
+ "mode": "tool",
3480
+ "class": "biocjava.bioIO.BioSoftPipeServer.PairWiseKaKsCalculator",
3481
+ "xmx": "3g",
3482
+ "runner": "java",
3483
+ "group": "tool",
3484
+ "help": "pairWiseKaKsCalculator: pairWiseKaKsCalculator (tool, PairWiseKaKsCalculator) — Pair Wise Ka Ks Calculator"
3485
+ },
3486
+ "simpleBatchProcess": {
3487
+ "name": "simpleBatchProcess",
3488
+ "kind": "tool",
3489
+ "mode": "tool",
3490
+ "class": "biocjava.bioDoer.Aligner.NeedleMan.SimpleBatchProcess",
3491
+ "xmx": "3g",
3492
+ "runner": "java",
3493
+ "group": "tool",
3494
+ "help": "simpleBatchProcess: simpleBatchProcess (tool, SimpleBatchProcess) — Simple Batch Process"
3495
+ },
3496
+ "quickGeneFamilyIdentification": {
3497
+ "name": "quickGeneFamilyIdentification",
3498
+ "kind": "tool",
3499
+ "mode": "tool",
3500
+ "class": "biocjava.bioDoer.BLAST.ReciprocalBlast.QuickGeneFamilyIdentification",
3501
+ "xmx": "3g",
3502
+ "runner": "java",
3503
+ "group": "tool",
3504
+ "help": "quickGeneFamilyIdentification: quickGeneFamilyIdentification (tool, QuickGeneFamilyIdentification) — Quick Gene Family Identification"
3505
+ },
3506
+ "gffCdsPhaseCorrector": {
3507
+ "name": "gffCdsPhaseCorrector",
3508
+ "kind": "tool",
3509
+ "mode": "tool",
3510
+ "class": "biocjava.bioDoer.GXFUtils.GffCdsPhase.GffCdsPhaseCorrector",
3511
+ "xmx": "3g",
3512
+ "runner": "java",
3513
+ "group": "tool",
3514
+ "help": "gffCdsPhaseCorrector: gffCdsPhaseCorrector (tool, GffCdsPhaseCorrector) — Gff Cds Phase Corrector"
3515
+ },
3516
+ "parallelMD5Check": {
3517
+ "name": "parallelMD5Check",
3518
+ "kind": "tool",
3519
+ "mode": "tool",
3520
+ "class": "biocjava.bioDoer.FileUtils.ParallelMD5Check",
3521
+ "xmx": "3g",
3522
+ "runner": "java",
3523
+ "group": "tool",
3524
+ "help": "parallelMD5Check: parallelMD5Check (tool, ParallelMD5Check) — Parallel M D5 Check"
3525
+ },
3526
+ "pafRefBaseCoverCalc": {
3527
+ "name": "pafRefBaseCoverCalc",
3528
+ "kind": "tool",
3529
+ "mode": "tool",
3530
+ "class": "biocjava.bioDoer.JIGplotToolkit.Paf.PafRefBaseCoverCalc",
3531
+ "xmx": "3g",
3532
+ "runner": "java",
3533
+ "group": "tool",
3534
+ "help": "pafRefBaseCoverCalc: pafRefBaseCoverCalc (tool, PafRefBaseCoverCalc) — Paf Ref Base Cover Calc"
3535
+ },
3536
+ "sRNAseqReadLenStat": {
3537
+ "name": "sRNAseqReadLenStat",
3538
+ "kind": "tool",
3539
+ "mode": "tool",
3540
+ "class": "biocjava.sRNA.Tools.sRNAseqReadLenStat",
3541
+ "xmx": "3g",
3542
+ "runner": "java",
3543
+ "group": "tool",
3544
+ "help": "sRNAseqReadLenStat: sRNAseqReadLenStat (tool, sRNAseqReadLenStat) — s R N Aseq Read Len Stat"
3545
+ },
3546
+ "sRNAReadTrimmer": {
3547
+ "name": "sRNAReadTrimmer",
3548
+ "kind": "tool",
3549
+ "mode": "tool",
3550
+ "class": "biocjava.sRNA.Tools.sRNAReadTrimmer",
3551
+ "xmx": "3g",
3552
+ "runner": "java",
3553
+ "group": "tool",
3554
+ "help": "sRNAReadTrimmer: sRNAReadTrimmer (tool, sRNAReadTrimmer) — s R N A Read Trimmer"
3555
+ },
3556
+ "sRNAseqAdaperRemover": {
3557
+ "name": "sRNAseqAdaperRemover",
3558
+ "kind": "tool",
3559
+ "mode": "tool",
3560
+ "class": "biocjava.sRNA.Tools.sRNAseqAdaperRemover",
3561
+ "xmx": "3g",
3562
+ "runner": "java",
3563
+ "group": "tool",
3564
+ "help": "sRNAseqAdaperRemover: sRNAseqAdaperRemover (tool, sRNAseqAdaperRemover) — s R N Aseq Adaper Remover"
3565
+ },
3566
+ "fastqParallelTrimmer": {
3567
+ "name": "fastqParallelTrimmer",
3568
+ "kind": "tool",
3569
+ "mode": "tool",
3570
+ "class": "biocjava.bioDoer.Fastq.FastqParallelTrimmer",
3571
+ "xmx": "3g",
3572
+ "runner": "java",
3573
+ "group": "tool",
3574
+ "help": "fastqParallelTrimmer: fastqParallelTrimmer (tool, FastqParallelTrimmer) — Fastq Parallel Trimmer"
3575
+ },
3576
+ "fastqParallelSubBest": {
3577
+ "name": "fastqParallelSubBest",
3578
+ "kind": "tool",
3579
+ "mode": "tool",
3580
+ "class": "biocjava.bioDoer.Fastq.FastqParallelSubBest",
3581
+ "xmx": "3g",
3582
+ "runner": "java",
3583
+ "group": "tool",
3584
+ "help": "fastqParallelSubBest: fastqParallelSubBest (tool, FastqParallelSubBest) — Fastq Parallel Sub Best"
3585
+ },
3586
+ "fastqAndFasta": {
3587
+ "name": "fastqAndFasta",
3588
+ "kind": "tool",
3589
+ "mode": "tool",
3590
+ "class": "biocjava.bioDoer.LinuxPipe.FastqAndFasta",
3591
+ "xmx": "3g",
3592
+ "runner": "java",
3593
+ "group": "tool",
3594
+ "help": "fastqAndFasta: fastqAndFasta (tool, FastqAndFasta) — Fastq And Fasta"
3595
+ },
3596
+ "extractFeatureFromGTF": {
3597
+ "name": "extractFeatureFromGTF",
3598
+ "kind": "tool",
3599
+ "mode": "tool",
3600
+ "class": "biocjava.bioIO.GTF.ExtractFeaturefromGTFandGenome",
3601
+ "xmx": "3g",
3602
+ "runner": "java",
3603
+ "group": "tool",
3604
+ "help": "extractFeatureFromGTF: extractFeatureFromGTF (tool, ExtractFeaturefromGTFandGenome) — Extract Featurefrom G T Fand Genome"
3605
+ },
3606
+ "sRNAseqCollasper": {
3607
+ "name": "sRNAseqCollasper",
3608
+ "kind": "tool",
3609
+ "mode": "tool",
3610
+ "class": "biocjava.sRNA.Tools.sRNAseqCollasper",
3611
+ "xmx": "3g",
3612
+ "runner": "java",
3613
+ "group": "tool",
3614
+ "help": "sRNAseqCollasper: sRNAseqCollasper (tool, sRNAseqCollasper) — s R N Aseq Collasper"
3615
+ },
3616
+ "generateMotifFromSequences": {
3617
+ "name": "generateMotifFromSequences",
3618
+ "kind": "tool",
3619
+ "mode": "tool",
3620
+ "class": "biocjava.bioIO.BioSoftPipeServer.MEMEsuiteWrapper.GenerateMotifFromSequences",
3621
+ "xmx": "3g",
3622
+ "runner": "java",
3623
+ "group": "tool",
3624
+ "help": "generateMotifFromSequences: generateMotifFromSequences (tool, GenerateMotifFromSequences) — Generate Motif From Sequences"
3625
+ },
3626
+ "sRNAseqDeCollasper": {
3627
+ "name": "sRNAseqDeCollasper",
3628
+ "kind": "tool",
3629
+ "mode": "tool",
3630
+ "class": "biocjava.sRNA.Tools.sRNAseqDeCollasper",
3631
+ "xmx": "3g",
3632
+ "runner": "java",
3633
+ "group": "tool",
3634
+ "help": "sRNAseqDeCollasper: sRNAseqDeCollasper (tool, sRNAseqDeCollasper) — s R N Aseq De Collasper"
3635
+ },
3636
+ "findBestForkerRootTree": {
3637
+ "name": "findBestForkerRootTree",
3638
+ "kind": "tool",
3639
+ "mode": "tool",
3640
+ "class": "biocjava.bioDoer.JIGplotToolkit.newickParser.FindBestForkerRootTree",
3641
+ "xmx": "3g",
3642
+ "runner": "java",
3643
+ "group": "tool",
3644
+ "help": "findBestForkerRootTree: findBestForkerRootTree (tool, FindBestForkerRootTree) — Find Best Forker Root Tree"
3645
+ },
3646
+ "statFasta": {
3647
+ "name": "statFasta",
3648
+ "kind": "tool",
3649
+ "mode": "tool",
3650
+ "class": "biocjava.bioIO.FastX.FastaIndex.QuickStatFasta",
3651
+ "xmx": "3g",
3652
+ "runner": "java",
3653
+ "group": "tool",
3654
+ "help": "statFasta: statFasta (tool, QuickStatFasta) — Quick Stat Fasta"
3655
+ },
3656
+ "goEnrichMerge": {
3657
+ "name": "goEnrichMerge",
3658
+ "kind": "tool",
3659
+ "mode": "tool",
3660
+ "class": "biocjava.bioDoer.JIGplotToolkit.EnrichmentAnalysisGraph.GOEnrichmentMergeBubble",
3661
+ "xmx": "3g",
3662
+ "runner": "java",
3663
+ "group": "tool",
3664
+ "help": "goEnrichMerge: goEnrichMerge (tool, GOEnrichmentMergeBubble) — G O Enrichment Merge Bubble"
3665
+ },
3666
+ "bigMarkerRandomDesign": {
3667
+ "name": "bigMarkerRandomDesign",
3668
+ "kind": "tool",
3669
+ "mode": "tool",
3670
+ "class": "biocjava.bioDoer.markerDesign.BigMarkerRandomDesign",
3671
+ "xmx": "3g",
3672
+ "runner": "java",
3673
+ "group": "tool",
3674
+ "help": "bigMarkerRandomDesign: bigMarkerRandomDesign (tool, BigMarkerRandomDesign) — Big Marker Random Design"
3675
+ },
3676
+ "logo": {
3677
+ "name": "logo",
3678
+ "kind": "manual",
3679
+ "mode": "manual",
3680
+ "class": "",
3681
+ "xmx": "2g",
3682
+ "runner": "plot",
3683
+ "group": "seq",
3684
+ "help": "序列 LOGO 图",
3685
+ "capabilities": [
3686
+ "sequence"
3687
+ ]
3688
+ },
3689
+ "msa": {
3690
+ "name": "msa",
3691
+ "kind": "manual",
3692
+ "mode": "manual",
3693
+ "class": "",
3694
+ "xmx": "2g",
3695
+ "runner": "plot",
3696
+ "group": "seq",
3697
+ "help": "多序列比对可视化",
3698
+ "capabilities": [
3699
+ "alignment",
3700
+ "visualization"
3701
+ ]
3702
+ },
3703
+ "structure": {
3704
+ "name": "structure",
3705
+ "kind": "manual",
3706
+ "mode": "manual",
3707
+ "class": "",
3708
+ "xmx": "2g",
3709
+ "runner": "plot",
3710
+ "group": "seq",
3711
+ "help": "基因结构图(外显子/UTR 从 GFF)",
3712
+ "capabilities": [
3713
+ "sequence"
3714
+ ],
3715
+ "aliases": [
3716
+ "genestructure"
3717
+ ]
3718
+ },
3719
+ "motif": {
3720
+ "name": "motif",
3721
+ "kind": "manual",
3722
+ "mode": "manual",
3723
+ "class": "",
3724
+ "xmx": "2g",
3725
+ "runner": "plot",
3726
+ "group": "seq",
3727
+ "help": "Motif 分布图(MEME XML)",
3728
+ "capabilities": [
3729
+ "motif",
3730
+ "visualization"
3731
+ ],
3732
+ "inputs": [
3733
+ {
3734
+ "name": "meme_xml",
3735
+ "role": "file",
3736
+ "format": "xml",
3737
+ "required": true,
3738
+ "note": ""
3739
+ },
3740
+ {
3741
+ "name": "ids",
3742
+ "role": "file",
3743
+ "format": "txt",
3744
+ "required": true,
3745
+ "note": ""
3746
+ }
3747
+ ],
3748
+ "outputs": [
3749
+ "svg"
3750
+ ]
3751
+ },
3752
+ "volcano": {
3753
+ "name": "volcano",
3754
+ "kind": "manual",
3755
+ "mode": "manual",
3756
+ "class": "",
3757
+ "xmx": "2g",
3758
+ "runner": "plot",
3759
+ "group": "expr",
3760
+ "help": "火山图(DEG: GeneID Log2FC pvalue)",
3761
+ "capabilities": [
3762
+ "differential_expression",
3763
+ "visualization"
3764
+ ],
3765
+ "inputs": [
3766
+ {
3767
+ "name": "deg",
3768
+ "role": "file",
3769
+ "format": "tsv",
3770
+ "required": true,
3771
+ "note": "GeneID\tLog2FC\tpvalue"
3772
+ }
3773
+ ],
3774
+ "outputs": [
3775
+ "svg"
3776
+ ]
3777
+ },
3778
+ "heatmap": {
3779
+ "name": "heatmap",
3780
+ "kind": "manual",
3781
+ "mode": "manual",
3782
+ "class": "",
3783
+ "xmx": "2g",
3784
+ "runner": "plot",
3785
+ "group": "expr",
3786
+ "help": "热图(表达矩阵)",
3787
+ "capabilities": [
3788
+ "expression_matrix",
3789
+ "clustering",
3790
+ "visualization"
3791
+ ],
3792
+ "inputs": [
3793
+ {
3794
+ "name": "matrix",
3795
+ "role": "file",
3796
+ "format": "tsv",
3797
+ "required": true,
3798
+ "note": "表达矩阵 gene×sample"
3799
+ }
3800
+ ],
3801
+ "outputs": [
3802
+ "svg"
3803
+ ]
3804
+ },
3805
+ "pca": {
3806
+ "name": "pca",
3807
+ "kind": "manual",
3808
+ "mode": "manual",
3809
+ "class": "",
3810
+ "xmx": "2g",
3811
+ "runner": "plot",
3812
+ "group": "expr",
3813
+ "help": "PCA 图",
3814
+ "capabilities": [
3815
+ "dimension_reduction",
3816
+ "expression_matrix"
3817
+ ],
3818
+ "inputs": [
3819
+ {
3820
+ "name": "matrix",
3821
+ "role": "file",
3822
+ "format": "tsv",
3823
+ "required": true,
3824
+ "note": "表达矩阵"
3825
+ }
3826
+ ],
3827
+ "outputs": [
3828
+ "svg"
3829
+ ]
3830
+ },
3831
+ "hclust": {
3832
+ "name": "hclust",
3833
+ "kind": "manual",
3834
+ "mode": "manual",
3835
+ "class": "",
3836
+ "xmx": "2g",
3837
+ "runner": "plot",
3838
+ "group": "expr",
3839
+ "help": "层次聚类树(三列距离文件 GeneA\\tGeneB\\tdist)",
3840
+ "capabilities": [
3841
+ "clustering",
3842
+ "distance"
3843
+ ],
3844
+ "inputs": [
3845
+ {
3846
+ "name": "distance",
3847
+ "role": "file",
3848
+ "format": "tsv",
3849
+ "required": true,
3850
+ "note": "三列: GeneA\tGeneB\tdist"
3851
+ }
3852
+ ],
3853
+ "outputs": [
3854
+ "svg"
3855
+ ]
3856
+ },
3857
+ "dehist": {
3858
+ "name": "dehist",
3859
+ "kind": "manual",
3860
+ "mode": "manual",
3861
+ "class": "",
3862
+ "xmx": "2g",
3863
+ "runner": "plot",
3864
+ "group": "expr",
3865
+ "help": "差异表达双直方图",
3866
+ "capabilities": [
3867
+ "differential_expression",
3868
+ "visualization"
3869
+ ],
3870
+ "inputs": [
3871
+ {
3872
+ "name": "deg",
3873
+ "role": "file",
3874
+ "format": "tsv",
3875
+ "required": true,
3876
+ "note": "DEG 表"
3877
+ }
3878
+ ],
3879
+ "outputs": [
3880
+ "svg"
3881
+ ]
3882
+ },
3883
+ "draw": {
3884
+ "name": "draw",
3885
+ "kind": "manual",
3886
+ "mode": "manual",
3887
+ "class": "",
3888
+ "xmx": "2g",
3889
+ "runner": "plot",
3890
+ "group": "tree",
3891
+ "help": "树+注释图(TreeTreeTree 多轨道)",
3892
+ "capabilities": [
3893
+ "phylogeny"
3894
+ ]
3895
+ },
3896
+ "unrooted": {
3897
+ "name": "unrooted",
3898
+ "kind": "manual",
3899
+ "mode": "manual",
3900
+ "class": "",
3901
+ "xmx": "2g",
3902
+ "runner": "plot",
3903
+ "group": "tree",
3904
+ "help": "无根树可视化",
3905
+ "capabilities": [
3906
+ "phylogeny"
3907
+ ]
3908
+ },
3909
+ "rooting": {
3910
+ "name": "rooting",
3911
+ "kind": "manual",
3912
+ "mode": "manual",
3913
+ "class": "",
3914
+ "xmx": "2g",
3915
+ "runner": "plot",
3916
+ "group": "tree",
3917
+ "help": "MAD 系统发育定根",
3918
+ "capabilities": [
3919
+ "phylogeny"
3920
+ ],
3921
+ "aliases": [
3922
+ "treeRooting"
3923
+ ]
3924
+ },
3925
+ "cds2protein": {
3926
+ "name": "cds2protein",
3927
+ "kind": "manual",
3928
+ "mode": "manual",
3929
+ "class": "",
3930
+ "xmx": "2g",
3931
+ "runner": "plot",
3932
+ "group": "tool",
3933
+ "help": "CDS → 蛋白质翻译"
3934
+ },
3935
+ "make": {
3936
+ "name": "make",
3937
+ "kind": "manual",
3938
+ "mode": "manual",
3939
+ "class": "",
3940
+ "xmx": "2g",
3941
+ "runner": "plot",
3942
+ "group": "engine",
3943
+ "help": "工厂:按注册表条目生成 _xxx_impl 闭包(保持 (args, verbose, quiet) 签名)"
3944
+ },
3945
+ "hmmsearch": {
3946
+ "name": "hmmsearch",
3947
+ "kind": "manual",
3948
+ "mode": "manual",
3949
+ "class": "",
3950
+ "xmx": "2g",
3951
+ "runner": "plot",
3952
+ "group": "hmm",
3953
+ "help": "hmmsearch: hmmsearch <pfamA.hmm> <target.pep> <idList.txt> <out.txt> # HMM Search 域扫描(= simpleHmmscan 引擎,调系统 hmmsearch,G1 补齐别名)",
3954
+ "capabilities": [
3955
+ "homology",
3956
+ "hmm_scan"
3957
+ ],
3958
+ "dependencies": [
3959
+ "hmmer"
3960
+ ],
3961
+ "status": "platform-limited"
3962
+ },
3963
+ "gxfAttr": {
3964
+ "name": "gxfAttr",
3965
+ "kind": "manual",
3966
+ "mode": "manual",
3967
+ "class": "",
3968
+ "xmx": "2g",
3969
+ "runner": "plot",
3970
+ "group": "gxf",
3971
+ "help": "gxfAttr: gxfAttr <in.gff3|gtf> <out.tsv> [--feature mRNA] [--attrs ID,Name,Parent] # GXF 属性/ID 对照表提取(G7 补齐,Python 原生,jar 无此引擎)",
3972
+ "capabilities": [
3973
+ "annotation"
3974
+ ],
3975
+ "inputs": [
3976
+ {
3977
+ "name": "gff",
3978
+ "role": "file",
3979
+ "format": "gff3",
3980
+ "required": true,
3981
+ "note": ""
3982
+ }
3983
+ ],
3984
+ "outputs": [
3985
+ "tsv"
3986
+ ]
3987
+ },
3988
+ "kallisto": {
3989
+ "name": "kallisto",
3990
+ "kind": "manual",
3991
+ "mode": "manual",
3992
+ "class": "",
3993
+ "xmx": "2g",
3994
+ "runner": "plot",
3995
+ "group": "expr",
3996
+ "help": "kallisto: kallisto <transcriptome.fa> <reads.fq[,reads2.fq]> <outAbundance> [--kmer N] [--threads N] [--bootstrap N] [--bias] [--single] [--frag-len N] [--frag-sd N] # RNA-seq 定量(插件 P00740 CLI 化,直调 ",
3997
+ "capabilities": [
3998
+ "rna_seq",
3999
+ "quantification"
4000
+ ],
4001
+ "dependencies": [
4002
+ "kallisto"
4003
+ ],
4004
+ "inputs": [
4005
+ {
4006
+ "name": "fastq",
4007
+ "role": "file",
4008
+ "format": "fastq",
4009
+ "required": true,
4010
+ "note": "RNA-seq"
4011
+ }
4012
+ ],
4013
+ "outputs": [
4014
+ "tsv"
4015
+ ]
4016
+ },
4017
+ "fimo": {
4018
+ "name": "fimo",
4019
+ "kind": "manual",
4020
+ "mode": "manual",
4021
+ "class": "",
4022
+ "xmx": "2g",
4023
+ "runner": "plot",
4024
+ "group": "seq",
4025
+ "help": "fimo: fimo --o <outDir> <motifs.meme> <promoter.fa> # MEME FIMO motif 扫描(插件 P00552 等价,直调系统 fimo;meme-suite)",
4026
+ "capabilities": [
4027
+ "motif",
4028
+ "scanning"
4029
+ ]
4030
+ },
4031
+ "xml2blasttab": {
4032
+ "name": "xml2blasttab",
4033
+ "kind": "manual",
4034
+ "mode": "manual",
4035
+ "class": "",
4036
+ "xmx": "2g",
4037
+ "runner": "plot",
4038
+ "group": "blast",
4039
+ "help": "xml2blasttab: xml2blasttab <in.xml> <out.txt> # BLAST XML→标准 12 列表(GUI 逆向 #25 BlastXmlToBlastFoolTable.xml2ShowerTable;QueryID/SubjectID/Identity/E-value/BitScore...)",
4040
+ "capabilities": [
4041
+ "homology"
4042
+ ]
4043
+ },
4044
+ "xml2pairwise": {
4045
+ "name": "xml2pairwise",
4046
+ "kind": "manual",
4047
+ "mode": "manual",
4048
+ "class": "",
4049
+ "xmx": "2g",
4050
+ "runner": "plot",
4051
+ "group": "blast",
4052
+ "help": "xml2pairwise: xml2pairwise <in.xml> <out.txt> # BLAST XML→网页 pairwise 对齐文本(GUI 逆向 #25 BlastXMLToPairwise.parse;⚠️ 需 Hsp_query-frame/Hsp_hit-frame 字段)",
4053
+ "capabilities": [
4054
+ "homology"
4055
+ ]
4056
+ },
4057
+ "fa2tab": {
4058
+ "name": "fa2tab",
4059
+ "kind": "manual",
4060
+ "mode": "manual",
4061
+ "class": "",
4062
+ "xmx": "2g",
4063
+ "runner": "plot",
4064
+ "group": "seq",
4065
+ "help": "fa2tab: fa2tab <in.fa> <out.tab> # FASTA→表格 ID\\\\t序列(GUI 逆向 #26 FastaTable.fa2tab;与 tab2fa 往返一致)",
4066
+ "capabilities": [
4067
+ "sequence"
4068
+ ]
4069
+ },
4070
+ "tab2fa": {
4071
+ "name": "tab2fa",
4072
+ "kind": "manual",
4073
+ "mode": "manual",
4074
+ "class": "",
4075
+ "xmx": "2g",
4076
+ "runner": "plot",
4077
+ "group": "seq",
4078
+ "help": "tab2fa: tab2fa <in.tab> <out.fa> # 表格→FASTA(GUI 逆向 #26 FastaTable.tab2fa)",
4079
+ "capabilities": [
4080
+ "sequence"
4081
+ ]
4082
+ },
4083
+ "muscle": {
4084
+ "name": "muscle",
4085
+ "kind": "manual",
4086
+ "mode": "manual",
4087
+ "class": "",
4088
+ "xmx": "2g",
4089
+ "runner": "plot",
4090
+ "group": "seq",
4091
+ "help": "muscle: muscle <in.fa> <out.aln> [--super5] [--threads N] # MUSCLE 多序列比对(GUI 逆向 #27 MuscleGUIPanel→QuickRunMUSCLE;⚠️ 引擎硬编码 muscle3 -in/-out 语法在 v5 系统崩 → Python 直调自动适配;依赖系统 muscle)",
4092
+ "capabilities": [
4093
+ "alignment"
4094
+ ],
4095
+ "dependencies": [
4096
+ "muscle"
4097
+ ],
4098
+ "inputs": [
4099
+ {
4100
+ "name": "fasta",
4101
+ "role": "file",
4102
+ "format": "fasta",
4103
+ "required": true,
4104
+ "note": ""
4105
+ }
4106
+ ],
4107
+ "outputs": [
4108
+ "aln"
4109
+ ]
4110
+ },
4111
+ "bestid": {
4112
+ "name": "bestid",
4113
+ "kind": "manual",
4114
+ "mode": "manual",
4115
+ "class": "",
4116
+ "xmx": "2g",
4117
+ "runner": "plot",
4118
+ "group": "blast",
4119
+ "help": "bestid: bestid --inQuery <query.pep> --Subject <subject.pep> --OutPrefix <outPrefix> [--useDiamond] [--threads N] # 双向 BLAST 最优 ID 转换(GUI 逆向 #31 BestIDConverter;RBH 互撞 Excellent/Poor;⚠️ 引擎强制 --threa",
4120
+ "capabilities": [
4121
+ "homology"
4122
+ ]
4123
+ },
4124
+ "getseqdb": {
4125
+ "name": "getseqdb",
4126
+ "kind": "manual",
4127
+ "mode": "manual",
4128
+ "class": "",
4129
+ "xmx": "2g",
4130
+ "runner": "plot",
4131
+ "group": "blast",
4132
+ "help": "getseqdb: getseqdb <dbPrefix> <idList.txt> <out.fa> [--entry ID] # 从 BLAST 库批量提取序列(GUI 逆向 #35 GetSeqFromBlastDBGUIPanel $5:blastdbcmd -db X -entry_batch ids -out Y;⚠️ 库须 makeblastdb -parse_seqids 建,",
4133
+ "capabilities": [
4134
+ "homology"
4135
+ ]
4136
+ },
4137
+ "genomefilter": {
4138
+ "name": "genomefilter",
4139
+ "kind": "manual",
4140
+ "mode": "manual",
4141
+ "class": "",
4142
+ "xmx": "2g",
4143
+ "runner": "plot",
4144
+ "group": "seq",
4145
+ "help": "genomefilter: genomefilter <in.fa> <out.fa> --min-len <N> [--gxf <in.gff3>] # 按序列长度过滤(GUI 逆向 #19 GenomeLengthFilterGUIPanel:QuickStatFasta 统计 → 按 minLen 过滤 ID → ExtractFasta 提取;可选 GXF 同过滤)",
4146
+ "capabilities": [
4147
+ "sequence"
4148
+ ]
4149
+ },
4150
+ "notung": {
4151
+ "name": "notung",
4152
+ "kind": "manual",
4153
+ "mode": "manual",
4154
+ "class": "",
4155
+ "xmx": "2g",
4156
+ "runner": "plot",
4157
+ "group": "tree",
4158
+ "help": "notung: notung <gene.nwk> -s <species.nwk> --reconcile [Notung 原生参数] # 基因树-物种树 reconcile(duplication/loss 推断,插件 P00651 CLI 化)",
4159
+ "capabilities": [
4160
+ "phylogeny",
4161
+ "reconciliation"
4162
+ ],
4163
+ "inputs": [
4164
+ {
4165
+ "name": "tree",
4166
+ "role": "file",
4167
+ "format": "newick",
4168
+ "required": true,
4169
+ "note": ""
4170
+ },
4171
+ {
4172
+ "name": "gene_tree",
4173
+ "role": "file",
4174
+ "format": "newick",
4175
+ "required": true,
4176
+ "note": ""
4177
+ }
4178
+ ],
4179
+ "outputs": [
4180
+ "nwk"
4181
+ ]
4182
+ },
4183
+ "newickRename": {
4184
+ "name": "newickRename",
4185
+ "kind": "manual",
4186
+ "mode": "manual",
4187
+ "class": "",
4188
+ "xmx": "2g",
4189
+ "runner": "plot",
4190
+ "group": "tree",
4191
+ "help": "newickRename: newickRename --inNwk <tree.nwk> --renameMap <map.tsv> --outNwk <out.nwk> # 树叶批量重命名(插件 P00690 CLI 化,map 为 OldName\\\\tNewName)",
4192
+ "capabilities": [
4193
+ "phylogeny",
4194
+ "tree_editing"
4195
+ ],
4196
+ "inputs": [
4197
+ {
4198
+ "name": "nwk",
4199
+ "role": "file",
4200
+ "format": "newick",
4201
+ "required": true,
4202
+ "note": ""
4203
+ }
4204
+ ],
4205
+ "outputs": [
4206
+ "nwk"
4207
+ ]
4208
+ },
4209
+ "hmmerSearch": {
4210
+ "name": "hmmerSearch",
4211
+ "kind": "manual",
4212
+ "mode": "manual",
4213
+ "class": "",
4214
+ "xmx": "2g",
4215
+ "runner": "plot",
4216
+ "group": "hmm",
4217
+ "help": "hmmerSearch: hmmerSearch <target.fa> <hmmDb> <out.tsv> # Advanced HMMer 全库扫描+domtblout 解析(插件 P00680 CLI 化,无需 idList)",
4218
+ "inputs": [
4219
+ {
4220
+ "name": "hmm",
4221
+ "role": "file",
4222
+ "format": "hmm",
4223
+ "required": true,
4224
+ "note": ""
4225
+ },
4226
+ {
4227
+ "name": "seq",
4228
+ "role": "file",
4229
+ "format": "fasta",
4230
+ "required": true,
4231
+ "note": ""
4232
+ }
4233
+ ],
4234
+ "outputs": [
4235
+ "tsv"
4236
+ ]
4237
+ },
4238
+ "memeViz": {
4239
+ "name": "memeViz",
4240
+ "kind": "manual",
4241
+ "mode": "manual",
4242
+ "class": "",
4243
+ "xmx": "2g",
4244
+ "runner": "plot",
4245
+ "group": "seq",
4246
+ "help": "memeViz: memeViz <meme.xml> <out.svg> [width] [height] # MEME motif 批量可视化(插件 P00700 CLI 化,每 motif 一面板)",
4247
+ "capabilities": [
4248
+ "motif",
4249
+ "visualization"
4250
+ ],
4251
+ "inputs": [
4252
+ {
4253
+ "name": "meme",
4254
+ "role": "file",
4255
+ "format": "meme",
4256
+ "required": true,
4257
+ "note": ""
4258
+ }
4259
+ ],
4260
+ "outputs": [
4261
+ "svg"
4262
+ ]
4263
+ },
4264
+ "gsea": {
4265
+ "name": "gsea",
4266
+ "kind": "manual",
4267
+ "mode": "manual",
4268
+ "class": "",
4269
+ "xmx": "2g",
4270
+ "runner": "plot",
4271
+ "group": "table",
4272
+ "help": "gsea: gsea <go.obo> <query2go.tsv> <rank.rnk> <outDir> # GO 预排序 GSEA(插件 P00342 CLI 化,GSEAPreranked 全套报告;⚠️ set_min=15 小基因集会被过滤)",
4273
+ "capabilities": [
4274
+ "enrichment"
4275
+ ],
4276
+ "inputs": [
4277
+ {
4278
+ "name": "expr",
4279
+ "role": "file",
4280
+ "format": "tsv",
4281
+ "required": true,
4282
+ "note": ""
4283
+ },
4284
+ {
4285
+ "name": "cls",
4286
+ "role": "file",
4287
+ "format": "txt",
4288
+ "required": true,
4289
+ "note": ""
4290
+ }
4291
+ ],
4292
+ "outputs": [
4293
+ "xls"
4294
+ ]
4295
+ },
4296
+ "tfbsShift": {
4297
+ "name": "tfbsShift",
4298
+ "kind": "manual",
4299
+ "mode": "manual",
4300
+ "class": "",
4301
+ "xmx": "2g",
4302
+ "runner": "plot",
4303
+ "group": "seq",
4304
+ "help": "tfbsShift: tfbsShift <query.pep> <outPrefix> [threads] # 植物 TF 结合 motif 偏移分析(插件 P00551 CLI 化,参考数据内置 ath.pep+binding.motifs)",
4305
+ "capabilities": [
4306
+ "motif",
4307
+ "genome_scan"
4308
+ ],
4309
+ "inputs": [
4310
+ {
4311
+ "name": "motif",
4312
+ "role": "file",
4313
+ "format": "meme",
4314
+ "required": true,
4315
+ "note": ""
4316
+ }
4317
+ ],
4318
+ "outputs": [
4319
+ "tsv"
4320
+ ]
4321
+ },
4322
+ "mcscanxd": {
4323
+ "name": "mcscanxd",
4324
+ "kind": "manual",
4325
+ "mode": "manual",
4326
+ "class": "",
4327
+ "xmx": "2g",
4328
+ "runner": "plot",
4329
+ "group": "syn",
4330
+ "help": "mcscanxd: mcscanxd <wkDir> <genome1.fa> <genome2.fa> <gxf1> <gxf2> [threads] [blastHits] [evalue] # OneStep MCScanX-SuperFast(插件 P00370 CLI 化,diamond 加速,二进制随包)",
4331
+ "capabilities": [
4332
+ "synteny"
4333
+ ],
4334
+ "dependencies": [
4335
+ "mcscanx"
4336
+ ],
4337
+ "inputs": [
4338
+ {
4339
+ "name": "gff",
4340
+ "role": "file",
4341
+ "format": "tsv",
4342
+ "required": true,
4343
+ "note": ""
4344
+ },
4345
+ {
4346
+ "name": "blast",
4347
+ "role": "file",
4348
+ "format": "tsv",
4349
+ "required": true,
4350
+ "note": ""
4351
+ }
4352
+ ],
4353
+ "outputs": [
4354
+ "collinearity"
4355
+ ]
4356
+ },
4357
+ "quickAnno": {
4358
+ "name": "quickAnno",
4359
+ "kind": "manual",
4360
+ "mode": "manual",
4361
+ "class": "",
4362
+ "xmx": "2g",
4363
+ "runner": "plot",
4364
+ "group": "blast",
4365
+ "help": "quickAnno: quickAnno <query.pep> <swissprotDb.fa> <out.txt> [threads] [maxHits] # diamond 蛋白快速注释(插件 P00480 CLI 化;⚠️ db 需带描述行,否则 Top 词频为空报错)",
4366
+ "capabilities": [
4367
+ "homology"
4368
+ ]
4369
+ },
4370
+ "smart": {
4371
+ "name": "smart",
4372
+ "kind": "manual",
4373
+ "mode": "manual",
4374
+ "class": "",
4375
+ "xmx": "2g",
4376
+ "runner": "plot",
4377
+ "group": "seq",
4378
+ "help": "smart: smart <in.fa> <out.txt> # SMART 域注释(插件 P00060 CLI 化;⚠️ 联网 POST EMBL ismart.embl.de,约 10-60s,输出域位置+类型)",
4379
+ "capabilities": [
4380
+ "domain",
4381
+ "annotation"
4382
+ ],
4383
+ "inputs": [
4384
+ {
4385
+ "name": "seq",
4386
+ "role": "file",
4387
+ "format": "fasta",
4388
+ "required": true,
4389
+ "note": ""
4390
+ }
4391
+ ],
4392
+ "outputs": [
4393
+ "tsv"
4394
+ ]
4395
+ },
4396
+ "mirnatarget": {
4397
+ "name": "mirnatarget",
4398
+ "kind": "manual",
4399
+ "mode": "manual",
4400
+ "class": "",
4401
+ "xmx": "2g",
4402
+ "runner": "plot",
4403
+ "group": "mirna",
4404
+ "help": "mirnatarget: mirnatarget <mirna.fa> <target.fa> <out.tsv> [--evalue X]\n # miRNA 靶标预测完整管线(N23 修复):ssearch36 -w 100 -W 25 -E X -m 10 -T 1 -i -U <mirna> <target> → TargetScoreCli\n # 原表驱动误把本"
4405
+ },
4406
+ "msy": {
4407
+ "name": "msy",
4408
+ "kind": "manual",
4409
+ "mode": "manual",
4410
+ "class": "",
4411
+ "xmx": "2g",
4412
+ "runner": "plot",
4413
+ "group": "syn",
4414
+ "help": "msy: msy <simplifiedGff.pos> <links.txt> <chrLayout.txt> <out> [w] [h]\n # 多物种微共线性图 / microsynteny / collinearity plot(N26 修复:原表驱动把 msy 注册为裸 GenericCli 透传,用户参数被当\n # engineClass 导致 ClassNo",
4415
+ "capabilities": [
4416
+ "microsynteny",
4417
+ "visualization"
4418
+ ],
4419
+ "inputs": [
4420
+ {
4421
+ "name": "pos",
4422
+ "role": "file",
4423
+ "format": "tsv",
4424
+ "required": true,
4425
+ "note": "Chr\tGene\tStart\tEnd"
4426
+ },
4427
+ {
4428
+ "name": "links",
4429
+ "role": "file",
4430
+ "format": "tsv",
4431
+ "required": true,
4432
+ "note": ""
4433
+ },
4434
+ {
4435
+ "name": "layout",
4436
+ "role": "file",
4437
+ "format": "txt",
4438
+ "required": true,
4439
+ "note": ""
4440
+ }
4441
+ ],
4442
+ "outputs": [
4443
+ "svg"
4444
+ ]
4445
+ },
4446
+ "gxfSplit": {
4447
+ "name": "gxfSplit",
4448
+ "kind": "manual",
4449
+ "mode": "manual",
4450
+ "class": "",
4451
+ "xmx": "2g",
4452
+ "runner": "plot",
4453
+ "group": "gxf",
4454
+ "help": "gxfSplit: gxfSplit <in.gff3|gtf> <outPrefix> [--numOfFile N]\n # GXF 按记录数拆分(§8.B N13 家族命令面缺口修复:RPC GxfSplit.process,走 RPC 自动拉起)",
4455
+ "capabilities": [
4456
+ "annotation"
4457
+ ],
4458
+ "inputs": [
4459
+ {
4460
+ "name": "gff",
4461
+ "role": "file",
4462
+ "format": "gff3",
4463
+ "required": true,
4464
+ "note": ""
4465
+ }
4466
+ ],
4467
+ "outputs": [
4468
+ "tsv"
4469
+ ]
4470
+ },
4471
+ "gxfIdAppender": {
4472
+ "name": "gxfIdAppender",
4473
+ "kind": "manual",
4474
+ "mode": "manual",
4475
+ "class": "",
4476
+ "xmx": "2g",
4477
+ "runner": "plot",
4478
+ "group": "gxf",
4479
+ "help": "gxfIdAppender: gxfIdAppender <in.gff3|gtf> <out.gff3> <prefix>\n # GXF ID/染色体名前缀追加(§8.B N13 家族命令面缺口修复:RPC GxfIdAppender.process)",
4480
+ "capabilities": [
4481
+ "annotation"
4482
+ ],
4483
+ "inputs": [
4484
+ {
4485
+ "name": "gff",
4486
+ "role": "file",
4487
+ "format": "gff3",
4488
+ "required": true,
4489
+ "note": ""
4490
+ }
4491
+ ],
4492
+ "outputs": [
4493
+ "gff3"
4494
+ ]
4495
+ },
4496
+ "genestructure": {
4497
+ "name": "genestructure",
4498
+ "kind": "manual",
4499
+ "mode": "manual",
4500
+ "class": "",
4501
+ "xmx": "2g",
4502
+ "runner": "plot",
4503
+ "group": "seq",
4504
+ "help": "(alias of structure) 基因结构图(外显子/UTR 从 GFF)",
4505
+ "alias_of": "structure",
4506
+ "capabilities": [
4507
+ "gene_structure",
4508
+ "annotation",
4509
+ "visualization"
4510
+ ],
4511
+ "inputs": [
4512
+ {
4513
+ "name": "gff",
4514
+ "role": "file",
4515
+ "format": "gff3",
4516
+ "required": true,
4517
+ "note": ""
4518
+ },
4519
+ {
4520
+ "name": "ids",
4521
+ "role": "file",
4522
+ "format": "txt",
4523
+ "required": true,
4524
+ "note": ""
4525
+ }
4526
+ ],
4527
+ "outputs": [
4528
+ "svg"
4529
+ ]
4530
+ },
4531
+ "treeRooting": {
4532
+ "name": "treeRooting",
4533
+ "kind": "manual",
4534
+ "mode": "manual",
4535
+ "class": "",
4536
+ "xmx": "2g",
4537
+ "runner": "plot",
4538
+ "group": "tree",
4539
+ "help": "(alias of rooting) MAD 系统发育定根",
4540
+ "alias_of": "rooting",
4541
+ "capabilities": [
4542
+ "phylogeny",
4543
+ "rooting"
4544
+ ],
4545
+ "inputs": [
4546
+ {
4547
+ "name": "nwk",
4548
+ "role": "file",
4549
+ "format": "newick",
4550
+ "required": true,
4551
+ "note": "需枝长"
4552
+ }
4553
+ ],
4554
+ "outputs": [
4555
+ "nwk"
4556
+ ]
4557
+ },
4558
+ "seqlogo": {
4559
+ "name": "seqlogo",
4560
+ "kind": "manual",
4561
+ "mode": "manual",
4562
+ "class": "",
4563
+ "xmx": "2g",
4564
+ "runner": "plot",
4565
+ "group": "engine",
4566
+ "help": "(alias of logo) 序列 LOGO 图",
4567
+ "capabilities": [
4568
+ "motif",
4569
+ "visualization"
4570
+ ],
4571
+ "inputs": [
4572
+ {
4573
+ "name": "seqs",
4574
+ "role": "file",
4575
+ "format": "fasta",
4576
+ "required": true,
4577
+ "note": ""
4578
+ }
4579
+ ],
4580
+ "outputs": [
4581
+ "svg"
4582
+ ]
4583
+ },
4584
+ "heatmap2": {
4585
+ "name": "heatmap2",
4586
+ "kind": "manual",
4587
+ "mode": "manual",
4588
+ "class": "",
4589
+ "xmx": "2g",
4590
+ "runner": "plot",
4591
+ "group": "engine",
4592
+ "help": "(alias of heatmap) 热图(表达矩阵)"
4593
+ },
4594
+ "tree": {
4595
+ "name": "tree",
4596
+ "kind": "manual",
4597
+ "mode": "manual",
4598
+ "class": "",
4599
+ "xmx": "",
4600
+ "runner": "plot",
4601
+ "help": "树+注释图(TreeTreeTree 多轨道)",
4602
+ "alias_of": "draw",
4603
+ "src": "cli_manual",
4604
+ "group": "engine"
4605
+ }
4606
+ }