#!/bin/sh #SBATCH --partition=maxwell,cfel #SBATCH --time=24:00:00 #SBATCH --nodes=1 #SBATCH --job-name 5HT2B-all #SBATCH --output 5HT2B-all-%N-%j.out #SBATCH --error 5HT2B-all-%N-%j.err #SBATCH --mail-type FAIL #SBATCH --mail-user thomas.white@desy.de #source /gpfs/cfel/cxi/common/cfelsoft-rh7/setup.sh #module load crystallography/latest #export PATH=/install/bin:$PATH source /gpfs/cfel/cxi/common/public/cfelsoft-rh7-public/conda-setup.sh conda activate cfel_crystallography indexamajig -i files.lst -o peaks.stream -j `nproc` -g 5HT2B-Liu-2013.geom --peaks=peakfinder8 --threshold=800 --min-pix-count=1 --min-snr=3 --indexing=none