Align-It input format issues

46 views
Skip to first unread message

JeongSoo Na

unread,
Jul 9, 2024, 9:47:55 PM7/9/24
to Silicos-it chemoinformatics
Align-It input format issues

Hi this is JeongSoo Na, in-silico lab in Korean company.

First, I want to set process, Pharmacophore Analysis, screening, alignments, modeling ect.
But I don't know about this input formats.
Is this input format is specific in tool?

sample.png

Vadim Kotov

unread,
Jul 11, 2024, 3:30:29 AM7/11/24
to Silicos-it chemoinformatics
Hello!

I am not an expert user of Align-It, but I managed to get it to work some time ago in my project.

If I understand correctly, you need to first create a pharmacophore from your reference compound:

$ align-it -d ReferenceLigand.pdb -p Pharmacophore.phar

If you have several references, e.g. different ligands binding in the same pocket, you can create a merged pharmacophore:

$ obabel Ligand1.pdb Ligand2.pdb Ligand3.pdb -O Ligands.sdf
$ align-it -d Ligands.sdf -r Ligands.sdf -p LigandsPharmacophore.phar --merge --noNormal

Btw, align-it is distributed with a PyMOL plugin (see pymol/align-it.py) which can be used to visualize the pharmacophores.

To align a database of compounds to a pharmacophore, run the following command:

align-it -d CompoundsDatabase.sdf -r Pharmacophore.phar --refType phar -o AlignedDatabase.sdf -p DatabasePharmacophores.phar -s scores.tab

The aligned compounds will be in AlignedDatabase.sdf, and some scores and statistics will be saved to file scores.tab

Hope this helps!

JeongSoo Na

unread,
Jul 14, 2024, 10:06:41 PM7/14/24
to Silicos-it chemoinformatics
Thank U for your kindely answer, Kotov!

When I enter the input format sdf and pdb file(in only compounds), I can get this output log.화면 캡처 2024-07-15 110431.png

Can you share your test set, used in align-it or output log in test case?

Many Thanks,
JeongSoo Na
2024년 7월 11일 목요일 오후 4시 30분 29초 UTC+9에 Vadim Kotov님이 작성:

Vadim Kotov

unread,
Jul 15, 2024, 3:48:30 PM7/15/24
to Silicos-it chemoinformatics
Hello!

My commands are for align-it version 1.0.4, whereas you are running v.1.0.3, so there may be differences in the syntax. From what I remember, I had to build it from scratch, which was a true nightmare...

Anyway, I think you just need specify the database format with option:

--dbType pdb

Or use option "sdf" if your input file is SDF

Good luck!

JeongSoo Na

unread,
Jul 15, 2024, 7:25:40 PM7/15/24
to silicos-it-ch...@googlegroups.com
Thanks to you Kotov!

When I tried, I installed it with conda (v1.04 in Bioconda) but When I installed it, it was recognized as version 1.03 :(

I will try to install it with github source later.
And I'm going to experience nightmares too..

Kind regards,
JeongSoo Na


2024년 7월 16일 (화) 오전 4:48, Vadim Kotov <vadim....@gmail.com>님이 작성:
--
You received this message because you are subscribed to the Google Groups "Silicos-it chemoinformatics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to silicos-it-chemoinf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/silicos-it-chemoinformatics/380c4778-16bf-412a-82df-4365c6575effn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages