genrl-enhancer-diffusion / scripts /01_data /make_random_gc_baseline.sh
Ouzhang's picture
Upload folder using huggingface_hub
a80f3c0 verified
Raw
History Blame Contribute Delete
368 Bytes
#!/usr/bin/env bash
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}"