Skip to content
Snippets Groups Projects
Commit e1bde7af authored by aucomte's avatar aucomte
Browse files

ajout script bash

parent cc2f0cad
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
############ SLURM CONFIGURATION ###################
#SBATCH --partition=highmemdell
#SBATCH --nodelist=node30
#SBATCH --job-name=RNAja
#SBATCH --output=RNAja-out
#SBATCH -N 1
#SBATCH -n 20
#SBATCH --time=120:00:00
############################################################
# sbatch launch_RNAja.sh config.yaml
# module load
module load system/python/3.7.2
module load system/singularity/3.6.0
module load system/Miniconda3/1.0
RNAja run_local -c ${CONFIG} -t 20
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment