Novartis / cellxgene-gateway

Cellxgene Gateway allows you to use the Cellxgene Server provided by the Chan Zuckerberg Institute (https://github.com/chanzuckerberg/cellxgene) with multiple datasets.
Apache License 2.0
55 stars 32 forks source link

Allow custom cellxgene config to be specified for cellxgene server processes #58

Closed alokito closed 2 years ago

alokito commented 2 years ago

Sometimes it is handy to override the cellxgene configuration in jobs that are launched. This could be accomplished by adding a new CELLXGENE_CONFIG environment variable that could be used to pass the --config-file parameter to cellxgene processes when they are launched.

alokito commented 2 years ago

This can already be handled by setting CELLXGENE_ARGS="--config-file ". There isn't much of an advantage to having an additional environment variable.