You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Comma-separated column positions, which are part of the same replica group. Can be set multiple times for multiple groups. The replica group name will be the first column, unless replica-names is set'
645
674
)
646
675
.option(
647
676
'-n, --replica-names <replicaNames...>',
648
-
'Name of the replica group. Will defaut to the first column header if not set. Can be set multiple time (for each replica group). Will match replica groups in order, whether they are multiple of single columns.'
677
+
'Name of the replica group. Will defaut to the first column header if not set. Can be set multiple time (for each replica group). Will match replica groups in order, whether they are multiple or single columns.'
649
678
)
650
679
.option(
651
680
'--public',
@@ -660,6 +689,7 @@ addExpression
660
689
constreplicaNames=opts.replicaNames||[];
661
690
constisPublic=opts.public;
662
691
constannot=opts.annot
692
+
constgenome=opts.genome
663
693
if(!(fileName&&username&&password)){
664
694
program.help();
665
695
}
@@ -669,6 +699,7 @@ addExpression
669
699
fileName,
670
700
description,
671
701
annot,
702
+
genome,
672
703
replicas,
673
704
replicaNames,
674
705
isPublic
@@ -818,6 +849,15 @@ addEggnog
818
849
.description('Add EggNog-mapper results to a running GeneNoteBook server')
0 commit comments