#!/bin/bash
#SBATCH -J BayeScan-2.1-case
#SBATCH --partition=batch
#SBATCH --time=10:00
#SBATCH --nodes=1
#SBATCH --tasks-per-node=8

module load bayescan/2.1

bayescan2 -threads $SLURM_NTASKS test_genotype_SNP.txt
