first add

This commit is contained in:
lingyuzeng
2025-08-02 21:54:31 +08:00
commit 05ce8823f8
19 changed files with 13357 additions and 0 deletions

12
submit_sdf2pdbqt.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
#DSUB -n vina_job
#DSUB -R 'cpu=128'
#DSUB -aa
#DSUB --label arm
#DSUB -o rdkit_cpu_job_%J.out
date
echo "start sdf to podbqt(ligand)"
cd /share/home/lyzeng24/rdkit_script/vina
module load mamba
micromamba run -n vina ./scripts/batch_prepare_ligands.sh ligands/sdf ligands/pdbqt/ batch_prepare_ligands.log 128
date