#!/bin/bash
#SBATCH --partition=cpu_medium,cpu_long
#SBATCH --nodes=1
#SBATCH --mem=64G
#SBATCH --cpus-per-task=8
#SBATCH --time=3-00:00:00
#SBATCH --job-name=s3_merge_inference
#SBATCH --output=../logs_with_lncrna/%x_%j.out
#SBATCH --error=../logs_with_lncrna/%x_%j.out

module load anaconda3/gpu/new
source $(conda info --base)/etc/profile.d/conda.sh
conda activate chromni

cd ../
ln -sf config_KG1_with_lncrna.yaml config.yaml
python -u s3_merge_inference.py
