alchemistcai activity https://gitlab.com/alchemistcai 2024-04-10T08:15:58Z tag:gitlab.com,2024-04-10:3285218658 alchemistcai commented on issue #35 at RxDock / RxDock 2024-04-10T08:15:58Z alchemistcai alchemistcai

Weird though.In another section of the reference guide(https://rxdock.gitlab.io/documentation/devel/html/reference-guide/system-definition-file.html#sdf-cavity-mapping),the default large sphere redius is 4 A.

In its source code(https://gitlab.com/rxdock/rxdock/-/blob/master/lib/SphereSiteMapper.cxx?ref_type=heads)line 41,4A is the default.

Also,it's recommended that 10<RADIUS<20.Maybe the RADIUS is so big that it effects the performance.

Hope this helps you.

tag:gitlab.com,2024-04-10:3284895930 alchemistcai commented on issue #35 at RxDock / RxDock 2024-04-10T05:59:21Z alchemistcai alchemistcai

Using the default large sphere redius is enough.Too large redius makes the large sphere meaningless.

tag:gitlab.com,2023-12-07:3020486176 alchemistcai commented on issue #34 at RxDock / RxDock 2023-12-07T05:34:10Z alchemistcai alchemistcai

The first line of 6TRX-6TRX.prm is RBT_PARAMETER_FILE_V1.00 instead of RBT PARAMETER_FILE_V1.00.

Good luck.

tag:gitlab.com,2023-10-20:2917950372 alchemistcai commented on issue #32 at RxDock / RxDock 2023-10-20T10:09:10Z alchemistcai alchemistcai

A dirty way:

meson -Dbuildtype=release -Dtests=false some-xxx-builddir

I'm not sure why it is wrong,maybe gtest's system path changes too.

tag:gitlab.com,2023-10-17:2909445668 alchemistcai commented on issue #32 at RxDock / RxDock 2023-10-17T10:07:51Z alchemistcai alchemistcai

Rxdock didn't update for some time.

Your eigen is too new for rxdock.

Try to install libeigen3-dev 3.3.7 version according to the official install guide.

tag:gitlab.com,2023-10-17:2909140579 alchemistcai commented on issue #32 at RxDock / RxDock 2023-10-17T08:31:15Z alchemistcai alchemistcai

Yes.

Install eigen library first.

Usually,you also need to move eigens' library directory into its parent path.

It's a common problem when using cmake and eigen.I don't have computers nearby,but I'm sure there are lots of the same problem and solutions from search engines.

tag:gitlab.com,2023-05-19:2600705990 alchemistcai commented on issue #30 at RxDock / RxDock 2023-05-19T09:29:43Z alchemistcai alchemistcai

😆

tag:gitlab.com,2023-02-06:2387838921 alchemistcai opened issue #17: Esm mode supports fcitx5 input method while SL mode can&#39;t support. at Kali Linux / Packages / kali-win-kex 2023-02-06T02:02:03Z alchemistcai alchemistcai

Hello there!

I installed and configured fcitx5 in kali.

In esm mode,fcitx5 can autostart and shows input method status in notification.

Screenshot_20230206_094449

In SL mode,fcitx5 can't do that,while fcitx5 is in process.

weBDB4eMvz

In archlinux/KDE,fcitx5 stays in process but doesn't work either through tigervnc.

In archlinux/KDE,without specifying .win-kex.rdp,xrdp+mstsc can't make fcitx5 works.By copying kex's rdp configuration into archlinux,archlinux/KDE/xrdp/mstsc finally makes fcitx5 work.

What's the difference between tigervnc and xrdp that cause tigervnc not working?And how to make SL mode support fcitx5 too?

tag:gitlab.com,2022-12-09:2282305430 alchemistcai commented on issue #30 at RxDock / RxDock 2022-12-09T07:10:08Z alchemistcai alchemistcai

This warning comes from source code RbtMOL2FileSource.cxx's Parse functon,which return Warning when the given atomtype is undifined by RbtTriposAtomType.h.

This warning will prevent rbmoegrid.cxx from generating MOE grid files for cavity visualization.If you don't use MOE grids for visualization,just ignore the warning and don't set rbcavity's -m flag.Use -d flag if you still need visualization.

This warning does not affect cavity searching or docking results since Na and K alse has the AtomType UNDEFINED.By the way,rdock added Zn's ionic parameters in RbtIonicAtoms.prm.All metals with atomic id <=30 can be calculated correctly,which means that metalloenzymes that have a catalytic Fe center and so on need to modife more source codes.

For patched-rdock version,there is no easy way to supress warnings.You may try the master branch(namely,rxdock) and use rxcmd -v -2 ........ to output only errors.But rxdock may consume some time to restart learning and compiling rxdock because rxdock uses totally different strategies of organizing source codes and compiling.

Good luck anyway.

@ikmatar

tag:gitlab.com,2022-12-06:2275258225 alchemistcai commented on issue #28 at RxDock / RxDock 2022-12-06T11:45:33Z alchemistcai alchemistcai

rxdock.score.intra.dihedral.0 uses the initial conformation's score as the zero point offset.

Keep using rxdock.score.intra.dihedral is ok because Rxdock uses absolute score to compute the final score.

@sunhwan1

tag:gitlab.com,2022-12-05:2271859366 alchemistcai commented on issue #30 at RxDock / RxDock 2022-12-05T05:54:42Z alchemistcai alchemistcai

Van der Waals parameters in Tripos 5.2 force field (R = radius (Ã…); K = well depth (kcal/mol); IP = Ionization potential (eV); POL = polarisability (1025 cm3)).

Copied from rxdock's reference guide manual

According to the reference in Tripos52_vdw.prm,the Tripos 5.2 forcefield parameters come from J Comp Chem, 10 (1989) 982-1012,extended by GOLD parameters(J Mol Biol, 267 (1997) 727-748).

Gold paper mentions Zinc's coordination energy,but doesn't provide Zinc's vdw parameters,neither does Tripos 5.2.

In Sybyl-X 2.1,Zinc's TRIPOS force field TAFF's vdw radius is 1.676, K=0.1.

Using these parameters may be suitable,and citing Clark, M. , R. Iii , and N. V. Opdenbosch . "Validation of the general purpose tripos 5.2 force field." Journal of Computational Chemistry 10.8(2010):982–1012. may be enough.

@ikmatar

tag:gitlab.com,2022-10-23:2188752408 alchemistcai opened merge request !12: Fixed json files for test. at RxDock / RxDock 2022-10-23T10:48:23Z alchemistcai alchemistcai

1YET.json and 1koc.json for test miss 'sections' key,leading to FileParseError by ParameterFileSource when testing.

tag:gitlab.com,2022-10-23:2188748791 alchemistcai pushed to project branch master at alchemistcai / RxDock 2022-10-23T10:40:25Z alchemistcai alchemistcai

alchemistcai (5f7d401d) at 23 Oct 10:40

Fixed json files for test.

tag:gitlab.com,2022-10-23:2188747282 alchemistcai created project alchemistcai / RxDock 2022-10-23T10:37:11Z alchemistcai alchemistcai tag:gitlab.com,2022-10-23:2188746919 alchemistcai closed merge request !10: Add a system defination file template generator. at RxDock / RxDock 2022-10-23T10:36:30Z alchemistcai alchemistcai

*.prm files in old test sets(ASTEX_rDock_TestSet,DUD_rDock_TestSet,RNA_rDock_TestSet) cannot be parsed in branch 307d7d54.
I wrote a script to generate system defination file templates according to the files in specified directories recursively.
It can generate json files for rxcmd cavity-search -r or rxcmd dock -r in old test sets.
In my computer,several cavity-search,dock,rmsd tests were performed and no obvious wrong happened.
It can also provide some help to users who don't know how to write system defination files manually.
I didn't find which source script do this.
The default key-value pairs are inferred from the source code and test examples,which may not be completely right.
I don't know how to set the default value of segment-name to make rxdock skipping segment-name parsing.0 and false both lead to BAD_RECEPTOR_FILE error with information:File source contains zero atoms! Have you defined RECEPTOR_SEGMENT_NAME correctly?' So in this script I skippedsegment-name`.

tag:gitlab.com,2022-08-13:2053522759 alchemistcai commented on issue #29 at RxDock / RxDock 2022-08-13T00:05:00Z alchemistcai alchemistcai

Download the source code and copy SDRecord.pm to xxx/lib will work.

https://gitlab.com/rxdock/rxdock/-/raw/master/lib/SDRecord.pm?inline=false.

image

tag:gitlab.com,2022-08-11:2049539882 alchemistcai commented on issue #29 at RxDock / RxDock 2022-08-11T08:20:05Z alchemistcai alchemistcai

SDRecord.pm is in $RBT_ROOT/lib.Define the environment variable $RBT_ROOT and add $RBT_ROOT/lib to the environment variable LD_LIBRARY_PATH before using sdsort or other Perl scripts.

Read this website for more infomation about RxDock's environment variables:https://rxdock.gitlab.io/documentation/devel/html/reference-guide/configuration.html?highlight=environment

tag:gitlab.com,2021-08-25:1431930540 alchemistcai opened merge request !10: Add a system defination file template generator. at RxDock / RxDock 2021-08-25T14:01:01Z alchemistcai alchemistcai

*.prm files in old test sets(ASTEX_rDock_TestSet,DUD_rDock_TestSet,RNA_rDock_TestSet) cannot be parsed in branch 307d7d54.
I wrote a script to generate system defination file templates according to the files in specified directories recursively.
It can generate json files for rxcmd cavity-search -r or rxcmd dock -r in old test sets.
In my computer,several cavity-search,dock,rmsd tests were performed and no obvious wrong happened.
It can also provide some help to users who don't know how to write system defination files manually.
I didn't find which source script do this.
The default key-value pairs are inferred from the source code and test examples,which may not be completely right.
I don't know how to set the default value of segment-name to make rxdock skipping segment-name parsing.0 and false both lead to BAD_RECEPTOR_FILE error with information:File source contains zero atoms! Have you defined RECEPTOR_SEGMENT_NAME correctly?' So in this script I skippedsegment-name`.

tag:gitlab.com,2021-05-19:1267781068 alchemistcai opened merge request !9: changed sdreport&#39;s defaultFields and defaultedNormFields by using rxdock.score.* at RxDock / RxDock 2021-05-19T10:32:10Z alchemistcai alchemistcai

Because of the changes of score function name from SCORE.* to rxdock.score.*,sdreport can't report correctly by using the default command sdreport -l.All numbers of the output are zero.
By changing @defaultFields and @defaultedNormFields to be consistent with the main docking engine,the results turn to be correct.