@jbrowse/cli 2.11.2 → 2.12.1
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 +30 -21
- package/lib/commands/create.js +1 -1
- package/lib/commands/make-pif.js +3 -4
- package/lib/commands/set-default-session.js +8 -4
- package/lib/fetchWithProxy.js +1 -1
- package/lib/types/common.js +5 -6
- package/lib/types/gff3Adapter.js +1 -2
- package/lib/types/vcfAdapter.js +1 -2
- package/lib/util.js +2 -3
- package/oclif.manifest.json +8 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -67,9 +67,9 @@ Add an assembly to a JBrowse 2 configuration
|
|
|
67
67
|
|
|
68
68
|
```
|
|
69
69
|
USAGE
|
|
70
|
-
$ jbrowse add-assembly SEQUENCE [-t indexedFasta|bgzipFasta|twoBit|chromSizes|custom] [-n <value>] [-a
|
|
71
|
-
[--displayName <value>] [--faiLocation <value>] [--gziLocation <value>] [--refNameAliasesType
|
|
72
|
-
--refNameAliases <value>] [--refNameColors <value>] [--target <value>] [--out <value>] [-h] [-l
|
|
70
|
+
$ jbrowse add-assembly SEQUENCE [-t indexedFasta|bgzipFasta|twoBit|chromSizes|custom] [-n <value>] [-a
|
|
71
|
+
<value>...] [--displayName <value>] [--faiLocation <value>] [--gziLocation <value>] [--refNameAliasesType
|
|
72
|
+
aliases|custom --refNameAliases <value>] [--refNameColors <value>] [--target <value>] [--out <value>] [-h] [-l
|
|
73
73
|
copy|symlink|move|inPlace] [--skipCheck] [--overwrite] [-f]
|
|
74
74
|
|
|
75
75
|
ARGUMENTS
|
|
@@ -205,7 +205,7 @@ EXAMPLES
|
|
|
205
205
|
```
|
|
206
206
|
|
|
207
207
|
_See code:
|
|
208
|
-
[src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
208
|
+
[src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/add-assembly.ts)_
|
|
209
209
|
|
|
210
210
|
## `jbrowse add-connection CONNECTIONURLORPATH`
|
|
211
211
|
|
|
@@ -256,7 +256,7 @@ EXAMPLES
|
|
|
256
256
|
```
|
|
257
257
|
|
|
258
258
|
_See code:
|
|
259
|
-
[src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
259
|
+
[src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/add-connection.ts)_
|
|
260
260
|
|
|
261
261
|
## `jbrowse add-track TRACK`
|
|
262
262
|
|
|
@@ -337,7 +337,7 @@ EXAMPLES
|
|
|
337
337
|
```
|
|
338
338
|
|
|
339
339
|
_See code:
|
|
340
|
-
[src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
340
|
+
[src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/add-track.ts)_
|
|
341
341
|
|
|
342
342
|
## `jbrowse add-track-json TRACK`
|
|
343
343
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
```
|
|
368
368
|
|
|
369
369
|
_See code:
|
|
370
|
-
[src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
370
|
+
[src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/add-track-json.ts)_
|
|
371
371
|
|
|
372
372
|
## `jbrowse admin-server`
|
|
373
373
|
|
|
@@ -399,7 +399,7 @@ EXAMPLES
|
|
|
399
399
|
```
|
|
400
400
|
|
|
401
401
|
_See code:
|
|
402
|
-
[src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
402
|
+
[src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/admin-server.ts)_
|
|
403
403
|
|
|
404
404
|
## `jbrowse create LOCALPATH`
|
|
405
405
|
|
|
@@ -456,7 +456,7 @@ EXAMPLES
|
|
|
456
456
|
```
|
|
457
457
|
|
|
458
458
|
_See code:
|
|
459
|
-
[src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
459
|
+
[src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/create.ts)_
|
|
460
460
|
|
|
461
461
|
## `jbrowse help [COMMAND]`
|
|
462
462
|
|
|
@@ -477,7 +477,7 @@ DESCRIPTION
|
|
|
477
477
|
```
|
|
478
478
|
|
|
479
479
|
_See code:
|
|
480
|
-
[@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.
|
|
480
|
+
[@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.3/src/commands/help.ts)_
|
|
481
481
|
|
|
482
482
|
## `jbrowse make-pif FILE`
|
|
483
483
|
|
|
@@ -507,7 +507,7 @@ EXAMPLES
|
|
|
507
507
|
```
|
|
508
508
|
|
|
509
509
|
_See code:
|
|
510
|
-
[src/commands/make-pif.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
510
|
+
[src/commands/make-pif.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/make-pif.ts)_
|
|
511
511
|
|
|
512
512
|
## `jbrowse remove-track TRACK`
|
|
513
513
|
|
|
@@ -535,7 +535,7 @@ EXAMPLES
|
|
|
535
535
|
```
|
|
536
536
|
|
|
537
537
|
_See code:
|
|
538
|
-
[src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
538
|
+
[src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/remove-track.ts)_
|
|
539
539
|
|
|
540
540
|
## `jbrowse set-default-session`
|
|
541
541
|
|
|
@@ -549,7 +549,8 @@ FLAGS
|
|
|
549
549
|
-c, --currentSession List out the current default session
|
|
550
550
|
-h, --help Show CLI help.
|
|
551
551
|
-n, --name=<value> [default: New Default Session] Give a name for the default session
|
|
552
|
-
-s, --session=<value> set path to a file containing session in json format
|
|
552
|
+
-s, --session=<value> set path to a file containing session in json format (required, unless using
|
|
553
|
+
delete/currentSession flags)
|
|
553
554
|
--delete Delete any existing default session.
|
|
554
555
|
--out=<value> synonym for target
|
|
555
556
|
--target=<value> path to config file in JB2 installation directory to write out to
|
|
@@ -558,17 +559,25 @@ DESCRIPTION
|
|
|
558
559
|
Set a default session with views and tracks
|
|
559
560
|
|
|
560
561
|
EXAMPLES
|
|
562
|
+
# set default session for the config.json in your current directory
|
|
563
|
+
|
|
561
564
|
$ jbrowse set-default-session --session /path/to/default/session.json
|
|
562
565
|
|
|
563
|
-
$ jbrowse set-default-session --target /path/to/jb2/installation/config.json
|
|
564
566
|
|
|
565
|
-
|
|
567
|
+
|
|
568
|
+
# make session.json the defaultSession on the specified target config.json file
|
|
569
|
+
|
|
570
|
+
$ jbrowse set-default-session --target /path/to/jb2/installation/config.json --session session.json
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
# print current default session
|
|
566
575
|
|
|
567
576
|
$ jbrowse set-default-session --currentSession # Prints out current default session
|
|
568
577
|
```
|
|
569
578
|
|
|
570
579
|
_See code:
|
|
571
|
-
[src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
580
|
+
[src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/set-default-session.ts)_
|
|
572
581
|
|
|
573
582
|
## `jbrowse sort-gff FILE`
|
|
574
583
|
|
|
@@ -599,7 +608,7 @@ EXAMPLES
|
|
|
599
608
|
```
|
|
600
609
|
|
|
601
610
|
_See code:
|
|
602
|
-
[src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
611
|
+
[src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/sort-gff.ts)_
|
|
603
612
|
|
|
604
613
|
## `jbrowse text-index`
|
|
605
614
|
|
|
@@ -608,8 +617,8 @@ Make a text-indexing file for any given track(s).
|
|
|
608
617
|
```
|
|
609
618
|
USAGE
|
|
610
619
|
$ jbrowse text-index [-h] [--tracks <value>] [--target <value>] [--out <value>] [--attributes <value>] [-a
|
|
611
|
-
<value>] [--force] [-q] [--perTrack] [--exclude <value>] [--prefixSize <value>] [--file <value
|
|
612
|
-
[--dryrun]
|
|
620
|
+
<value>] [--force] [-q] [--perTrack] [--exclude <value>] [--prefixSize <value>] [--file <value>...] [--fileId
|
|
621
|
+
<value>...] [--dryrun]
|
|
613
622
|
|
|
614
623
|
FLAGS
|
|
615
624
|
-a, --assemblies=<value> Specify the assembl(ies) to create an index for. If unspecified, creates an index for each
|
|
@@ -666,7 +675,7 @@ EXAMPLES
|
|
|
666
675
|
```
|
|
667
676
|
|
|
668
677
|
_See code:
|
|
669
|
-
[src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
678
|
+
[src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/text-index.ts)_
|
|
670
679
|
|
|
671
680
|
## `jbrowse upgrade [LOCALPATH]`
|
|
672
681
|
|
|
@@ -729,7 +738,7 @@ EXAMPLES
|
|
|
729
738
|
```
|
|
730
739
|
|
|
731
740
|
_See code:
|
|
732
|
-
[src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.
|
|
741
|
+
[src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.12.1/products/jbrowse-cli/src/commands/upgrade.ts)_
|
|
733
742
|
|
|
734
743
|
<!-- commandsstop -->
|
|
735
744
|
|
package/lib/commands/create.js
CHANGED
|
@@ -46,7 +46,7 @@ class Create extends base_1.default {
|
|
|
46
46
|
async checkPath(userPath) {
|
|
47
47
|
const allFiles = await fsPromises.readdir(userPath);
|
|
48
48
|
if (allFiles.length > 0) {
|
|
49
|
-
this.error(
|
|
49
|
+
this.error(`This directory (${userPath}) has existing files and could cause conflicts with create. Please choose another directory or use the force flag to overwrite existing files`, { exit: 120 });
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
async catch(error) {
|
package/lib/commands/make-pif.js
CHANGED
|
@@ -3,7 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.flipCigar = flipCigar;
|
|
7
|
+
exports.swapIndelCigar = swapIndelCigar;
|
|
8
|
+
exports.createPIF = createPIF;
|
|
7
9
|
const fs_1 = __importDefault(require("fs"));
|
|
8
10
|
const readline_1 = __importDefault(require("readline"));
|
|
9
11
|
const zlib_1 = require("zlib");
|
|
@@ -44,11 +46,9 @@ function flipCigar(cigar) {
|
|
|
44
46
|
}
|
|
45
47
|
return arr;
|
|
46
48
|
}
|
|
47
|
-
exports.flipCigar = flipCigar;
|
|
48
49
|
function swapIndelCigar(cigar) {
|
|
49
50
|
return cigar.replaceAll('D', 'K').replaceAll('I', 'D').replaceAll('K', 'I');
|
|
50
51
|
}
|
|
51
|
-
exports.swapIndelCigar = swapIndelCigar;
|
|
52
52
|
async function createPIF(filename, stream) {
|
|
53
53
|
const rl1 = filename ? getReadline(filename) : getStdReadline();
|
|
54
54
|
for await (const line of rl1) {
|
|
@@ -65,7 +65,6 @@ async function createPIF(filename, stream) {
|
|
|
65
65
|
}
|
|
66
66
|
rl1.close();
|
|
67
67
|
}
|
|
68
|
-
exports.createPIF = createPIF;
|
|
69
68
|
class MakePIF extends base_1.default {
|
|
70
69
|
async run() {
|
|
71
70
|
const { args: { file }, flags: { out, csi }, } = await this.parse(MakePIF);
|
|
@@ -25,7 +25,7 @@ class SetDefaultSession extends base_1.default {
|
|
|
25
25
|
this.exit();
|
|
26
26
|
}
|
|
27
27
|
else if (!session) {
|
|
28
|
-
this.error(`Please
|
|
28
|
+
this.error(`Please provide a --session file`, { exit: 120 });
|
|
29
29
|
}
|
|
30
30
|
else if (session) {
|
|
31
31
|
await this.writeJsonFile(this.target, {
|
|
@@ -59,15 +59,19 @@ class SetDefaultSession extends base_1.default {
|
|
|
59
59
|
}
|
|
60
60
|
SetDefaultSession.description = 'Set a default session with views and tracks';
|
|
61
61
|
SetDefaultSession.examples = [
|
|
62
|
+
'# set default session for the config.json in your current directory',
|
|
62
63
|
'$ jbrowse set-default-session --session /path/to/default/session.json',
|
|
63
|
-
'
|
|
64
|
-
'
|
|
64
|
+
'',
|
|
65
|
+
'# make session.json the defaultSession on the specified target config.json file',
|
|
66
|
+
'$ jbrowse set-default-session --target /path/to/jb2/installation/config.json --session session.json',
|
|
67
|
+
'',
|
|
68
|
+
'# print current default session',
|
|
65
69
|
'$ jbrowse set-default-session --currentSession # Prints out current default session',
|
|
66
70
|
];
|
|
67
71
|
SetDefaultSession.flags = {
|
|
68
72
|
session: core_1.Flags.string({
|
|
69
73
|
char: 's',
|
|
70
|
-
description: 'set path to a file containing session in json format',
|
|
74
|
+
description: 'set path to a file containing session in json format (required, unless using delete/currentSession flags)',
|
|
71
75
|
}),
|
|
72
76
|
name: core_1.Flags.string({
|
|
73
77
|
char: 'n',
|
package/lib/fetchWithProxy.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = fetchWithProxy;
|
|
3
4
|
const node_1 = require("node-fetch-native/node");
|
|
4
5
|
const proxy_1 = require("node-fetch-native/proxy");
|
|
5
6
|
const proxy = (0, proxy_1.createProxy)();
|
|
@@ -9,4 +10,3 @@ const proxy = (0, proxy_1.createProxy)();
|
|
|
9
10
|
function fetchWithProxy(url, options = {}) {
|
|
10
11
|
return (0, node_1.fetch)(url, { ...options, ...proxy });
|
|
11
12
|
}
|
|
12
|
-
exports.default = fetchWithProxy;
|
package/lib/types/common.js
CHANGED
|
@@ -3,7 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.createRemoteStream = createRemoteStream;
|
|
7
|
+
exports.isURL = isURL;
|
|
8
|
+
exports.guessAdapterFromFileName = guessAdapterFromFileName;
|
|
9
|
+
exports.supported = supported;
|
|
10
|
+
exports.generateMeta = generateMeta;
|
|
7
11
|
const fs_1 = __importDefault(require("fs"));
|
|
8
12
|
const path_1 = __importDefault(require("path"));
|
|
9
13
|
const fetchWithProxy_1 = __importDefault(require("../fetchWithProxy"));
|
|
@@ -14,7 +18,6 @@ async function createRemoteStream(urlIn) {
|
|
|
14
18
|
}
|
|
15
19
|
return response;
|
|
16
20
|
}
|
|
17
|
-
exports.createRemoteStream = createRemoteStream;
|
|
18
21
|
function isURL(FileName) {
|
|
19
22
|
let url;
|
|
20
23
|
try {
|
|
@@ -25,7 +28,6 @@ function isURL(FileName) {
|
|
|
25
28
|
}
|
|
26
29
|
return url.protocol === 'http:' || url.protocol === 'https:';
|
|
27
30
|
}
|
|
28
|
-
exports.isURL = isURL;
|
|
29
31
|
function makeLocation(location, protocol) {
|
|
30
32
|
if (protocol === 'uri') {
|
|
31
33
|
return {
|
|
@@ -104,7 +106,6 @@ function guessAdapterFromFileName(filePath) {
|
|
|
104
106
|
throw new Error(`Unsupported file type ${filePath}`);
|
|
105
107
|
}
|
|
106
108
|
}
|
|
107
|
-
exports.guessAdapterFromFileName = guessAdapterFromFileName;
|
|
108
109
|
function supported(type) {
|
|
109
110
|
return [
|
|
110
111
|
'Gff3TabixAdapter',
|
|
@@ -113,7 +114,6 @@ function supported(type) {
|
|
|
113
114
|
'VcfAdapter',
|
|
114
115
|
].includes(type);
|
|
115
116
|
}
|
|
116
|
-
exports.supported = supported;
|
|
117
117
|
async function generateMeta({ trackConfigs, attributes, outLocation, name, typesToExclude, assemblyNames, }) {
|
|
118
118
|
const tracks = trackConfigs.map(({ adapter, textSearching, trackId }) => ({
|
|
119
119
|
trackId,
|
|
@@ -127,4 +127,3 @@ async function generateMeta({ trackConfigs, attributes, outLocation, name, types
|
|
|
127
127
|
assemblyNames,
|
|
128
128
|
}, null, 2));
|
|
129
129
|
}
|
|
130
|
-
exports.generateMeta = generateMeta;
|
package/lib/types/gff3Adapter.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.indexGff3 =
|
|
6
|
+
exports.indexGff3 = indexGff3;
|
|
7
7
|
const cli_progress_1 = require("cli-progress");
|
|
8
8
|
const zlib_1 = require("zlib");
|
|
9
9
|
const readline_1 = __importDefault(require("readline"));
|
|
@@ -69,4 +69,3 @@ async function* indexGff3({ config, attributesToIndex, inLocation, outLocation,
|
|
|
69
69
|
}
|
|
70
70
|
progressBar.stop();
|
|
71
71
|
}
|
|
72
|
-
exports.indexGff3 = indexGff3;
|
package/lib/types/vcfAdapter.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.indexVcf =
|
|
6
|
+
exports.indexVcf = indexVcf;
|
|
7
7
|
const cli_progress_1 = require("cli-progress");
|
|
8
8
|
const zlib_1 = require("zlib");
|
|
9
9
|
const readline_1 = __importDefault(require("readline"));
|
|
@@ -74,4 +74,3 @@ async function* indexVcf({ config, attributesToIndex, inLocation, outLocation, q
|
|
|
74
74
|
}
|
|
75
75
|
progressBar.stop();
|
|
76
76
|
}
|
|
77
|
-
exports.indexVcf = indexVcf;
|
package/lib/util.js
CHANGED
|
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.getLocalOrRemoteStream = getLocalOrRemoteStream;
|
|
7
|
+
exports.decodeURIComponentNoThrow = decodeURIComponentNoThrow;
|
|
7
8
|
const common_1 = require("./types/common");
|
|
8
9
|
const fs_1 = __importDefault(require("fs"));
|
|
9
10
|
const path_1 = __importDefault(require("path"));
|
|
@@ -22,7 +23,6 @@ async function getLocalOrRemoteStream(uri, out) {
|
|
|
22
23
|
}
|
|
23
24
|
return { totalBytes, stream };
|
|
24
25
|
}
|
|
25
|
-
exports.getLocalOrRemoteStream = getLocalOrRemoteStream;
|
|
26
26
|
function decodeURIComponentNoThrow(uri) {
|
|
27
27
|
try {
|
|
28
28
|
return decodeURIComponent(uri);
|
|
@@ -32,4 +32,3 @@ function decodeURIComponentNoThrow(uri) {
|
|
|
32
32
|
return uri;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
exports.decodeURIComponentNoThrow = decodeURIComponentNoThrow;
|
package/oclif.manifest.json
CHANGED
|
@@ -783,15 +783,19 @@
|
|
|
783
783
|
"args": {},
|
|
784
784
|
"description": "Set a default session with views and tracks",
|
|
785
785
|
"examples": [
|
|
786
|
+
"# set default session for the config.json in your current directory",
|
|
786
787
|
"$ jbrowse set-default-session --session /path/to/default/session.json",
|
|
787
|
-
"
|
|
788
|
-
"
|
|
788
|
+
"",
|
|
789
|
+
"# make session.json the defaultSession on the specified target config.json file",
|
|
790
|
+
"$ jbrowse set-default-session --target /path/to/jb2/installation/config.json --session session.json",
|
|
791
|
+
"",
|
|
792
|
+
"# print current default session",
|
|
789
793
|
"$ jbrowse set-default-session --currentSession # Prints out current default session"
|
|
790
794
|
],
|
|
791
795
|
"flags": {
|
|
792
796
|
"session": {
|
|
793
797
|
"char": "s",
|
|
794
|
-
"description": "set path to a file containing session in json format",
|
|
798
|
+
"description": "set path to a file containing session in json format (required, unless using delete/currentSession flags)",
|
|
795
799
|
"name": "session",
|
|
796
800
|
"hasDynamicHelp": false,
|
|
797
801
|
"multiple": false,
|
|
@@ -1123,5 +1127,5 @@
|
|
|
1123
1127
|
]
|
|
1124
1128
|
}
|
|
1125
1129
|
},
|
|
1126
|
-
"version": "2.
|
|
1130
|
+
"version": "2.12.1"
|
|
1127
1131
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.1",
|
|
4
4
|
"description": "A command line tool for working with JBrowse 2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"docs:version:add": "git add README.md"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@oclif/core": "^
|
|
48
|
+
"@oclif/core": "^4.0.6",
|
|
49
49
|
"@oclif/plugin-help": "^6.0.15",
|
|
50
50
|
"boxen": "^4.2.0",
|
|
51
51
|
"chalk": "^4.1.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "20f16ae5a56ae5e4806aaa373131e540b0b5b0fd"
|
|
78
78
|
}
|