#!/bin/bash 

# script1.sh
# this script is run by slurm
# it expects input.smi 
# it searches against smallworld databases
# then it runs property prediction
# combines it all into output.smi
#
# smallworld part (there are eventually 20+ SW databases to screen)
#
#
# props part (there are eventually 5 or 6 different prediction methods to run, all fast)
#
#
#
#

