Enable delivery and processing of Nanopore raw run data through the cmg-bioloop instance.
Requirements:
Example SLURM job
#SBATCH -p hopper
#SBATCH -o ${SAMPLE}.out
#SBATCH -e ${SAMPLE}.err
#SBATCH --mail-type=ALL
#SBATCH --mail-user=hongao@iu.edu
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=32
#SBATCH --gpus-per-node=4
#SBATCH --mem=96gb
#SBATCH --time=48:00:00
./exmple.job
Enable delivery and processing of Nanopore raw run data through the cmg-bioloop instance.
Requirements:
Example SLURM job