@apollo-annotation/cli 1.1.0 → 1.1.2
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 +133 -87
- package/dist/ApolloConf.d.ts.map +1 -1
- package/dist/ApolloConf.js +14 -3
- package/dist/ApolloConf.js.map +1 -1
- package/dist/baseCommand.d.ts +37 -1
- package/dist/baseCommand.d.ts.map +1 -1
- package/dist/baseCommand.js +226 -9
- package/dist/baseCommand.js.map +1 -1
- package/dist/commands/assembly/add-from-fasta.d.ts +8 -8
- package/dist/commands/assembly/add-from-fasta.d.ts.map +1 -1
- package/dist/commands/assembly/add-from-fasta.js +20 -16
- package/dist/commands/assembly/add-from-fasta.js.map +1 -1
- package/dist/commands/assembly/add-from-gff.d.ts +5 -5
- package/dist/commands/assembly/add-from-gff.d.ts.map +1 -1
- package/dist/commands/assembly/add-from-gff.js +2 -4
- package/dist/commands/assembly/add-from-gff.js.map +1 -1
- package/dist/commands/assembly/check.d.ts +3 -3
- package/dist/commands/assembly/check.d.ts.map +1 -1
- package/dist/commands/assembly/check.js +10 -48
- package/dist/commands/assembly/check.js.map +1 -1
- package/dist/commands/assembly/delete.d.ts +2 -2
- package/dist/commands/assembly/delete.d.ts.map +1 -1
- package/dist/commands/assembly/delete.js +4 -5
- package/dist/commands/assembly/delete.js.map +1 -1
- package/dist/commands/assembly/get.d.ts +1 -1
- package/dist/commands/assembly/get.d.ts.map +1 -1
- package/dist/commands/assembly/get.js +3 -5
- package/dist/commands/assembly/get.js.map +1 -1
- package/dist/commands/assembly/sequence.d.ts +4 -4
- package/dist/commands/assembly/sequence.d.ts.map +1 -1
- package/dist/commands/assembly/sequence.js +9 -29
- package/dist/commands/assembly/sequence.js.map +1 -1
- package/dist/commands/change/get.d.ts +1 -1
- package/dist/commands/change/get.d.ts.map +1 -1
- package/dist/commands/change/get.js +3 -5
- package/dist/commands/change/get.js.map +1 -1
- package/dist/commands/config.d.ts +4 -4
- package/dist/commands/config.d.ts.map +1 -1
- package/dist/commands/config.js +12 -19
- package/dist/commands/config.js.map +1 -1
- package/dist/commands/export/gff3.d.ts +2 -2
- package/dist/commands/export/gff3.d.ts.map +1 -1
- package/dist/commands/export/gff3.js +4 -26
- package/dist/commands/export/gff3.js.map +1 -1
- package/dist/commands/feature/add-child.d.ts +4 -4
- package/dist/commands/feature/add-child.d.ts.map +1 -1
- package/dist/commands/feature/add-child.js +6 -32
- package/dist/commands/feature/add-child.js.map +1 -1
- package/dist/commands/feature/add.d.ts +7 -18
- package/dist/commands/feature/add.d.ts.map +1 -1
- package/dist/commands/feature/add.js +4 -57
- package/dist/commands/feature/add.js.map +1 -1
- package/dist/commands/feature/check.d.ts +3 -2
- package/dist/commands/feature/check.d.ts.map +1 -1
- package/dist/commands/feature/check.js +16 -35
- package/dist/commands/feature/check.js.map +1 -1
- package/dist/commands/feature/copy.d.ts +4 -4
- package/dist/commands/feature/copy.d.ts.map +1 -1
- package/dist/commands/feature/copy.js +6 -32
- package/dist/commands/feature/copy.js.map +1 -1
- package/dist/commands/feature/delete.d.ts +4 -3
- package/dist/commands/feature/delete.d.ts.map +1 -1
- package/dist/commands/feature/delete.js +25 -46
- package/dist/commands/feature/delete.js.map +1 -1
- package/dist/commands/feature/edit-attribute.d.ts +4 -4
- package/dist/commands/feature/edit-attribute.d.ts.map +1 -1
- package/dist/commands/feature/edit-attribute.js +4 -24
- package/dist/commands/feature/edit-attribute.js.map +1 -1
- package/dist/commands/feature/edit-coords.d.ts +3 -3
- package/dist/commands/feature/edit-coords.d.ts.map +1 -1
- package/dist/commands/feature/edit-coords.js +4 -24
- package/dist/commands/feature/edit-coords.js.map +1 -1
- package/dist/commands/feature/edit-type.d.ts +2 -2
- package/dist/commands/feature/edit-type.d.ts.map +1 -1
- package/dist/commands/feature/edit-type.js +4 -24
- package/dist/commands/feature/edit-type.js.map +1 -1
- package/dist/commands/feature/edit.d.ts +1 -1
- package/dist/commands/feature/edit.d.ts.map +1 -1
- package/dist/commands/feature/edit.js +2 -18
- package/dist/commands/feature/edit.js.map +1 -1
- package/dist/commands/feature/get-id.d.ts +1 -1
- package/dist/commands/feature/get-id.d.ts.map +1 -1
- package/dist/commands/feature/get-id.js +5 -15
- package/dist/commands/feature/get-id.js.map +1 -1
- package/dist/commands/feature/get-indexed-id.d.ts +3 -3
- package/dist/commands/feature/get-indexed-id.d.ts.map +1 -1
- package/dist/commands/feature/get-indexed-id.js +3 -20
- package/dist/commands/feature/get-indexed-id.js.map +1 -1
- package/dist/commands/feature/get.d.ts +4 -4
- package/dist/commands/feature/get.d.ts.map +1 -1
- package/dist/commands/feature/get.js +4 -21
- package/dist/commands/feature/get.js.map +1 -1
- package/dist/commands/feature/import.d.ts +4 -4
- package/dist/commands/feature/import.d.ts.map +1 -1
- package/dist/commands/feature/import.js +4 -21
- package/dist/commands/feature/import.js.map +1 -1
- package/dist/commands/feature/search.d.ts +2 -2
- package/dist/commands/feature/search.d.ts.map +1 -1
- package/dist/commands/feature/search.js +9 -28
- package/dist/commands/feature/search.js.map +1 -1
- package/dist/commands/file/delete.d.ts +2 -1
- package/dist/commands/file/delete.d.ts.map +1 -1
- package/dist/commands/file/delete.js +12 -21
- package/dist/commands/file/delete.js.map +1 -1
- package/dist/commands/file/download.d.ts +2 -2
- package/dist/commands/file/download.d.ts.map +1 -1
- package/dist/commands/file/download.js +3 -7
- package/dist/commands/file/download.js.map +1 -1
- package/dist/commands/file/get.d.ts +1 -1
- package/dist/commands/file/get.d.ts.map +1 -1
- package/dist/commands/file/get.js +2 -4
- package/dist/commands/file/get.js.map +1 -1
- package/dist/commands/file/upload.d.ts +4 -4
- package/dist/commands/file/upload.d.ts.map +1 -1
- package/dist/commands/file/upload.js +3 -7
- package/dist/commands/file/upload.js.map +1 -1
- package/dist/commands/jbrowse/desktop.d.ts +4 -4
- package/dist/commands/jbrowse/get-config.d.ts.map +1 -1
- package/dist/commands/jbrowse/get-config.js +1 -7
- package/dist/commands/jbrowse/get-config.js.map +1 -1
- package/dist/commands/jbrowse/set-config.d.ts +1 -1
- package/dist/commands/jbrowse/set-config.d.ts.map +1 -1
- package/dist/commands/jbrowse/set-config.js +1 -19
- package/dist/commands/jbrowse/set-config.js.map +1 -1
- package/dist/commands/login.d.ts +5 -5
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/login.js +8 -7
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.d.ts.map +1 -1
- package/dist/commands/logout.js +2 -6
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/refseq/add-alias.d.ts +2 -2
- package/dist/commands/refseq/add-alias.d.ts.map +1 -1
- package/dist/commands/refseq/add-alias.js +2 -21
- package/dist/commands/refseq/add-alias.js.map +1 -1
- package/dist/commands/refseq/get.d.ts +1 -1
- package/dist/commands/refseq/get.d.ts.map +1 -1
- package/dist/commands/refseq/get.js +3 -5
- package/dist/commands/refseq/get.js.map +1 -1
- package/dist/commands/status.d.ts.map +1 -1
- package/dist/commands/status.js +2 -6
- package/dist/commands/status.js.map +1 -1
- package/dist/commands/user/get.d.ts +2 -2
- package/dist/commands/user/get.d.ts.map +1 -1
- package/dist/commands/user/get.js +1 -4
- package/dist/commands/user/get.js.map +1 -1
- package/dist/fileCommand.d.ts +2 -1
- package/dist/fileCommand.d.ts.map +1 -1
- package/dist/fileCommand.js +18 -11
- package/dist/fileCommand.js.map +1 -1
- package/dist/test/test.js +154 -30
- package/dist/test/test.js.map +1 -1
- package/dist/test/utils.d.ts.map +1 -1
- package/dist/test/utils.js +15 -2
- package/dist/test/utils.js.map +1 -1
- package/dist/utils.d.ts +1 -21
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +1 -234
- package/dist/utils.js.map +1 -1
- package/oclif.manifest.json +803 -515
- package/package.json +14 -15
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/1.1.
|
|
19
|
+
@apollo-annotation/cli/1.1.2 linux-x64 node-v24.14.1
|
|
20
20
|
$ apollo --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ apollo COMMAND
|
|
@@ -56,7 +56,7 @@ USAGE
|
|
|
56
56
|
- [`apollo file download`](#apollo-file-download)
|
|
57
57
|
- [`apollo file get`](#apollo-file-get)
|
|
58
58
|
- [`apollo file upload INPUT-FILE`](#apollo-file-upload-input-file)
|
|
59
|
-
- [`apollo help [
|
|
59
|
+
- [`apollo help [COMMAND]`](#apollo-help-command)
|
|
60
60
|
- [`apollo jbrowse desktop JBROWSEFILE`](#apollo-jbrowse-desktop-jbrowsefile)
|
|
61
61
|
- [`apollo jbrowse get-config`](#apollo-jbrowse-get-config)
|
|
62
62
|
- [`apollo jbrowse set-config INPUTFILE`](#apollo-jbrowse-set-config-inputfile)
|
|
@@ -73,8 +73,8 @@ Add a new assembly from fasta input
|
|
|
73
73
|
|
|
74
74
|
```
|
|
75
75
|
USAGE
|
|
76
|
-
$ apollo assembly add-from-fasta INPUT [--profile <value>] [--config-file <value>] [
|
|
77
|
-
[--gzi <value>] [-z | -d]
|
|
76
|
+
$ apollo assembly add-from-fasta INPUT [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>] [-f]
|
|
77
|
+
[-e] [--fai <value>] [--gzi <value>] [-z | -d]
|
|
78
78
|
|
|
79
79
|
ARGUMENTS
|
|
80
80
|
INPUT Input fasta file, local or remote, or id of a previously uploaded file. For local or remote files, it is
|
|
@@ -93,6 +93,7 @@ FLAGS
|
|
|
93
93
|
--fai=<value> Fasta index of the (not-editable) fasta file
|
|
94
94
|
--gzi=<value> Gzi index of the (not-editable) fasta file
|
|
95
95
|
--profile=<value> Use credentials from this profile
|
|
96
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
96
97
|
|
|
97
98
|
DESCRIPTION
|
|
98
99
|
Add a new assembly from fasta input
|
|
@@ -117,7 +118,7 @@ EXAMPLES
|
|
|
117
118
|
```
|
|
118
119
|
|
|
119
120
|
_See code:
|
|
120
|
-
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
121
|
+
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_
|
|
121
122
|
|
|
122
123
|
## `apollo assembly add-from-gff INPUT-FILE`
|
|
123
124
|
|
|
@@ -125,8 +126,8 @@ Add new assembly from gff or gft file
|
|
|
125
126
|
|
|
126
127
|
```
|
|
127
128
|
USAGE
|
|
128
|
-
$ apollo assembly add-from-gff INPUT-FILE [--profile <value>] [--config-file <value>] [
|
|
129
|
-
|
|
129
|
+
$ apollo assembly add-from-gff INPUT-FILE [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>]
|
|
130
|
+
[-o] [-f] [--no-strict]
|
|
130
131
|
|
|
131
132
|
ARGUMENTS
|
|
132
133
|
INPUT-FILE Input gff file
|
|
@@ -139,6 +140,7 @@ FLAGS
|
|
|
139
140
|
--no-strict If any feature lines in the GFF3 can't be processed, skip them instead of aborting the
|
|
140
141
|
import
|
|
141
142
|
--profile=<value> Use credentials from this profile
|
|
143
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
142
144
|
|
|
143
145
|
DESCRIPTION
|
|
144
146
|
Add new assembly from gff or gft file
|
|
@@ -156,7 +158,7 @@ EXAMPLES
|
|
|
156
158
|
```
|
|
157
159
|
|
|
158
160
|
_See code:
|
|
159
|
-
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
161
|
+
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_
|
|
160
162
|
|
|
161
163
|
## `apollo assembly check`
|
|
162
164
|
|
|
@@ -164,7 +166,8 @@ Add, view, or delete checks to assembly
|
|
|
164
166
|
|
|
165
167
|
```
|
|
166
168
|
USAGE
|
|
167
|
-
$ apollo assembly check [--profile <value>] [--config-file <value>] [
|
|
169
|
+
$ apollo assembly check [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>] [-c
|
|
170
|
+
<value>...] [-d]
|
|
168
171
|
|
|
169
172
|
FLAGS
|
|
170
173
|
-a, --assembly=<value> Manage checks in this assembly
|
|
@@ -172,6 +175,7 @@ FLAGS
|
|
|
172
175
|
-d, --delete Delete (instead of adding) checks
|
|
173
176
|
--config-file=<value> Use this config file (mostly for testing)
|
|
174
177
|
--profile=<value> Use credentials from this profile
|
|
178
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
175
179
|
|
|
176
180
|
DESCRIPTION
|
|
177
181
|
Add, view, or delete checks to assembly
|
|
@@ -198,7 +202,7 @@ EXAMPLES
|
|
|
198
202
|
```
|
|
199
203
|
|
|
200
204
|
_See code:
|
|
201
|
-
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
205
|
+
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/assembly/check.ts)_
|
|
202
206
|
|
|
203
207
|
## `apollo assembly delete`
|
|
204
208
|
|
|
@@ -206,13 +210,14 @@ Delete assemblies
|
|
|
206
210
|
|
|
207
211
|
```
|
|
208
212
|
USAGE
|
|
209
|
-
$ apollo assembly delete -a <value
|
|
213
|
+
$ apollo assembly delete -a <value>... [--profile <value>] [--config-file <value>] [--timeout <value>] [-v]
|
|
210
214
|
|
|
211
215
|
FLAGS
|
|
212
216
|
-a, --assembly=<value>... (required) Assembly names or IDs to delete
|
|
213
217
|
-v, --verbose Print to stdout the array of assemblies deleted
|
|
214
218
|
--config-file=<value> Use this config file (mostly for testing)
|
|
215
219
|
--profile=<value> Use credentials from this profile
|
|
220
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
216
221
|
|
|
217
222
|
DESCRIPTION
|
|
218
223
|
Delete assemblies
|
|
@@ -226,7 +231,7 @@ EXAMPLES
|
|
|
226
231
|
```
|
|
227
232
|
|
|
228
233
|
_See code:
|
|
229
|
-
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
234
|
+
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/assembly/delete.ts)_
|
|
230
235
|
|
|
231
236
|
## `apollo assembly get`
|
|
232
237
|
|
|
@@ -234,12 +239,13 @@ Get available assemblies
|
|
|
234
239
|
|
|
235
240
|
```
|
|
236
241
|
USAGE
|
|
237
|
-
$ apollo assembly get [--profile <value>] [--config-file <value>] [-a <value
|
|
242
|
+
$ apollo assembly get [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>...]
|
|
238
243
|
|
|
239
244
|
FLAGS
|
|
240
245
|
-a, --assembly=<value>... Get assemblies in this list of names or IDs
|
|
241
246
|
--config-file=<value> Use this config file (mostly for testing)
|
|
242
247
|
--profile=<value> Use credentials from this profile
|
|
248
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
243
249
|
|
|
244
250
|
DESCRIPTION
|
|
245
251
|
Get available assemblies
|
|
@@ -248,7 +254,7 @@ DESCRIPTION
|
|
|
248
254
|
```
|
|
249
255
|
|
|
250
256
|
_See code:
|
|
251
|
-
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
257
|
+
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/assembly/get.ts)_
|
|
252
258
|
|
|
253
259
|
## `apollo assembly sequence`
|
|
254
260
|
|
|
@@ -256,8 +262,8 @@ Get reference sequence in fasta format
|
|
|
256
262
|
|
|
257
263
|
```
|
|
258
264
|
USAGE
|
|
259
|
-
$ apollo assembly sequence [--profile <value>] [--config-file <value>] [
|
|
260
|
-
<value>]
|
|
265
|
+
$ apollo assembly sequence [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>] [-r <value>]
|
|
266
|
+
[-s <value>] [-e <value>]
|
|
261
267
|
|
|
262
268
|
FLAGS
|
|
263
269
|
-a, --assembly=<value> Find input reference sequence in this assembly
|
|
@@ -266,6 +272,7 @@ FLAGS
|
|
|
266
272
|
-s, --start=<value> [default: 1] Start coordinate (1-based)
|
|
267
273
|
--config-file=<value> Use this config file (mostly for testing)
|
|
268
274
|
--profile=<value> Use credentials from this profile
|
|
275
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
269
276
|
|
|
270
277
|
DESCRIPTION
|
|
271
278
|
Get reference sequence in fasta format
|
|
@@ -283,7 +290,7 @@ EXAMPLES
|
|
|
283
290
|
```
|
|
284
291
|
|
|
285
292
|
_See code:
|
|
286
|
-
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
293
|
+
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/assembly/sequence.ts)_
|
|
287
294
|
|
|
288
295
|
## `apollo change get`
|
|
289
296
|
|
|
@@ -291,12 +298,13 @@ Get list of changes
|
|
|
291
298
|
|
|
292
299
|
```
|
|
293
300
|
USAGE
|
|
294
|
-
$ apollo change get [--profile <value>] [--config-file <value>] [-a <value
|
|
301
|
+
$ apollo change get [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>...]
|
|
295
302
|
|
|
296
303
|
FLAGS
|
|
297
304
|
-a, --assembly=<value>... Get changes only for these assembly names or IDs (but see description)
|
|
298
305
|
--config-file=<value> Use this config file (mostly for testing)
|
|
299
306
|
--profile=<value> Use credentials from this profile
|
|
307
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
300
308
|
|
|
301
309
|
DESCRIPTION
|
|
302
310
|
Get list of changes
|
|
@@ -307,7 +315,7 @@ DESCRIPTION
|
|
|
307
315
|
```
|
|
308
316
|
|
|
309
317
|
_See code:
|
|
310
|
-
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
318
|
+
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/change/get.ts)_
|
|
311
319
|
|
|
312
320
|
## `apollo config [KEY] [VALUE]`
|
|
313
321
|
|
|
@@ -315,16 +323,18 @@ Get or set apollo configuration options
|
|
|
315
323
|
|
|
316
324
|
```
|
|
317
325
|
USAGE
|
|
318
|
-
$ apollo config [KEY] [VALUE] [--profile <value>] [
|
|
326
|
+
$ apollo config [KEY] [VALUE] [--profile <value>] [--config-file <value>] [--timeout <value>]
|
|
327
|
+
[--get-config-file]
|
|
319
328
|
|
|
320
329
|
ARGUMENTS
|
|
321
|
-
KEY Name of configuration parameter
|
|
322
|
-
VALUE Parameter value
|
|
330
|
+
[KEY] Name of configuration parameter
|
|
331
|
+
[VALUE] Parameter value
|
|
323
332
|
|
|
324
333
|
FLAGS
|
|
325
334
|
--config-file=<value> Use this config file (mostly for testing)
|
|
326
335
|
--get-config-file Return the path to the config file and exit (this file may not exist yet)
|
|
327
336
|
--profile=<value> Profile to create or edit
|
|
337
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
328
338
|
|
|
329
339
|
DESCRIPTION
|
|
330
340
|
Get or set apollo configuration options
|
|
@@ -359,7 +369,7 @@ EXAMPLES
|
|
|
359
369
|
```
|
|
360
370
|
|
|
361
371
|
_See code:
|
|
362
|
-
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
372
|
+
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/config.ts)_
|
|
363
373
|
|
|
364
374
|
## `apollo export gff3 ASSEMBLY`
|
|
365
375
|
|
|
@@ -367,7 +377,7 @@ Export the annotations for an assembly to stdout as gff3
|
|
|
367
377
|
|
|
368
378
|
```
|
|
369
379
|
USAGE
|
|
370
|
-
$ apollo export gff3 ASSEMBLY [--profile <value>] [--config-file <value>] [--include-fasta]
|
|
380
|
+
$ apollo export gff3 ASSEMBLY [--profile <value>] [--config-file <value>] [--timeout <value>] [--include-fasta]
|
|
371
381
|
|
|
372
382
|
ARGUMENTS
|
|
373
383
|
ASSEMBLY Export annotations for this assembly name or id
|
|
@@ -376,6 +386,7 @@ FLAGS
|
|
|
376
386
|
--config-file=<value> Use this config file (mostly for testing)
|
|
377
387
|
--include-fasta Include fasta sequence in output
|
|
378
388
|
--profile=<value> Use credentials from this profile
|
|
389
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
379
390
|
|
|
380
391
|
DESCRIPTION
|
|
381
392
|
Export the annotations for an assembly to stdout as gff3
|
|
@@ -387,7 +398,7 @@ EXAMPLES
|
|
|
387
398
|
```
|
|
388
399
|
|
|
389
400
|
_See code:
|
|
390
|
-
[src/commands/export/gff3.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
401
|
+
[src/commands/export/gff3.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/export/gff3.ts)_
|
|
391
402
|
|
|
392
403
|
## `apollo feature add [FEATURE-JSON]`
|
|
393
404
|
|
|
@@ -395,11 +406,11 @@ Add one or more features to Apollo
|
|
|
395
406
|
|
|
396
407
|
```
|
|
397
408
|
USAGE
|
|
398
|
-
$ apollo feature add [FEATURE-JSON] [--profile <value>] [--config-file <value>] [
|
|
399
|
-
<value> -e <value> -t <value>] [-F <value>]
|
|
409
|
+
$ apollo feature add [FEATURE-JSON] [--profile <value>] [--config-file <value>] [--timeout <value>] [-a
|
|
410
|
+
<value>] [-r <value> -s <value> -e <value> -t <value>] [-F <value>]
|
|
400
411
|
|
|
401
412
|
ARGUMENTS
|
|
402
|
-
FEATURE-JSON Inline JSON describing the feature(s) to add. Can also be provided via stdin.
|
|
413
|
+
[FEATURE-JSON] Inline JSON describing the feature(s) to add. Can also be provided via stdin.
|
|
403
414
|
|
|
404
415
|
FLAGS
|
|
405
416
|
-F, --feature-json-file=<value> File with JSON describing the feature(s) to add
|
|
@@ -410,6 +421,7 @@ FLAGS
|
|
|
410
421
|
-t, --type=<value> Type of child feature
|
|
411
422
|
--config-file=<value> Use this config file (mostly for testing)
|
|
412
423
|
--profile=<value> Use credentials from this profile
|
|
424
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
413
425
|
|
|
414
426
|
DESCRIPTION
|
|
415
427
|
Add one or more features to Apollo
|
|
@@ -443,7 +455,7 @@ EXAMPLES
|
|
|
443
455
|
```
|
|
444
456
|
|
|
445
457
|
_See code:
|
|
446
|
-
[src/commands/feature/add.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
458
|
+
[src/commands/feature/add.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/add.ts)_
|
|
447
459
|
|
|
448
460
|
## `apollo feature add-child`
|
|
449
461
|
|
|
@@ -451,7 +463,8 @@ Add a child feature (e.g. add an exon to an mRNA)
|
|
|
451
463
|
|
|
452
464
|
```
|
|
453
465
|
USAGE
|
|
454
|
-
$ apollo feature add-child -s <value> -e <value> -t <value> [--profile <value>] [--config-file <value>] [
|
|
466
|
+
$ apollo feature add-child -s <value> -e <value> -t <value> [--profile <value>] [--config-file <value>] [--timeout
|
|
467
|
+
<value>] [-i <value>]
|
|
455
468
|
|
|
456
469
|
FLAGS
|
|
457
470
|
-e, --end=<value> (required) End coordinate of the child feature (1-based)
|
|
@@ -460,6 +473,7 @@ FLAGS
|
|
|
460
473
|
-t, --type=<value> (required) Type of child feature
|
|
461
474
|
--config-file=<value> Use this config file (mostly for testing)
|
|
462
475
|
--profile=<value> Use credentials from this profile
|
|
476
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
463
477
|
|
|
464
478
|
DESCRIPTION
|
|
465
479
|
Add a child feature (e.g. add an exon to an mRNA)
|
|
@@ -474,7 +488,7 @@ EXAMPLES
|
|
|
474
488
|
```
|
|
475
489
|
|
|
476
490
|
_See code:
|
|
477
|
-
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
491
|
+
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/add-child.ts)_
|
|
478
492
|
|
|
479
493
|
## `apollo feature check`
|
|
480
494
|
|
|
@@ -482,13 +496,15 @@ Get check results
|
|
|
482
496
|
|
|
483
497
|
```
|
|
484
498
|
USAGE
|
|
485
|
-
$ apollo feature check [--profile <value>] [--config-file <value>] [
|
|
499
|
+
$ apollo feature check [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>...] [-a
|
|
500
|
+
<value>]
|
|
486
501
|
|
|
487
502
|
FLAGS
|
|
488
503
|
-a, --assembly=<value> Get checks for this assembly
|
|
489
504
|
-i, --feature-id=<value>... Get checks for these feature identifiers
|
|
490
505
|
--config-file=<value> Use this config file (mostly for testing)
|
|
491
506
|
--profile=<value> Use credentials from this profile
|
|
507
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
492
508
|
|
|
493
509
|
DESCRIPTION
|
|
494
510
|
Get check results
|
|
@@ -507,7 +523,7 @@ EXAMPLES
|
|
|
507
523
|
```
|
|
508
524
|
|
|
509
525
|
_See code:
|
|
510
|
-
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
526
|
+
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/check.ts)_
|
|
511
527
|
|
|
512
528
|
## `apollo feature copy`
|
|
513
529
|
|
|
@@ -515,7 +531,8 @@ Copy a feature to another location
|
|
|
515
531
|
|
|
516
532
|
```
|
|
517
533
|
USAGE
|
|
518
|
-
$ apollo feature copy -r <value> -s <value> [--profile <value>] [--config-file <value>] [
|
|
534
|
+
$ apollo feature copy -r <value> -s <value> [--profile <value>] [--config-file <value>] [--timeout <value>] [-i
|
|
535
|
+
<value>] [-a <value>]
|
|
519
536
|
|
|
520
537
|
FLAGS
|
|
521
538
|
-a, --assembly=<value> Name or ID of target assembly. Not required if refseq is unique in the database
|
|
@@ -524,6 +541,7 @@ FLAGS
|
|
|
524
541
|
-s, --start=<value> (required) Start position in target reference sequence
|
|
525
542
|
--config-file=<value> Use this config file (mostly for testing)
|
|
526
543
|
--profile=<value> Use credentials from this profile
|
|
544
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
527
545
|
|
|
528
546
|
DESCRIPTION
|
|
529
547
|
Copy a feature to another location
|
|
@@ -538,7 +556,7 @@ EXAMPLES
|
|
|
538
556
|
```
|
|
539
557
|
|
|
540
558
|
_See code:
|
|
541
|
-
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
559
|
+
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/copy.ts)_
|
|
542
560
|
|
|
543
561
|
## `apollo feature delete`
|
|
544
562
|
|
|
@@ -546,7 +564,7 @@ Delete one or more features by ID
|
|
|
546
564
|
|
|
547
565
|
```
|
|
548
566
|
USAGE
|
|
549
|
-
$ apollo feature delete [--profile <value>] [--config-file <value>] [-i <value
|
|
567
|
+
$ apollo feature delete [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>...] [-f] [-n]
|
|
550
568
|
|
|
551
569
|
FLAGS
|
|
552
570
|
-f, --force Ignore non-existing features
|
|
@@ -554,6 +572,7 @@ FLAGS
|
|
|
554
572
|
-n, --dry-run Only show what would be delete
|
|
555
573
|
--config-file=<value> Use this config file (mostly for testing)
|
|
556
574
|
--profile=<value> Use credentials from this profile
|
|
575
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
557
576
|
|
|
558
577
|
DESCRIPTION
|
|
559
578
|
Delete one or more features by ID
|
|
@@ -562,7 +581,7 @@ DESCRIPTION
|
|
|
562
581
|
```
|
|
563
582
|
|
|
564
583
|
_See code:
|
|
565
|
-
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
584
|
+
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/delete.ts)_
|
|
566
585
|
|
|
567
586
|
## `apollo feature edit`
|
|
568
587
|
|
|
@@ -570,12 +589,13 @@ Edit features using an appropiate json input
|
|
|
570
589
|
|
|
571
590
|
```
|
|
572
591
|
USAGE
|
|
573
|
-
$ apollo feature edit [--profile <value>] [--config-file <value>] [-j <value>]
|
|
592
|
+
$ apollo feature edit [--profile <value>] [--config-file <value>] [--timeout <value>] [-j <value>]
|
|
574
593
|
|
|
575
594
|
FLAGS
|
|
576
595
|
-j, --json-input=<value> [default: -] Json string or json file or "-" to read json from stdin
|
|
577
596
|
--config-file=<value> Use this config file (mostly for testing)
|
|
578
597
|
--profile=<value> Use credentials from this profile
|
|
598
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
579
599
|
|
|
580
600
|
DESCRIPTION
|
|
581
601
|
Edit features using an appropiate json input
|
|
@@ -604,7 +624,7 @@ EXAMPLES
|
|
|
604
624
|
```
|
|
605
625
|
|
|
606
626
|
_See code:
|
|
607
|
-
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
627
|
+
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/edit.ts)_
|
|
608
628
|
|
|
609
629
|
## `apollo feature edit-attribute`
|
|
610
630
|
|
|
@@ -612,7 +632,8 @@ Add, edit, or view a feature attribute
|
|
|
612
632
|
|
|
613
633
|
```
|
|
614
634
|
USAGE
|
|
615
|
-
$ apollo feature edit-attribute -a <value> [--profile <value>] [--config-file <value>] [
|
|
635
|
+
$ apollo feature edit-attribute -a <value> [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>]
|
|
636
|
+
[-v <value>...] [-d]
|
|
616
637
|
|
|
617
638
|
FLAGS
|
|
618
639
|
-a, --attribute=<value> (required) Attribute key to add or edit
|
|
@@ -622,6 +643,7 @@ FLAGS
|
|
|
622
643
|
current value
|
|
623
644
|
--config-file=<value> Use this config file (mostly for testing)
|
|
624
645
|
--profile=<value> Use credentials from this profile
|
|
646
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
625
647
|
|
|
626
648
|
DESCRIPTION
|
|
627
649
|
Add, edit, or view a feature attribute
|
|
@@ -644,7 +666,7 @@ EXAMPLES
|
|
|
644
666
|
```
|
|
645
667
|
|
|
646
668
|
_See code:
|
|
647
|
-
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
669
|
+
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
|
|
648
670
|
|
|
649
671
|
## `apollo feature edit-coords`
|
|
650
672
|
|
|
@@ -652,7 +674,8 @@ Edit feature start and/or end coordinates
|
|
|
652
674
|
|
|
653
675
|
```
|
|
654
676
|
USAGE
|
|
655
|
-
$ apollo feature edit-coords [--profile <value>] [--config-file <value>] [
|
|
677
|
+
$ apollo feature edit-coords [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>] [-s <value>]
|
|
678
|
+
[-e <value>]
|
|
656
679
|
|
|
657
680
|
FLAGS
|
|
658
681
|
-e, --end=<value> New end coordinate (1-based)
|
|
@@ -660,6 +683,7 @@ FLAGS
|
|
|
660
683
|
-s, --start=<value> New start coordinate (1-based)
|
|
661
684
|
--config-file=<value> Use this config file (mostly for testing)
|
|
662
685
|
--profile=<value> Use credentials from this profile
|
|
686
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
663
687
|
|
|
664
688
|
DESCRIPTION
|
|
665
689
|
Edit feature start and/or end coordinates
|
|
@@ -678,7 +702,7 @@ EXAMPLES
|
|
|
678
702
|
```
|
|
679
703
|
|
|
680
704
|
_See code:
|
|
681
|
-
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
705
|
+
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
|
|
682
706
|
|
|
683
707
|
## `apollo feature edit-type`
|
|
684
708
|
|
|
@@ -686,13 +710,14 @@ Edit or view feature type
|
|
|
686
710
|
|
|
687
711
|
```
|
|
688
712
|
USAGE
|
|
689
|
-
$ apollo feature edit-type [--profile <value>] [--config-file <value>] [-i <value>] [-t <value>]
|
|
713
|
+
$ apollo feature edit-type [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>] [-t <value>]
|
|
690
714
|
|
|
691
715
|
FLAGS
|
|
692
716
|
-i, --feature-id=<value> [default: -] Feature ID to edit or "-" to read it from stdin
|
|
693
717
|
-t, --type=<value> Assign feature to this type. If unset return the current type
|
|
694
718
|
--config-file=<value> Use this config file (mostly for testing)
|
|
695
719
|
--profile=<value> Use credentials from this profile
|
|
720
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
696
721
|
|
|
697
722
|
DESCRIPTION
|
|
698
723
|
Edit or view feature type
|
|
@@ -702,7 +727,7 @@ DESCRIPTION
|
|
|
702
727
|
```
|
|
703
728
|
|
|
704
729
|
_See code:
|
|
705
|
-
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
730
|
+
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/edit-type.ts)_
|
|
706
731
|
|
|
707
732
|
## `apollo feature get`
|
|
708
733
|
|
|
@@ -710,8 +735,8 @@ Get features in assembly, reference sequence or genomic window
|
|
|
710
735
|
|
|
711
736
|
```
|
|
712
737
|
USAGE
|
|
713
|
-
$ apollo feature get [--profile <value>] [--config-file <value>] [
|
|
714
|
-
<value>]
|
|
738
|
+
$ apollo feature get [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>] [-r <value>]
|
|
739
|
+
[-s <value>] [-e <value>]
|
|
715
740
|
|
|
716
741
|
FLAGS
|
|
717
742
|
-a, --assembly=<value> Find input reference sequence in this assembly
|
|
@@ -720,6 +745,7 @@ FLAGS
|
|
|
720
745
|
-s, --start=<value> [default: 1] Start coordinate (1-based)
|
|
721
746
|
--config-file=<value> Use this config file (mostly for testing)
|
|
722
747
|
--profile=<value> Use credentials from this profile
|
|
748
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
723
749
|
|
|
724
750
|
DESCRIPTION
|
|
725
751
|
Get features in assembly, reference sequence or genomic window
|
|
@@ -736,7 +762,7 @@ EXAMPLES
|
|
|
736
762
|
```
|
|
737
763
|
|
|
738
764
|
_See code:
|
|
739
|
-
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
765
|
+
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/get.ts)_
|
|
740
766
|
|
|
741
767
|
## `apollo feature get-id`
|
|
742
768
|
|
|
@@ -744,13 +770,14 @@ Get features given their identifiers
|
|
|
744
770
|
|
|
745
771
|
```
|
|
746
772
|
USAGE
|
|
747
|
-
$ apollo feature get-id [--profile <value>] [--config-file <value>] [-i <value
|
|
773
|
+
$ apollo feature get-id [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>...]
|
|
748
774
|
|
|
749
775
|
FLAGS
|
|
750
776
|
-i, --feature-id=<value>... [default: -] Retrieves feature with these IDs. Use "-" to read IDs from stdin (one per
|
|
751
777
|
line)
|
|
752
778
|
--config-file=<value> Use this config file (mostly for testing)
|
|
753
779
|
--profile=<value> Use credentials from this profile
|
|
780
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
754
781
|
|
|
755
782
|
DESCRIPTION
|
|
756
783
|
Get features given their identifiers
|
|
@@ -764,7 +791,7 @@ EXAMPLES
|
|
|
764
791
|
```
|
|
765
792
|
|
|
766
793
|
_See code:
|
|
767
|
-
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
794
|
+
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/get-id.ts)_
|
|
768
795
|
|
|
769
796
|
## `apollo feature get-indexed-id ID`
|
|
770
797
|
|
|
@@ -772,7 +799,8 @@ Get features given an indexed identifier
|
|
|
772
799
|
|
|
773
800
|
```
|
|
774
801
|
USAGE
|
|
775
|
-
$ apollo feature get-indexed-id ID [--profile <value>] [--config-file <value>] [
|
|
802
|
+
$ apollo feature get-indexed-id ID [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>...]
|
|
803
|
+
[--topLevel]
|
|
776
804
|
|
|
777
805
|
ARGUMENTS
|
|
778
806
|
ID Indexed identifier to search for
|
|
@@ -782,6 +810,7 @@ FLAGS
|
|
|
782
810
|
assemblies
|
|
783
811
|
--config-file=<value> Use this config file (mostly for testing)
|
|
784
812
|
--profile=<value> Use credentials from this profile
|
|
813
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
785
814
|
--topLevel Return the top-level parent of the feature instead of the feature itself
|
|
786
815
|
|
|
787
816
|
DESCRIPTION
|
|
@@ -796,7 +825,7 @@ EXAMPLES
|
|
|
796
825
|
```
|
|
797
826
|
|
|
798
827
|
_See code:
|
|
799
|
-
[src/commands/feature/get-indexed-id.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
828
|
+
[src/commands/feature/get-indexed-id.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/get-indexed-id.ts)_
|
|
800
829
|
|
|
801
830
|
## `apollo feature import INPUT-FILE`
|
|
802
831
|
|
|
@@ -804,7 +833,8 @@ Import features from local gff file
|
|
|
804
833
|
|
|
805
834
|
```
|
|
806
835
|
USAGE
|
|
807
|
-
$ apollo feature import INPUT-FILE -a <value> [--profile <value>] [--config-file <value>] [
|
|
836
|
+
$ apollo feature import INPUT-FILE -a <value> [--profile <value>] [--config-file <value>] [--timeout <value>] [-d]
|
|
837
|
+
[--no-strict]
|
|
808
838
|
|
|
809
839
|
ARGUMENTS
|
|
810
840
|
INPUT-FILE Input gff file
|
|
@@ -815,6 +845,7 @@ FLAGS
|
|
|
815
845
|
--config-file=<value> Use this config file (mostly for testing)
|
|
816
846
|
--no-strict If any lines in the GFF3 can't be processed, skip them instead of aborting the import
|
|
817
847
|
--profile=<value> Use credentials from this profile
|
|
848
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
818
849
|
|
|
819
850
|
DESCRIPTION
|
|
820
851
|
Import features from local gff file
|
|
@@ -828,7 +859,7 @@ EXAMPLES
|
|
|
828
859
|
```
|
|
829
860
|
|
|
830
861
|
_See code:
|
|
831
|
-
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
862
|
+
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/import.ts)_
|
|
832
863
|
|
|
833
864
|
## `apollo feature search`
|
|
834
865
|
|
|
@@ -836,7 +867,7 @@ Free text search for feature in one or more assemblies
|
|
|
836
867
|
|
|
837
868
|
```
|
|
838
869
|
USAGE
|
|
839
|
-
$ apollo feature search -t <value> [--profile <value>] [--config-file <value>] [-a <value
|
|
870
|
+
$ apollo feature search -t <value> [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>...]
|
|
840
871
|
|
|
841
872
|
FLAGS
|
|
842
873
|
-a, --assembly=<value>... Assembly names or IDs to search; use "-" to read it from stdin. If omitted search all
|
|
@@ -844,6 +875,7 @@ FLAGS
|
|
|
844
875
|
-t, --text=<value> (required) Search for this text query
|
|
845
876
|
--config-file=<value> Use this config file (mostly for testing)
|
|
846
877
|
--profile=<value> Use credentials from this profile
|
|
878
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
847
879
|
|
|
848
880
|
DESCRIPTION
|
|
849
881
|
Free text search for feature in one or more assemblies
|
|
@@ -879,7 +911,7 @@ EXAMPLES
|
|
|
879
911
|
```
|
|
880
912
|
|
|
881
913
|
_See code:
|
|
882
|
-
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
914
|
+
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/feature/search.ts)_
|
|
883
915
|
|
|
884
916
|
## `apollo file delete`
|
|
885
917
|
|
|
@@ -887,12 +919,13 @@ Delete files from the Apollo server
|
|
|
887
919
|
|
|
888
920
|
```
|
|
889
921
|
USAGE
|
|
890
|
-
$ apollo file delete [--profile <value>] [--config-file <value>] [-i <value
|
|
922
|
+
$ apollo file delete [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>...]
|
|
891
923
|
|
|
892
924
|
FLAGS
|
|
893
925
|
-i, --file-id=<value>... [default: -] IDs of the files to delete
|
|
894
926
|
--config-file=<value> Use this config file (mostly for testing)
|
|
895
927
|
--profile=<value> Use credentials from this profile
|
|
928
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
896
929
|
|
|
897
930
|
DESCRIPTION
|
|
898
931
|
Delete files from the Apollo server
|
|
@@ -906,7 +939,7 @@ EXAMPLES
|
|
|
906
939
|
```
|
|
907
940
|
|
|
908
941
|
_See code:
|
|
909
|
-
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
942
|
+
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/file/delete.ts)_
|
|
910
943
|
|
|
911
944
|
## `apollo file download`
|
|
912
945
|
|
|
@@ -914,13 +947,14 @@ Download a file from the Apollo server
|
|
|
914
947
|
|
|
915
948
|
```
|
|
916
949
|
USAGE
|
|
917
|
-
$ apollo file download [--profile <value>] [--config-file <value>] [-i <value>] [-o <value>]
|
|
950
|
+
$ apollo file download [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>] [-o <value>]
|
|
918
951
|
|
|
919
952
|
FLAGS
|
|
920
953
|
-i, --file-id=<value> [default: -] ID of the file to download
|
|
921
954
|
-o, --output=<value> Write output to this file or "-" for stdout. Default to the name of the uploaded file.
|
|
922
955
|
--config-file=<value> Use this config file (mostly for testing)
|
|
923
956
|
--profile=<value> Use credentials from this profile
|
|
957
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
924
958
|
|
|
925
959
|
DESCRIPTION
|
|
926
960
|
Download a file from the Apollo server
|
|
@@ -934,7 +968,7 @@ EXAMPLES
|
|
|
934
968
|
```
|
|
935
969
|
|
|
936
970
|
_See code:
|
|
937
|
-
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
971
|
+
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/file/download.ts)_
|
|
938
972
|
|
|
939
973
|
## `apollo file get`
|
|
940
974
|
|
|
@@ -942,12 +976,13 @@ Get list of files uploaded to the Apollo server
|
|
|
942
976
|
|
|
943
977
|
```
|
|
944
978
|
USAGE
|
|
945
|
-
$ apollo file get [--profile <value>] [--config-file <value>] [-i <value
|
|
979
|
+
$ apollo file get [--profile <value>] [--config-file <value>] [--timeout <value>] [-i <value>...]
|
|
946
980
|
|
|
947
981
|
FLAGS
|
|
948
982
|
-i, --file-id=<value>... Get files matching this IDs
|
|
949
983
|
--config-file=<value> Use this config file (mostly for testing)
|
|
950
984
|
--profile=<value> Use credentials from this profile
|
|
985
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
951
986
|
|
|
952
987
|
DESCRIPTION
|
|
953
988
|
Get list of files uploaded to the Apollo server
|
|
@@ -961,7 +996,7 @@ EXAMPLES
|
|
|
961
996
|
```
|
|
962
997
|
|
|
963
998
|
_See code:
|
|
964
|
-
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
999
|
+
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/file/get.ts)_
|
|
965
1000
|
|
|
966
1001
|
## `apollo file upload INPUT-FILE`
|
|
967
1002
|
|
|
@@ -969,7 +1004,7 @@ Upload a local file to the Apollo server
|
|
|
969
1004
|
|
|
970
1005
|
```
|
|
971
1006
|
USAGE
|
|
972
|
-
$ apollo file upload INPUT-FILE [--profile <value>] [--config-file <value>] [-t
|
|
1007
|
+
$ apollo file upload INPUT-FILE [--profile <value>] [--config-file <value>] [--timeout <value>] [-t
|
|
973
1008
|
text/x-fasta|text/x-gff3|application/x-bgzip-fasta|text/x-fai|application/x-gzi] [-z | -d]
|
|
974
1009
|
|
|
975
1010
|
ARGUMENTS
|
|
@@ -983,6 +1018,7 @@ FLAGS
|
|
|
983
1018
|
-z, --gzip Override autodetection and instruct that input is gzip compressed
|
|
984
1019
|
--config-file=<value> Use this config file (mostly for testing)
|
|
985
1020
|
--profile=<value> Use credentials from this profile
|
|
1021
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
986
1022
|
|
|
987
1023
|
DESCRIPTION
|
|
988
1024
|
Upload a local file to the Apollo server
|
|
@@ -998,18 +1034,18 @@ EXAMPLES
|
|
|
998
1034
|
```
|
|
999
1035
|
|
|
1000
1036
|
_See code:
|
|
1001
|
-
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1037
|
+
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/file/upload.ts)_
|
|
1002
1038
|
|
|
1003
|
-
## `apollo help [
|
|
1039
|
+
## `apollo help [COMMAND]`
|
|
1004
1040
|
|
|
1005
1041
|
Display help for apollo.
|
|
1006
1042
|
|
|
1007
1043
|
```
|
|
1008
1044
|
USAGE
|
|
1009
|
-
$ apollo help [
|
|
1045
|
+
$ apollo help [COMMAND...] [-n]
|
|
1010
1046
|
|
|
1011
1047
|
ARGUMENTS
|
|
1012
|
-
|
|
1048
|
+
[COMMAND...] Command to show help for.
|
|
1013
1049
|
|
|
1014
1050
|
FLAGS
|
|
1015
1051
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -1019,7 +1055,7 @@ DESCRIPTION
|
|
|
1019
1055
|
```
|
|
1020
1056
|
|
|
1021
1057
|
_See code:
|
|
1022
|
-
[@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
1058
|
+
[@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.53/src/commands/help.ts)_
|
|
1023
1059
|
|
|
1024
1060
|
## `apollo jbrowse desktop JBROWSEFILE`
|
|
1025
1061
|
|
|
@@ -1027,7 +1063,8 @@ Generate JBrowse file for use with desktop client
|
|
|
1027
1063
|
|
|
1028
1064
|
```
|
|
1029
1065
|
USAGE
|
|
1030
|
-
$ apollo jbrowse desktop JBROWSEFILE [--profile <value>] [--config-file <value>] [
|
|
1066
|
+
$ apollo jbrowse desktop JBROWSEFILE [--profile <value>] [--config-file <value>] [--timeout <value>] [-o | -w
|
|
1067
|
+
<value>] [-f <value>]
|
|
1031
1068
|
|
|
1032
1069
|
ARGUMENTS
|
|
1033
1070
|
JBROWSEFILE Generated JBrowse file
|
|
@@ -1038,6 +1075,7 @@ FLAGS
|
|
|
1038
1075
|
-w, --open-with=<value> open generated file with specified application
|
|
1039
1076
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1040
1077
|
--profile=<value> Use credentials from this profile
|
|
1078
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1041
1079
|
|
|
1042
1080
|
DESCRIPTION
|
|
1043
1081
|
Generate JBrowse file for use with desktop client
|
|
@@ -1064,7 +1102,7 @@ EXAMPLES
|
|
|
1064
1102
|
```
|
|
1065
1103
|
|
|
1066
1104
|
_See code:
|
|
1067
|
-
[src/commands/jbrowse/desktop.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1105
|
+
[src/commands/jbrowse/desktop.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/jbrowse/desktop.ts)_
|
|
1068
1106
|
|
|
1069
1107
|
## `apollo jbrowse get-config`
|
|
1070
1108
|
|
|
@@ -1072,11 +1110,12 @@ Get JBrowse configuration from Apollo
|
|
|
1072
1110
|
|
|
1073
1111
|
```
|
|
1074
1112
|
USAGE
|
|
1075
|
-
$ apollo jbrowse get-config [--profile <value>] [--config-file <value>]
|
|
1113
|
+
$ apollo jbrowse get-config [--profile <value>] [--config-file <value>] [--timeout <value>]
|
|
1076
1114
|
|
|
1077
1115
|
FLAGS
|
|
1078
1116
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1079
1117
|
--profile=<value> Use credentials from this profile
|
|
1118
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1080
1119
|
|
|
1081
1120
|
DESCRIPTION
|
|
1082
1121
|
Get JBrowse configuration from Apollo
|
|
@@ -1090,7 +1129,7 @@ EXAMPLES
|
|
|
1090
1129
|
```
|
|
1091
1130
|
|
|
1092
1131
|
_See code:
|
|
1093
|
-
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1132
|
+
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_
|
|
1094
1133
|
|
|
1095
1134
|
## `apollo jbrowse set-config INPUTFILE`
|
|
1096
1135
|
|
|
@@ -1098,7 +1137,7 @@ Set JBrowse configuration
|
|
|
1098
1137
|
|
|
1099
1138
|
```
|
|
1100
1139
|
USAGE
|
|
1101
|
-
$ apollo jbrowse set-config INPUTFILE [--profile <value>] [--config-file <value>]
|
|
1140
|
+
$ apollo jbrowse set-config INPUTFILE [--profile <value>] [--config-file <value>] [--timeout <value>]
|
|
1102
1141
|
|
|
1103
1142
|
ARGUMENTS
|
|
1104
1143
|
INPUTFILE JBrowse configuration file
|
|
@@ -1106,6 +1145,7 @@ ARGUMENTS
|
|
|
1106
1145
|
FLAGS
|
|
1107
1146
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1108
1147
|
--profile=<value> Use credentials from this profile
|
|
1148
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1109
1149
|
|
|
1110
1150
|
DESCRIPTION
|
|
1111
1151
|
Set JBrowse configuration
|
|
@@ -1119,7 +1159,7 @@ EXAMPLES
|
|
|
1119
1159
|
```
|
|
1120
1160
|
|
|
1121
1161
|
_See code:
|
|
1122
|
-
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1162
|
+
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_
|
|
1123
1163
|
|
|
1124
1164
|
## `apollo login`
|
|
1125
1165
|
|
|
@@ -1127,8 +1167,8 @@ Login to Apollo
|
|
|
1127
1167
|
|
|
1128
1168
|
```
|
|
1129
1169
|
USAGE
|
|
1130
|
-
$ apollo login [--profile <value>] [--config-file <value>] [
|
|
1131
|
-
[--port <value>]
|
|
1170
|
+
$ apollo login [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>] [-u <value>]
|
|
1171
|
+
[-p <value>] [-f] [--port <value>]
|
|
1132
1172
|
|
|
1133
1173
|
FLAGS
|
|
1134
1174
|
-a, --address=<value> Address of Apollo server
|
|
@@ -1139,6 +1179,7 @@ FLAGS
|
|
|
1139
1179
|
--port=<value> [default: 3000] Get token by listening to this port number (usually this is >= 1024 and <
|
|
1140
1180
|
65536)
|
|
1141
1181
|
--profile=<value> Use credentials from this profile
|
|
1182
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1142
1183
|
|
|
1143
1184
|
DESCRIPTION
|
|
1144
1185
|
Login to Apollo
|
|
@@ -1158,7 +1199,7 @@ EXAMPLES
|
|
|
1158
1199
|
```
|
|
1159
1200
|
|
|
1160
1201
|
_See code:
|
|
1161
|
-
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1202
|
+
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/login.ts)_
|
|
1162
1203
|
|
|
1163
1204
|
## `apollo logout`
|
|
1164
1205
|
|
|
@@ -1166,11 +1207,12 @@ Logout of Apollo
|
|
|
1166
1207
|
|
|
1167
1208
|
```
|
|
1168
1209
|
USAGE
|
|
1169
|
-
$ apollo logout [--profile <value>] [--config-file <value>]
|
|
1210
|
+
$ apollo logout [--profile <value>] [--config-file <value>] [--timeout <value>]
|
|
1170
1211
|
|
|
1171
1212
|
FLAGS
|
|
1172
1213
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1173
1214
|
--profile=<value> Use credentials from this profile
|
|
1215
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1174
1216
|
|
|
1175
1217
|
DESCRIPTION
|
|
1176
1218
|
Logout of Apollo
|
|
@@ -1188,7 +1230,7 @@ EXAMPLES
|
|
|
1188
1230
|
```
|
|
1189
1231
|
|
|
1190
1232
|
_See code:
|
|
1191
|
-
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1233
|
+
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/logout.ts)_
|
|
1192
1234
|
|
|
1193
1235
|
## `apollo refseq add-alias INPUT-FILE`
|
|
1194
1236
|
|
|
@@ -1196,7 +1238,7 @@ Add reference name aliases from a file
|
|
|
1196
1238
|
|
|
1197
1239
|
```
|
|
1198
1240
|
USAGE
|
|
1199
|
-
$ apollo refseq add-alias INPUT-FILE -a <value> [--profile <value>] [--config-file <value>]
|
|
1241
|
+
$ apollo refseq add-alias INPUT-FILE -a <value> [--profile <value>] [--config-file <value>] [--timeout <value>]
|
|
1200
1242
|
|
|
1201
1243
|
ARGUMENTS
|
|
1202
1244
|
INPUT-FILE Input refname alias file
|
|
@@ -1205,6 +1247,7 @@ FLAGS
|
|
|
1205
1247
|
-a, --assembly=<value> (required) Name for this assembly.
|
|
1206
1248
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1207
1249
|
--profile=<value> Use credentials from this profile
|
|
1250
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1208
1251
|
|
|
1209
1252
|
DESCRIPTION
|
|
1210
1253
|
Add reference name aliases from a file
|
|
@@ -1219,7 +1262,7 @@ EXAMPLES
|
|
|
1219
1262
|
```
|
|
1220
1263
|
|
|
1221
1264
|
_See code:
|
|
1222
|
-
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1265
|
+
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/refseq/add-alias.ts)_
|
|
1223
1266
|
|
|
1224
1267
|
## `apollo refseq get`
|
|
1225
1268
|
|
|
@@ -1227,12 +1270,13 @@ Get reference sequences
|
|
|
1227
1270
|
|
|
1228
1271
|
```
|
|
1229
1272
|
USAGE
|
|
1230
|
-
$ apollo refseq get [--profile <value>] [--config-file <value>] [-a <value
|
|
1273
|
+
$ apollo refseq get [--profile <value>] [--config-file <value>] [--timeout <value>] [-a <value>...]
|
|
1231
1274
|
|
|
1232
1275
|
FLAGS
|
|
1233
1276
|
-a, --assembly=<value>... Get reference sequences for these assembly names or IDs; use - to read it from stdin
|
|
1234
1277
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1235
1278
|
--profile=<value> Use credentials from this profile
|
|
1279
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1236
1280
|
|
|
1237
1281
|
DESCRIPTION
|
|
1238
1282
|
Get reference sequences
|
|
@@ -1251,7 +1295,7 @@ EXAMPLES
|
|
|
1251
1295
|
```
|
|
1252
1296
|
|
|
1253
1297
|
_See code:
|
|
1254
|
-
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1298
|
+
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/refseq/get.ts)_
|
|
1255
1299
|
|
|
1256
1300
|
## `apollo status`
|
|
1257
1301
|
|
|
@@ -1259,11 +1303,12 @@ View authentication status
|
|
|
1259
1303
|
|
|
1260
1304
|
```
|
|
1261
1305
|
USAGE
|
|
1262
|
-
$ apollo status [--profile <value>] [--config-file <value>]
|
|
1306
|
+
$ apollo status [--profile <value>] [--config-file <value>] [--timeout <value>]
|
|
1263
1307
|
|
|
1264
1308
|
FLAGS
|
|
1265
1309
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1266
1310
|
--profile=<value> Use credentials from this profile
|
|
1311
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1267
1312
|
|
|
1268
1313
|
DESCRIPTION
|
|
1269
1314
|
View authentication status
|
|
@@ -1273,7 +1318,7 @@ DESCRIPTION
|
|
|
1273
1318
|
```
|
|
1274
1319
|
|
|
1275
1320
|
_See code:
|
|
1276
|
-
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1321
|
+
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/status.ts)_
|
|
1277
1322
|
|
|
1278
1323
|
## `apollo user get`
|
|
1279
1324
|
|
|
@@ -1281,13 +1326,14 @@ Get list of users
|
|
|
1281
1326
|
|
|
1282
1327
|
```
|
|
1283
1328
|
USAGE
|
|
1284
|
-
$ apollo user get [--profile <value>] [--config-file <value>] [-u <value>] [-r <value>]
|
|
1329
|
+
$ apollo user get [--profile <value>] [--config-file <value>] [--timeout <value>] [-u <value>] [-r <value>]
|
|
1285
1330
|
|
|
1286
1331
|
FLAGS
|
|
1287
1332
|
-r, --role=<value> Get users with this role
|
|
1288
1333
|
-u, --username=<value> Find this username
|
|
1289
1334
|
--config-file=<value> Use this config file (mostly for testing)
|
|
1290
1335
|
--profile=<value> Use credentials from this profile
|
|
1336
|
+
--timeout=<value> [default: 1h] Timeout for each request to the server
|
|
1291
1337
|
|
|
1292
1338
|
DESCRIPTION
|
|
1293
1339
|
Get list of users
|
|
@@ -1309,6 +1355,6 @@ EXAMPLES
|
|
|
1309
1355
|
```
|
|
1310
1356
|
|
|
1311
1357
|
_See code:
|
|
1312
|
-
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.
|
|
1358
|
+
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v1.1.2/packages/apollo-cli/src/commands/user/get.ts)_
|
|
1313
1359
|
|
|
1314
1360
|
<!-- commandsstop -->
|