Skip to content

Commit

Permalink
update 14082023
Browse files Browse the repository at this point in the history
  • Loading branch information
Draško Tomič committed Aug 14, 2023
1 parent a5092b6 commit bc42de5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion download_Drugbank_fasta_structures
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ do
if [ $type == P ] && [ ! -e $vini_dir/ligands/fasta_files/${drug}.fasta ]
then
echo -n "."
grep "$drug" drugbank?vocabulary.csv > tmp
#grep "$drug" drugbank?vocabulary.csv > tmp
grep "$drug" drugbank_vocabulary.csv > tmp
if [ -s tmp ]
then
inline=`head -1 tmp | awk -F',' '{print $1}'`
Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions malavini
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ do
python clean_pdb_keep_ligand.py complex_${comp_index}.pdb -ignorechain
mv complex_${comp_index}.pdb_00.pdb complex_${comp_index}.pdb
conda deactivate
#cp $vini_dir/1AKI.pdb ./complex_${comp_index}.pdb #next 4L for debug
#python ${ROSETTA_TOOLS}/clean_pdb.py complex_${comp_index}.pdb A #clean receptor
#mv complex_${comp_index}_A.pdb complex_${comp_index}.pdb
#rm *fasta
else
obabel $comp_source/complex_${comp_index}.pdbqt -O complex_${comp_index}.pdb
fi
Expand Down

0 comments on commit bc42de5

Please sign in to comment.