| set -euo pipefail | |
| SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| source "${SCRIPT_DIR}/../00_setup/env.sh" | |
| python3 "${SCRIPT_DIR}/make_random_gc_baseline.py" \ | |
| --dataset_dir "${DEEPSTARR_DIR}" \ | |
| --split valid \ | |
| --output_jsonl "${RESULT_ROOT}/controls/random_gc_matched.jsonl" \ | |
| --num_samples "${NUM_GENERATION_SAMPLES:-384}" | |