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
'Whitelist a gene to include (will blacklist all other genes). Intended for getting antibody counts from empty droplets, where other types of counts are not needed. Usage --whitelist_gene Hash123',
46
46
multiple=True,
47
47
default=None)
48
+
@click.option(
49
+
'--exclude_feature_type',
50
+
help=
51
+
'Exclude a feature type from conversion (e.g. "Gene Expression", "Peaks", etc.). Usage --exclude_feature_type Peaks',
52
+
multiple=True,
53
+
default=None)
48
54
@click.option(
49
55
'--write_chunked',
50
56
help='flag to write output loom in chunked fashion (to reduce memory burden)',
0 commit comments