File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,14 @@ lgd_flatten.py lightdock_lig.nm.npy lig_nm.npy
14
14
s=` ls -d swarm_* | wc -l`
15
15
swarms=$(( s- 1 ))
16
16
17
+ # Copy binary
18
+ cp ../../target/release/lightdock-rust .
19
+
17
20
# Create a task.list file for ant_thony
18
- for i in ` seq 0 $swarms ` ; do echo " cd swarm_${i} ; cp ../lightdock_1czy_protein.pdb .; cp ../lightdock_1czy_peptide.pdb .;cp ../rec_nm.npy .;cp ../lig_nm.npy .;../lightdock-rust ../setup.json ../init/initial_positions_${i} .dat 10; rm -rf lightdock_*.pdb *.npy;" >> task.list; done
21
+ for i in ` seq 0 $swarms ` ; do echo " cd swarm_${i} ; cp ../lightdock_1czy_protein.pdb .; cp ../lightdock_1czy_peptide.pdb .;cp ../rec_nm.npy .;cp ../lig_nm.npy .;cp -R ../../../data .;../ lightdock-rust ../setup.json ../init/initial_positions_${i} .dat 10 dfire ; rm -rf lightdock_*.pdb *.npy data ;" >> task.list; done
19
22
20
23
# Let ant_thony run
21
24
ant_thony.py --cores ${NUM_CORES} task.list
22
25
26
+ # Clean task.list
27
+ rm -rf task.list
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments