@apollo-annotation/cli 0.1.15 → 0.1.17
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 +26 -26
- package/oclif.manifest.json +56 -56
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ $ npm install -g @apollo-annotation/cli
|
|
|
14
14
|
$ apollo COMMAND
|
|
15
15
|
running command...
|
|
16
16
|
$ apollo (--version)
|
|
17
|
-
@apollo-annotation/cli/0.1.
|
|
17
|
+
@apollo-annotation/cli/0.1.17 linux-x64 node-v18.20.3
|
|
18
18
|
$ apollo --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ apollo COMMAND
|
|
@@ -82,7 +82,7 @@ EXAMPLES
|
|
|
82
82
|
$ apollo assembly add-fasta -i https://.../genome.fa -x https://.../genome.fa.fai -a myAssembly
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
_See code: [src/commands/assembly/add-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
85
|
+
_See code: [src/commands/assembly/add-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/assembly/add-fasta.ts)_
|
|
86
86
|
|
|
87
87
|
## `apollo assembly add-gff`
|
|
88
88
|
|
|
@@ -116,7 +116,7 @@ EXAMPLES
|
|
|
116
116
|
$ apollo assembly add-gff -i genome.gff -a myAssembly -o
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
_See code: [src/commands/assembly/add-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
119
|
+
_See code: [src/commands/assembly/add-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/assembly/add-gff.ts)_
|
|
120
120
|
|
|
121
121
|
## `apollo assembly check`
|
|
122
122
|
|
|
@@ -158,7 +158,7 @@ EXAMPLES
|
|
|
158
158
|
$ apollo assembly check -a hg19 -c CDSCheck --delete
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
_See code: [src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
161
|
+
_See code: [src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/assembly/check.ts)_
|
|
162
162
|
|
|
163
163
|
## `apollo assembly delete`
|
|
164
164
|
|
|
@@ -185,7 +185,7 @@ EXAMPLES
|
|
|
185
185
|
$ apollo assembly delete -a mouse 6605826fbd0eee691f83e73f
|
|
186
186
|
```
|
|
187
187
|
|
|
188
|
-
_See code: [src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
188
|
+
_See code: [src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/assembly/delete.ts)_
|
|
189
189
|
|
|
190
190
|
## `apollo assembly get`
|
|
191
191
|
|
|
@@ -206,7 +206,7 @@ DESCRIPTION
|
|
|
206
206
|
Print to stdout the list of assemblies in json format
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
-
_See code: [src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
209
|
+
_See code: [src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/assembly/get.ts)_
|
|
210
210
|
|
|
211
211
|
## `apollo assembly sequence`
|
|
212
212
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ apollo assembly sequence -a myAssembly -r chr1 -s 1 -e 1000
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
243
|
+
_See code: [src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/assembly/sequence.ts)_
|
|
244
244
|
|
|
245
245
|
## `apollo change get`
|
|
246
246
|
|
|
@@ -264,7 +264,7 @@ DESCRIPTION
|
|
|
264
264
|
need to use the assembly ID.
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
267
|
+
_See code: [src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/change/get.ts)_
|
|
268
268
|
|
|
269
269
|
## `apollo config [KEY] [VALUE]`
|
|
270
270
|
|
|
@@ -319,7 +319,7 @@ EXAMPLES
|
|
|
319
319
|
$ apollo config address
|
|
320
320
|
```
|
|
321
321
|
|
|
322
|
-
_See code: [src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
322
|
+
_See code: [src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/config.ts)_
|
|
323
323
|
|
|
324
324
|
## `apollo feature add-child`
|
|
325
325
|
|
|
@@ -349,7 +349,7 @@ EXAMPLES
|
|
|
349
349
|
$ apollo feature add-child -i 6605826fbd0eee691f83e73f -t exon -s 10 -e 20
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
352
|
+
_See code: [src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/add-child.ts)_
|
|
353
353
|
|
|
354
354
|
## `apollo feature check`
|
|
355
355
|
|
|
@@ -382,7 +382,7 @@ EXAMPLES
|
|
|
382
382
|
$ apollo feature check -a hg19
|
|
383
383
|
```
|
|
384
384
|
|
|
385
|
-
_See code: [src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
385
|
+
_See code: [src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/check.ts)_
|
|
386
386
|
|
|
387
387
|
## `apollo feature copy`
|
|
388
388
|
|
|
@@ -413,7 +413,7 @@ EXAMPLES
|
|
|
413
413
|
$ apollo feature copy -i 6605826fbd0eee691f83e73f -r chr1 -s 100 -a hg38
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
416
|
+
_See code: [src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/copy.ts)_
|
|
417
417
|
|
|
418
418
|
## `apollo feature delete`
|
|
419
419
|
|
|
@@ -437,7 +437,7 @@ DESCRIPTION
|
|
|
437
437
|
error unless you set -f/--force.
|
|
438
438
|
```
|
|
439
439
|
|
|
440
|
-
_See code: [src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
440
|
+
_See code: [src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/delete.ts)_
|
|
441
441
|
|
|
442
442
|
## `apollo feature edit`
|
|
443
443
|
|
|
@@ -479,7 +479,7 @@ EXAMPLES
|
|
|
479
479
|
echo '{"typeName": ... "newType": "G_quartet"}' | apollo feature edit -j -
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
482
|
+
_See code: [src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/edit.ts)_
|
|
483
483
|
|
|
484
484
|
## `apollo feature edit-attribute`
|
|
485
485
|
|
|
@@ -519,7 +519,7 @@ EXAMPLES
|
|
|
519
519
|
$ apollo feature edit-attribute -i 66...3f -a domains -d
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
522
|
+
_See code: [src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
|
|
523
523
|
|
|
524
524
|
## `apollo feature edit-coords`
|
|
525
525
|
|
|
@@ -553,7 +553,7 @@ EXAMPLES
|
|
|
553
553
|
$ apollo feature edit-coords -i abc...xyz -e 2000
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
556
|
+
_See code: [src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
|
|
557
557
|
|
|
558
558
|
## `apollo feature edit-type`
|
|
559
559
|
|
|
@@ -576,7 +576,7 @@ DESCRIPTION
|
|
|
576
576
|
term although but the valifdity of the new term is not checked.
|
|
577
577
|
```
|
|
578
578
|
|
|
579
|
-
_See code: [src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
579
|
+
_See code: [src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/edit-type.ts)_
|
|
580
580
|
|
|
581
581
|
## `apollo feature get`
|
|
582
582
|
|
|
@@ -609,7 +609,7 @@ EXAMPLES
|
|
|
609
609
|
$ apollo feature get -a myAssembly -r chr1 -s 1 -e 1000
|
|
610
610
|
```
|
|
611
611
|
|
|
612
|
-
_See code: [src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
612
|
+
_See code: [src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/get.ts)_
|
|
613
613
|
|
|
614
614
|
## `apollo feature get-id`
|
|
615
615
|
|
|
@@ -638,7 +638,7 @@ EXAMPLES
|
|
|
638
638
|
$ apollo feature get-id -i abc...zyz def...foo
|
|
639
639
|
```
|
|
640
640
|
|
|
641
|
-
_See code: [src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
641
|
+
_See code: [src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/get-id.ts)_
|
|
642
642
|
|
|
643
643
|
## `apollo feature import`
|
|
644
644
|
|
|
@@ -666,7 +666,7 @@ EXAMPLES
|
|
|
666
666
|
$ apollo feature import -d -i features.gff3 -a myAssembly
|
|
667
667
|
```
|
|
668
668
|
|
|
669
|
-
_See code: [src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
669
|
+
_See code: [src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/import.ts)_
|
|
670
670
|
|
|
671
671
|
## `apollo feature search`
|
|
672
672
|
|
|
@@ -717,7 +717,7 @@ EXAMPLES
|
|
|
717
717
|
$ apollo feature search -a mm9 mm10 -t bac
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
720
|
+
_See code: [src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/feature/search.ts)_
|
|
721
721
|
|
|
722
722
|
## `apollo help [COMMANDS]`
|
|
723
723
|
|
|
@@ -777,7 +777,7 @@ EXAMPLES
|
|
|
777
777
|
$ apollo login --profile my-profile
|
|
778
778
|
```
|
|
779
779
|
|
|
780
|
-
_See code: [src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
780
|
+
_See code: [src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/login.ts)_
|
|
781
781
|
|
|
782
782
|
## `apollo logout`
|
|
783
783
|
|
|
@@ -806,7 +806,7 @@ EXAMPLES
|
|
|
806
806
|
$ apollo logout --profile my-profile
|
|
807
807
|
```
|
|
808
808
|
|
|
809
|
-
_See code: [src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
809
|
+
_See code: [src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/logout.ts)_
|
|
810
810
|
|
|
811
811
|
## `apollo refseq get`
|
|
812
812
|
|
|
@@ -838,7 +838,7 @@ EXAMPLES
|
|
|
838
838
|
$ apollo refseq get -a mm9 mm10
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
841
|
+
_See code: [src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/refseq/get.ts)_
|
|
842
842
|
|
|
843
843
|
## `apollo status`
|
|
844
844
|
|
|
@@ -860,7 +860,7 @@ DESCRIPTION
|
|
|
860
860
|
not check the validity of the access token.
|
|
861
861
|
```
|
|
862
862
|
|
|
863
|
-
_See code: [src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
863
|
+
_See code: [src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/status.ts)_
|
|
864
864
|
|
|
865
865
|
## `apollo user get`
|
|
866
866
|
|
|
@@ -895,5 +895,5 @@ EXAMPLES
|
|
|
895
895
|
$ apollo user get | jq '.[] | select(.createdAt > "2024-03-18")'
|
|
896
896
|
```
|
|
897
897
|
|
|
898
|
-
_See code: [src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.
|
|
898
|
+
_See code: [src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.17/packages/apollo-cli/src/commands/user/get.ts)_
|
|
899
899
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -699,6 +699,61 @@
|
|
|
699
699
|
"get.js"
|
|
700
700
|
]
|
|
701
701
|
},
|
|
702
|
+
"refseq:get": {
|
|
703
|
+
"aliases": [],
|
|
704
|
+
"args": {},
|
|
705
|
+
"description": "Output the reference sequences in one or more assemblies in json format. This\ncommand returns the sequence characteristics (e.g., name, ID, etc), not the DNA\nsequences. Use `assembly sequence` for that.",
|
|
706
|
+
"examples": [
|
|
707
|
+
{
|
|
708
|
+
"description": "All sequences in the database:",
|
|
709
|
+
"command": "<%= config.bin %> <%= command.id %>"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"description": "Only sequences for these assemblies:",
|
|
713
|
+
"command": "<%= config.bin %> <%= command.id %> -a mm9 mm10"
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"flags": {
|
|
717
|
+
"profile": {
|
|
718
|
+
"description": "Use credentials from this profile",
|
|
719
|
+
"name": "profile",
|
|
720
|
+
"hasDynamicHelp": false,
|
|
721
|
+
"multiple": false,
|
|
722
|
+
"type": "option"
|
|
723
|
+
},
|
|
724
|
+
"config-file": {
|
|
725
|
+
"description": "Use this config file (mostly for testing)",
|
|
726
|
+
"name": "config-file",
|
|
727
|
+
"hasDynamicHelp": false,
|
|
728
|
+
"multiple": false,
|
|
729
|
+
"type": "option"
|
|
730
|
+
},
|
|
731
|
+
"assembly": {
|
|
732
|
+
"char": "a",
|
|
733
|
+
"description": "Get reference sequences for these assembly names or IDs; use - to read it from stdin",
|
|
734
|
+
"name": "assembly",
|
|
735
|
+
"hasDynamicHelp": false,
|
|
736
|
+
"multiple": true,
|
|
737
|
+
"type": "option"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"hasDynamicHelp": false,
|
|
741
|
+
"hiddenAliases": [],
|
|
742
|
+
"id": "refseq:get",
|
|
743
|
+
"pluginAlias": "@apollo-annotation/cli",
|
|
744
|
+
"pluginName": "@apollo-annotation/cli",
|
|
745
|
+
"pluginType": "core",
|
|
746
|
+
"strict": true,
|
|
747
|
+
"summary": "Get reference sequences",
|
|
748
|
+
"enableJsonFlag": false,
|
|
749
|
+
"isESM": true,
|
|
750
|
+
"relativePath": [
|
|
751
|
+
"dist",
|
|
752
|
+
"commands",
|
|
753
|
+
"refseq",
|
|
754
|
+
"get.js"
|
|
755
|
+
]
|
|
756
|
+
},
|
|
702
757
|
"feature:add-child": {
|
|
703
758
|
"aliases": [],
|
|
704
759
|
"args": {},
|
|
@@ -1505,61 +1560,6 @@
|
|
|
1505
1560
|
"search.js"
|
|
1506
1561
|
]
|
|
1507
1562
|
},
|
|
1508
|
-
"refseq:get": {
|
|
1509
|
-
"aliases": [],
|
|
1510
|
-
"args": {},
|
|
1511
|
-
"description": "Output the reference sequences in one or more assemblies in json format. This\ncommand returns the sequence characteristics (e.g., name, ID, etc), not the DNA\nsequences. Use `assembly sequence` for that.",
|
|
1512
|
-
"examples": [
|
|
1513
|
-
{
|
|
1514
|
-
"description": "All sequences in the database:",
|
|
1515
|
-
"command": "<%= config.bin %> <%= command.id %>"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"description": "Only sequences for these assemblies:",
|
|
1519
|
-
"command": "<%= config.bin %> <%= command.id %> -a mm9 mm10"
|
|
1520
|
-
}
|
|
1521
|
-
],
|
|
1522
|
-
"flags": {
|
|
1523
|
-
"profile": {
|
|
1524
|
-
"description": "Use credentials from this profile",
|
|
1525
|
-
"name": "profile",
|
|
1526
|
-
"hasDynamicHelp": false,
|
|
1527
|
-
"multiple": false,
|
|
1528
|
-
"type": "option"
|
|
1529
|
-
},
|
|
1530
|
-
"config-file": {
|
|
1531
|
-
"description": "Use this config file (mostly for testing)",
|
|
1532
|
-
"name": "config-file",
|
|
1533
|
-
"hasDynamicHelp": false,
|
|
1534
|
-
"multiple": false,
|
|
1535
|
-
"type": "option"
|
|
1536
|
-
},
|
|
1537
|
-
"assembly": {
|
|
1538
|
-
"char": "a",
|
|
1539
|
-
"description": "Get reference sequences for these assembly names or IDs; use - to read it from stdin",
|
|
1540
|
-
"name": "assembly",
|
|
1541
|
-
"hasDynamicHelp": false,
|
|
1542
|
-
"multiple": true,
|
|
1543
|
-
"type": "option"
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
|
-
"hasDynamicHelp": false,
|
|
1547
|
-
"hiddenAliases": [],
|
|
1548
|
-
"id": "refseq:get",
|
|
1549
|
-
"pluginAlias": "@apollo-annotation/cli",
|
|
1550
|
-
"pluginName": "@apollo-annotation/cli",
|
|
1551
|
-
"pluginType": "core",
|
|
1552
|
-
"strict": true,
|
|
1553
|
-
"summary": "Get reference sequences",
|
|
1554
|
-
"enableJsonFlag": false,
|
|
1555
|
-
"isESM": true,
|
|
1556
|
-
"relativePath": [
|
|
1557
|
-
"dist",
|
|
1558
|
-
"commands",
|
|
1559
|
-
"refseq",
|
|
1560
|
-
"get.js"
|
|
1561
|
-
]
|
|
1562
|
-
},
|
|
1563
1563
|
"user:get": {
|
|
1564
1564
|
"aliases": [],
|
|
1565
1565
|
"args": {},
|
|
@@ -1628,5 +1628,5 @@
|
|
|
1628
1628
|
]
|
|
1629
1629
|
}
|
|
1630
1630
|
},
|
|
1631
|
-
"version": "0.1.
|
|
1631
|
+
"version": "0.1.17"
|
|
1632
1632
|
}
|