# Copyright (c) 2019 10X Genomics, Inc. All rights reserved.
ESSENTIAL_CRISPR_FILES = [
    "cells_per_protospacer.json",
    "protospacer_calls_summary.csv",
    "protospacer_umi_thresholds.json",
]
CRISPR_ANALYSIS_FILE_NAMES = [
    "feature_reference.csv",
    "protospacer_calls_summary.csv",
    "protospacer_calls_per_cell.csv",
    "cells_per_protospacer.json",
    "protospacer_umi_thresholds.csv",
    "protospacer_umi_thresholds.json",
    "perturbation_efficiencies_by_feature.csv",
    "perturbation_efficiencies_by_target.csv",
]
