chandkc / HTVS

0 stars 0 forks source link

UserID not found when SDF used as ligand input file format #32

Closed SumedhaBhosale closed 1 year ago

SumedhaBhosale commented 1 year ago

Hi,

UserID column is blank in case of SDF file format. Please check. Attaching screenshot.

HTVS_SDF

sanvidat commented 1 year ago

Bug fixed.

SumedhaBhosale commented 1 year ago

coconut_Ayurveda.zip

Input taken from - https://coconut.naturalproducts.net/

chandkc commented 1 year ago

Observations:

  1. SDF is in some different format. The compound identifier is placed somewhere (not an usual place).
  2. SDF is in 2D.
chandkc commented 1 year ago

Q. How many types of SDF format exists?

chandkc commented 1 year ago
  1. SDF's recommended format (esp. compound name, compound id, molecule name) in the i button.
  2. If any compound name is blank, prompt user.
chandkc commented 1 year ago
  1. SDFs/PDBs are converted to SMILES.
  2. For SDF, Compound name is recommended. (Refer Manual for detail)
chandkc commented 1 year ago

For Manual: @LobeliaG. Upload HTVS SDF format Placement of compound name, compound id, molecule name for SDF format.

  1. Two compounds in a file containing multiple compounds are separated by $$$$.
  2. The first line after $$$$ is the placeholder for the compound name.
  3. User can choose to identify the compound at this placeholder.
  4. For only one compound, the first line is the compound name placeholder.

Unavailable entry in the Compound Name column of HTVS Summary (.csv) file denotes the compound name placeholder is blank.

chandkc commented 1 year ago

INFO: Compound name is not found in the input file(s).

LobeliaG commented 1 year ago

For Manual: @LobeliaG. Upload HTVS SDF format

Placement of compound name, compound id, molecule name for SDF format.

  1. Two compounds in a file containing multiple compounds are separated by $$$$.
  2. The first line after $$$$ is the placeholder for the compound name.
  3. User can choose to identify the compound at this placeholder.
  4. For only one compound, the first line is the compound name placeholder.

Unavailable entry in the Compound Name column of HTVS Summary (.csv) file denotes the compound name placeholder is blank.

Done.

chandkc commented 1 year ago

fixed.