We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c440ba0 + 5ba978d commit a52b3bdCopy full SHA for a52b3bd
ingest/dot_plot_genes.py
@@ -25,7 +25,7 @@ class DotPlotGenes:
25
COLLECTION_NAME = "dot_plot_genes"
26
BATCH_SIZE = 100
27
ALLOWED_FILE_TYPES = ["text/csv", "text/plain", "text/tab-separated-values"]
28
- EXP_WRITER_SETTINGS = {"output_format": "dict", "sparse": True}
+ EXP_WRITER_SETTINGS = {"output_format": "dict", "sparse": True, "delocalize": False}
29
denominator = 2 if re.match('darwin', sys.platform) else 1
30
num_cores = int(multiprocessing.cpu_count() / denominator) - 1
31
dev_logger = setup_logger(__name__, "log.txt", format="support_configs")
0 commit comments