@apollo-annotation/cli 0.3.8 → 0.3.9
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.
- package/README.md +35 -35
- package/oclif.manifest.json +100 -100
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ $ npm install -g @apollo-annotation/cli
|
|
|
16
16
|
$ apollo COMMAND
|
|
17
17
|
running command...
|
|
18
18
|
$ apollo (--version)
|
|
19
|
-
@apollo-annotation/cli/0.3.
|
|
19
|
+
@apollo-annotation/cli/0.3.9 linux-x64 node-v24.11.0
|
|
20
20
|
$ apollo --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ apollo COMMAND
|
|
@@ -115,7 +115,7 @@ EXAMPLES
|
|
|
115
115
|
```
|
|
116
116
|
|
|
117
117
|
_See code:
|
|
118
|
-
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
118
|
+
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_
|
|
119
119
|
|
|
120
120
|
## `apollo assembly add-from-gff INPUT-FILE`
|
|
121
121
|
|
|
@@ -151,7 +151,7 @@ EXAMPLES
|
|
|
151
151
|
```
|
|
152
152
|
|
|
153
153
|
_See code:
|
|
154
|
-
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
154
|
+
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_
|
|
155
155
|
|
|
156
156
|
## `apollo assembly check`
|
|
157
157
|
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
```
|
|
194
194
|
|
|
195
195
|
_See code:
|
|
196
|
-
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
196
|
+
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/assembly/check.ts)_
|
|
197
197
|
|
|
198
198
|
## `apollo assembly delete`
|
|
199
199
|
|
|
@@ -221,7 +221,7 @@ EXAMPLES
|
|
|
221
221
|
```
|
|
222
222
|
|
|
223
223
|
_See code:
|
|
224
|
-
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
224
|
+
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/assembly/delete.ts)_
|
|
225
225
|
|
|
226
226
|
## `apollo assembly get`
|
|
227
227
|
|
|
@@ -243,7 +243,7 @@ DESCRIPTION
|
|
|
243
243
|
```
|
|
244
244
|
|
|
245
245
|
_See code:
|
|
246
|
-
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
246
|
+
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/assembly/get.ts)_
|
|
247
247
|
|
|
248
248
|
## `apollo assembly sequence`
|
|
249
249
|
|
|
@@ -278,7 +278,7 @@ EXAMPLES
|
|
|
278
278
|
```
|
|
279
279
|
|
|
280
280
|
_See code:
|
|
281
|
-
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
281
|
+
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/assembly/sequence.ts)_
|
|
282
282
|
|
|
283
283
|
## `apollo change get`
|
|
284
284
|
|
|
@@ -302,7 +302,7 @@ DESCRIPTION
|
|
|
302
302
|
```
|
|
303
303
|
|
|
304
304
|
_See code:
|
|
305
|
-
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
305
|
+
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/change/get.ts)_
|
|
306
306
|
|
|
307
307
|
## `apollo config [KEY] [VALUE]`
|
|
308
308
|
|
|
@@ -354,7 +354,7 @@ EXAMPLES
|
|
|
354
354
|
```
|
|
355
355
|
|
|
356
356
|
_See code:
|
|
357
|
-
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
357
|
+
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/config.ts)_
|
|
358
358
|
|
|
359
359
|
## `apollo export gff3 ASSEMBLY`
|
|
360
360
|
|
|
@@ -382,7 +382,7 @@ EXAMPLES
|
|
|
382
382
|
```
|
|
383
383
|
|
|
384
384
|
_See code:
|
|
385
|
-
[src/commands/export/gff3.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
385
|
+
[src/commands/export/gff3.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/export/gff3.ts)_
|
|
386
386
|
|
|
387
387
|
## `apollo feature add-child`
|
|
388
388
|
|
|
@@ -413,7 +413,7 @@ EXAMPLES
|
|
|
413
413
|
```
|
|
414
414
|
|
|
415
415
|
_See code:
|
|
416
|
-
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
416
|
+
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/add-child.ts)_
|
|
417
417
|
|
|
418
418
|
## `apollo feature check`
|
|
419
419
|
|
|
@@ -446,7 +446,7 @@ EXAMPLES
|
|
|
446
446
|
```
|
|
447
447
|
|
|
448
448
|
_See code:
|
|
449
|
-
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
449
|
+
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/check.ts)_
|
|
450
450
|
|
|
451
451
|
## `apollo feature copy`
|
|
452
452
|
|
|
@@ -477,7 +477,7 @@ EXAMPLES
|
|
|
477
477
|
```
|
|
478
478
|
|
|
479
479
|
_See code:
|
|
480
|
-
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
480
|
+
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/copy.ts)_
|
|
481
481
|
|
|
482
482
|
## `apollo feature delete`
|
|
483
483
|
|
|
@@ -501,7 +501,7 @@ DESCRIPTION
|
|
|
501
501
|
```
|
|
502
502
|
|
|
503
503
|
_See code:
|
|
504
|
-
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
504
|
+
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/delete.ts)_
|
|
505
505
|
|
|
506
506
|
## `apollo feature edit`
|
|
507
507
|
|
|
@@ -543,7 +543,7 @@ EXAMPLES
|
|
|
543
543
|
```
|
|
544
544
|
|
|
545
545
|
_See code:
|
|
546
|
-
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
546
|
+
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/edit.ts)_
|
|
547
547
|
|
|
548
548
|
## `apollo feature edit-attribute`
|
|
549
549
|
|
|
@@ -583,7 +583,7 @@ EXAMPLES
|
|
|
583
583
|
```
|
|
584
584
|
|
|
585
585
|
_See code:
|
|
586
|
-
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
586
|
+
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
|
|
587
587
|
|
|
588
588
|
## `apollo feature edit-coords`
|
|
589
589
|
|
|
@@ -617,7 +617,7 @@ EXAMPLES
|
|
|
617
617
|
```
|
|
618
618
|
|
|
619
619
|
_See code:
|
|
620
|
-
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
620
|
+
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
|
|
621
621
|
|
|
622
622
|
## `apollo feature edit-type`
|
|
623
623
|
|
|
@@ -641,7 +641,7 @@ DESCRIPTION
|
|
|
641
641
|
```
|
|
642
642
|
|
|
643
643
|
_See code:
|
|
644
|
-
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
644
|
+
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/edit-type.ts)_
|
|
645
645
|
|
|
646
646
|
## `apollo feature get`
|
|
647
647
|
|
|
@@ -675,7 +675,7 @@ EXAMPLES
|
|
|
675
675
|
```
|
|
676
676
|
|
|
677
677
|
_See code:
|
|
678
|
-
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
678
|
+
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/get.ts)_
|
|
679
679
|
|
|
680
680
|
## `apollo feature get-id`
|
|
681
681
|
|
|
@@ -703,7 +703,7 @@ EXAMPLES
|
|
|
703
703
|
```
|
|
704
704
|
|
|
705
705
|
_See code:
|
|
706
|
-
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
706
|
+
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/get-id.ts)_
|
|
707
707
|
|
|
708
708
|
## `apollo feature import INPUT-FILE`
|
|
709
709
|
|
|
@@ -734,7 +734,7 @@ EXAMPLES
|
|
|
734
734
|
```
|
|
735
735
|
|
|
736
736
|
_See code:
|
|
737
|
-
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
737
|
+
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/import.ts)_
|
|
738
738
|
|
|
739
739
|
## `apollo feature search`
|
|
740
740
|
|
|
@@ -785,7 +785,7 @@ EXAMPLES
|
|
|
785
785
|
```
|
|
786
786
|
|
|
787
787
|
_See code:
|
|
788
|
-
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
788
|
+
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/feature/search.ts)_
|
|
789
789
|
|
|
790
790
|
## `apollo file delete`
|
|
791
791
|
|
|
@@ -812,7 +812,7 @@ EXAMPLES
|
|
|
812
812
|
```
|
|
813
813
|
|
|
814
814
|
_See code:
|
|
815
|
-
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
815
|
+
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/file/delete.ts)_
|
|
816
816
|
|
|
817
817
|
## `apollo file download`
|
|
818
818
|
|
|
@@ -840,7 +840,7 @@ EXAMPLES
|
|
|
840
840
|
```
|
|
841
841
|
|
|
842
842
|
_See code:
|
|
843
|
-
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
843
|
+
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/file/download.ts)_
|
|
844
844
|
|
|
845
845
|
## `apollo file get`
|
|
846
846
|
|
|
@@ -867,7 +867,7 @@ EXAMPLES
|
|
|
867
867
|
```
|
|
868
868
|
|
|
869
869
|
_See code:
|
|
870
|
-
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
870
|
+
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/file/get.ts)_
|
|
871
871
|
|
|
872
872
|
## `apollo file upload INPUT-FILE`
|
|
873
873
|
|
|
@@ -904,7 +904,7 @@ EXAMPLES
|
|
|
904
904
|
```
|
|
905
905
|
|
|
906
906
|
_See code:
|
|
907
|
-
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
907
|
+
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/file/upload.ts)_
|
|
908
908
|
|
|
909
909
|
## `apollo help [COMMANDS]`
|
|
910
910
|
|
|
@@ -970,7 +970,7 @@ EXAMPLES
|
|
|
970
970
|
```
|
|
971
971
|
|
|
972
972
|
_See code:
|
|
973
|
-
[src/commands/jbrowse/desktop.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
973
|
+
[src/commands/jbrowse/desktop.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/jbrowse/desktop.ts)_
|
|
974
974
|
|
|
975
975
|
## `apollo jbrowse get-config`
|
|
976
976
|
|
|
@@ -996,7 +996,7 @@ EXAMPLES
|
|
|
996
996
|
```
|
|
997
997
|
|
|
998
998
|
_See code:
|
|
999
|
-
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
999
|
+
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_
|
|
1000
1000
|
|
|
1001
1001
|
## `apollo jbrowse set-config INPUTFILE`
|
|
1002
1002
|
|
|
@@ -1025,7 +1025,7 @@ EXAMPLES
|
|
|
1025
1025
|
```
|
|
1026
1026
|
|
|
1027
1027
|
_See code:
|
|
1028
|
-
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
1028
|
+
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_
|
|
1029
1029
|
|
|
1030
1030
|
## `apollo login`
|
|
1031
1031
|
|
|
@@ -1064,7 +1064,7 @@ EXAMPLES
|
|
|
1064
1064
|
```
|
|
1065
1065
|
|
|
1066
1066
|
_See code:
|
|
1067
|
-
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
1067
|
+
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/login.ts)_
|
|
1068
1068
|
|
|
1069
1069
|
## `apollo logout`
|
|
1070
1070
|
|
|
@@ -1094,7 +1094,7 @@ EXAMPLES
|
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
1096
|
_See code:
|
|
1097
|
-
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
1097
|
+
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/logout.ts)_
|
|
1098
1098
|
|
|
1099
1099
|
## `apollo refseq add-alias INPUT-FILE`
|
|
1100
1100
|
|
|
@@ -1125,7 +1125,7 @@ EXAMPLES
|
|
|
1125
1125
|
```
|
|
1126
1126
|
|
|
1127
1127
|
_See code:
|
|
1128
|
-
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
1128
|
+
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/refseq/add-alias.ts)_
|
|
1129
1129
|
|
|
1130
1130
|
## `apollo refseq get`
|
|
1131
1131
|
|
|
@@ -1157,7 +1157,7 @@ EXAMPLES
|
|
|
1157
1157
|
```
|
|
1158
1158
|
|
|
1159
1159
|
_See code:
|
|
1160
|
-
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
1160
|
+
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/refseq/get.ts)_
|
|
1161
1161
|
|
|
1162
1162
|
## `apollo status`
|
|
1163
1163
|
|
|
@@ -1179,7 +1179,7 @@ DESCRIPTION
|
|
|
1179
1179
|
```
|
|
1180
1180
|
|
|
1181
1181
|
_See code:
|
|
1182
|
-
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
1182
|
+
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/status.ts)_
|
|
1183
1183
|
|
|
1184
1184
|
## `apollo user get`
|
|
1185
1185
|
|
|
@@ -1215,6 +1215,6 @@ EXAMPLES
|
|
|
1215
1215
|
```
|
|
1216
1216
|
|
|
1217
1217
|
_See code:
|
|
1218
|
-
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.
|
|
1218
|
+
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.9/packages/apollo-cli/src/commands/user/get.ts)_
|
|
1219
1219
|
|
|
1220
1220
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -236,6 +236,105 @@
|
|
|
236
236
|
"status.js"
|
|
237
237
|
]
|
|
238
238
|
},
|
|
239
|
+
"change:get": {
|
|
240
|
+
"aliases": [],
|
|
241
|
+
"args": {},
|
|
242
|
+
"description": "Return the change log in json format. Note that when an assembly is deleted the link between common name and ID is lost (it can still be recovered by inspecting the change log but at present this task is left to the user). In such cases you need to use the assembly ID.",
|
|
243
|
+
"flags": {
|
|
244
|
+
"profile": {
|
|
245
|
+
"description": "Use credentials from this profile",
|
|
246
|
+
"name": "profile",
|
|
247
|
+
"hasDynamicHelp": false,
|
|
248
|
+
"multiple": false,
|
|
249
|
+
"type": "option"
|
|
250
|
+
},
|
|
251
|
+
"config-file": {
|
|
252
|
+
"description": "Use this config file (mostly for testing)",
|
|
253
|
+
"name": "config-file",
|
|
254
|
+
"hasDynamicHelp": false,
|
|
255
|
+
"multiple": false,
|
|
256
|
+
"type": "option"
|
|
257
|
+
},
|
|
258
|
+
"assembly": {
|
|
259
|
+
"char": "a",
|
|
260
|
+
"description": "Get changes only for these assembly names or IDs (but see description)",
|
|
261
|
+
"name": "assembly",
|
|
262
|
+
"hasDynamicHelp": false,
|
|
263
|
+
"multiple": true,
|
|
264
|
+
"type": "option"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"hasDynamicHelp": false,
|
|
268
|
+
"hiddenAliases": [],
|
|
269
|
+
"id": "change:get",
|
|
270
|
+
"pluginAlias": "@apollo-annotation/cli",
|
|
271
|
+
"pluginName": "@apollo-annotation/cli",
|
|
272
|
+
"pluginType": "core",
|
|
273
|
+
"strict": true,
|
|
274
|
+
"summary": "Get list of changes",
|
|
275
|
+
"enableJsonFlag": false,
|
|
276
|
+
"isESM": true,
|
|
277
|
+
"relativePath": [
|
|
278
|
+
"dist",
|
|
279
|
+
"commands",
|
|
280
|
+
"change",
|
|
281
|
+
"get.js"
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
"export:gff3": {
|
|
285
|
+
"aliases": [],
|
|
286
|
+
"args": {
|
|
287
|
+
"assembly": {
|
|
288
|
+
"description": "Export annotations for this assembly name or id",
|
|
289
|
+
"name": "assembly",
|
|
290
|
+
"required": true
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"description": "Export the annotations for an assembly to stdout as gff3",
|
|
294
|
+
"examples": [
|
|
295
|
+
{
|
|
296
|
+
"description": "Export annotations for myAssembly:",
|
|
297
|
+
"command": "<%= config.bin %> <%= command.id %> myAssembly > out.gff3"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"flags": {
|
|
301
|
+
"profile": {
|
|
302
|
+
"description": "Use credentials from this profile",
|
|
303
|
+
"name": "profile",
|
|
304
|
+
"hasDynamicHelp": false,
|
|
305
|
+
"multiple": false,
|
|
306
|
+
"type": "option"
|
|
307
|
+
},
|
|
308
|
+
"config-file": {
|
|
309
|
+
"description": "Use this config file (mostly for testing)",
|
|
310
|
+
"name": "config-file",
|
|
311
|
+
"hasDynamicHelp": false,
|
|
312
|
+
"multiple": false,
|
|
313
|
+
"type": "option"
|
|
314
|
+
},
|
|
315
|
+
"include-fasta": {
|
|
316
|
+
"description": "Include fasta sequence in output",
|
|
317
|
+
"name": "include-fasta",
|
|
318
|
+
"allowNo": false,
|
|
319
|
+
"type": "boolean"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"hasDynamicHelp": false,
|
|
323
|
+
"hiddenAliases": [],
|
|
324
|
+
"id": "export:gff3",
|
|
325
|
+
"pluginAlias": "@apollo-annotation/cli",
|
|
326
|
+
"pluginName": "@apollo-annotation/cli",
|
|
327
|
+
"pluginType": "core",
|
|
328
|
+
"strict": true,
|
|
329
|
+
"enableJsonFlag": false,
|
|
330
|
+
"isESM": true,
|
|
331
|
+
"relativePath": [
|
|
332
|
+
"dist",
|
|
333
|
+
"commands",
|
|
334
|
+
"export",
|
|
335
|
+
"gff3.js"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
239
338
|
"assembly:add-from-fasta": {
|
|
240
339
|
"aliases": [],
|
|
241
340
|
"args": {
|
|
@@ -684,105 +783,6 @@
|
|
|
684
783
|
"sequence.js"
|
|
685
784
|
]
|
|
686
785
|
},
|
|
687
|
-
"change:get": {
|
|
688
|
-
"aliases": [],
|
|
689
|
-
"args": {},
|
|
690
|
-
"description": "Return the change log in json format. Note that when an assembly is deleted the link between common name and ID is lost (it can still be recovered by inspecting the change log but at present this task is left to the user). In such cases you need to use the assembly ID.",
|
|
691
|
-
"flags": {
|
|
692
|
-
"profile": {
|
|
693
|
-
"description": "Use credentials from this profile",
|
|
694
|
-
"name": "profile",
|
|
695
|
-
"hasDynamicHelp": false,
|
|
696
|
-
"multiple": false,
|
|
697
|
-
"type": "option"
|
|
698
|
-
},
|
|
699
|
-
"config-file": {
|
|
700
|
-
"description": "Use this config file (mostly for testing)",
|
|
701
|
-
"name": "config-file",
|
|
702
|
-
"hasDynamicHelp": false,
|
|
703
|
-
"multiple": false,
|
|
704
|
-
"type": "option"
|
|
705
|
-
},
|
|
706
|
-
"assembly": {
|
|
707
|
-
"char": "a",
|
|
708
|
-
"description": "Get changes only for these assembly names or IDs (but see description)",
|
|
709
|
-
"name": "assembly",
|
|
710
|
-
"hasDynamicHelp": false,
|
|
711
|
-
"multiple": true,
|
|
712
|
-
"type": "option"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
"hasDynamicHelp": false,
|
|
716
|
-
"hiddenAliases": [],
|
|
717
|
-
"id": "change:get",
|
|
718
|
-
"pluginAlias": "@apollo-annotation/cli",
|
|
719
|
-
"pluginName": "@apollo-annotation/cli",
|
|
720
|
-
"pluginType": "core",
|
|
721
|
-
"strict": true,
|
|
722
|
-
"summary": "Get list of changes",
|
|
723
|
-
"enableJsonFlag": false,
|
|
724
|
-
"isESM": true,
|
|
725
|
-
"relativePath": [
|
|
726
|
-
"dist",
|
|
727
|
-
"commands",
|
|
728
|
-
"change",
|
|
729
|
-
"get.js"
|
|
730
|
-
]
|
|
731
|
-
},
|
|
732
|
-
"export:gff3": {
|
|
733
|
-
"aliases": [],
|
|
734
|
-
"args": {
|
|
735
|
-
"assembly": {
|
|
736
|
-
"description": "Export annotations for this assembly name or id",
|
|
737
|
-
"name": "assembly",
|
|
738
|
-
"required": true
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
"description": "Export the annotations for an assembly to stdout as gff3",
|
|
742
|
-
"examples": [
|
|
743
|
-
{
|
|
744
|
-
"description": "Export annotations for myAssembly:",
|
|
745
|
-
"command": "<%= config.bin %> <%= command.id %> myAssembly > out.gff3"
|
|
746
|
-
}
|
|
747
|
-
],
|
|
748
|
-
"flags": {
|
|
749
|
-
"profile": {
|
|
750
|
-
"description": "Use credentials from this profile",
|
|
751
|
-
"name": "profile",
|
|
752
|
-
"hasDynamicHelp": false,
|
|
753
|
-
"multiple": false,
|
|
754
|
-
"type": "option"
|
|
755
|
-
},
|
|
756
|
-
"config-file": {
|
|
757
|
-
"description": "Use this config file (mostly for testing)",
|
|
758
|
-
"name": "config-file",
|
|
759
|
-
"hasDynamicHelp": false,
|
|
760
|
-
"multiple": false,
|
|
761
|
-
"type": "option"
|
|
762
|
-
},
|
|
763
|
-
"include-fasta": {
|
|
764
|
-
"description": "Include fasta sequence in output",
|
|
765
|
-
"name": "include-fasta",
|
|
766
|
-
"allowNo": false,
|
|
767
|
-
"type": "boolean"
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
"hasDynamicHelp": false,
|
|
771
|
-
"hiddenAliases": [],
|
|
772
|
-
"id": "export:gff3",
|
|
773
|
-
"pluginAlias": "@apollo-annotation/cli",
|
|
774
|
-
"pluginName": "@apollo-annotation/cli",
|
|
775
|
-
"pluginType": "core",
|
|
776
|
-
"strict": true,
|
|
777
|
-
"enableJsonFlag": false,
|
|
778
|
-
"isESM": true,
|
|
779
|
-
"relativePath": [
|
|
780
|
-
"dist",
|
|
781
|
-
"commands",
|
|
782
|
-
"export",
|
|
783
|
-
"gff3.js"
|
|
784
|
-
]
|
|
785
|
-
},
|
|
786
786
|
"feature:add-child": {
|
|
787
787
|
"aliases": [],
|
|
788
788
|
"args": {},
|
|
@@ -2196,5 +2196,5 @@
|
|
|
2196
2196
|
]
|
|
2197
2197
|
}
|
|
2198
2198
|
},
|
|
2199
|
-
"version": "0.3.
|
|
2199
|
+
"version": "0.3.9"
|
|
2200
2200
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollo-annotation/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Command line interface for the Apollo annotation server",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"posttest": "yarn lint",
|
|
31
31
|
"test:ci": "nyc mocha 'src/**/*.test.ts'",
|
|
32
32
|
"test:cli": "yarn tsx src/test/test.ts",
|
|
33
|
-
"version": "oclif readme --multi --dir ../website/docs/
|
|
33
|
+
"version": "oclif readme --multi --dir ../website/docs/03-guides/04-cli/ && oclif readme && git add README.md"
|
|
34
34
|
},
|
|
35
35
|
"oclif": {
|
|
36
36
|
"bin": "apollo",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"yaml": "^2.3.4"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@apollo-annotation/mst": "^0.3.
|
|
93
|
-
"@apollo-annotation/shared": "^0.3.
|
|
92
|
+
"@apollo-annotation/mst": "^0.3.9",
|
|
93
|
+
"@apollo-annotation/shared": "^0.3.9",
|
|
94
94
|
"@istanbuljs/esm-loader-hook": "^0.2.0",
|
|
95
95
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
96
96
|
"@oclif/test": "^3.1.3",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@types/cross-spawn": "^6.0.6",
|
|
100
100
|
"@types/inquirer": "^9.0.7",
|
|
101
101
|
"@types/mocha": "^10",
|
|
102
|
-
"@types/node": "^
|
|
102
|
+
"@types/node": "^20.19.15",
|
|
103
103
|
"babel-plugin-istanbul": "^6.1.1",
|
|
104
104
|
"cross-spawn": "^7.0.3",
|
|
105
105
|
"mocha": "^10.2.0",
|