@apollo-annotation/cli 0.1.13 → 0.1.15

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 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.13 linux-x64 node-v18.20.3
17
+ @apollo-annotation/cli/0.1.15 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.13/packages/apollo-cli/src/commands/assembly/add-fasta.ts)_
85
+ _See code: [src/commands/assembly/add-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/assembly/add-gff.ts)_
119
+ _See code: [src/commands/assembly/add-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/assembly/check.ts)_
161
+ _See code: [src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/assembly/delete.ts)_
188
+ _See code: [src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/assembly/get.ts)_
209
+ _See code: [src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/assembly/sequence.ts)_
243
+ _See code: [src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/change/get.ts)_
267
+ _See code: [src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/config.ts)_
322
+ _See code: [src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/add-child.ts)_
352
+ _See code: [src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/check.ts)_
385
+ _See code: [src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/copy.ts)_
416
+ _See code: [src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/delete.ts)_
440
+ _See code: [src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/edit.ts)_
482
+ _See code: [src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
522
+ _See code: [src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
556
+ _See code: [src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/edit-type.ts)_
579
+ _See code: [src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/get.ts)_
612
+ _See code: [src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/get-id.ts)_
641
+ _See code: [src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/import.ts)_
669
+ _See code: [src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/feature/search.ts)_
720
+ _See code: [src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/login.ts)_
780
+ _See code: [src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/logout.ts)_
809
+ _See code: [src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/refseq/get.ts)_
841
+ _See code: [src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/status.ts)_
863
+ _See code: [src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/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.13/packages/apollo-cli/src/commands/user/get.ts)_
898
+ _See code: [src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.1.15/packages/apollo-cli/src/commands/user/get.ts)_
899
899
  <!-- commandsstop -->
@@ -1628,5 +1628,5 @@
1628
1628
  ]
1629
1629
  }
1630
1630
  },
1631
- "version": "0.1.13"
1631
+ "version": "0.1.15"
1632
1632
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apollo-annotation/cli",
3
3
  "description": "Command line interface for the Apollo annotation server",
4
- "version": "0.1.13",
4
+ "version": "0.1.15",
5
5
  "author": "Apollo Team",
6
6
  "repository": {
7
7
  "type": "git",