#!/bin/bash -l
#SBATCH -J student-9831156a
#SBATCH --output "/home/simrnaweb/SimRNAWeb/SIMULATIONS/student-9831156a/student-9831156a.log"
#SBATCH -N 2
#SBATCH --ntasks=20
#SBATCH --cpus-per-task 1
#SBATCH --time 24:00:00
#SBATCH --partition=SIMRNA
echo "DONE" >> /home/simrnaweb/SimRNAWeb/SIMULATIONS/student-9831156a/RESULTS/job_done.txt
python3 /home/simrnaweb/SimRNAWeb/pipeline/RunSimRNA.py --run-name student-9831156a --output RESULTS/ --seq /home/simrnaweb/SimRNAWeb/SIMULATIONS/student-9831156a/inputs/seq.fa --n-runs 2 --replicas 10 --method D --percentage 1 --supimp False --clust-thresh 5.1 --config /home/simrnaweb/SimRNAWeb/SIMULATIONS/student-9831156a/inputs/config.dat 