Skip to content
Permalink
d4c50b2328
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (7 sloc) 227 Bytes
#!/bin/sh
#SBATCH --ntasks=1
#SBATCH --nodes=1
#SBATCH --cpus-per-task=1
#SBATCH --array=0-7
jobid=$SLURM_ARRAY_TASK_ID
python run_get_hdf5.py --csv=./partitioned/chembl27-part$jobid.csv --ofn=chembl27_hdf5/chembl27$jobid