Runall.sh

From DISI
Revision as of 19:01, 15 April 2020 by Frodo (talk | contribs) (asdf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#!/usr/bin/env bash

for i in x??;
do

   source /mnt/nfs/home/devtest/anaconda3/bin/activate my-rdkit-env

   python /nfs/home/jyoung/code/fine_tranche_hlogp_scripts/rdkit_hlogp_batch.py
$i 10000
done