Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1640 add cdx support #1650

Merged
merged 14 commits into from
Dec 16, 2022
Merged

#1640 add cdx support #1650

merged 14 commits into from
Dec 16, 2022

Conversation

ZaimBeshich1
Copy link
Contributor

No description provided.

@ZaimBeshich1 ZaimBeshich1 requested a review from AndreiMazol May 30, 2022 09:19
@ZaimBeshich1 ZaimBeshich1 linked an issue May 30, 2022 that may be closed by this pull request
@ZaimBeshich1 ZaimBeshich1 changed the base branch from release/2.5 to master June 14, 2022 12:24
@ZaimBeshich1 ZaimBeshich1 marked this pull request as ready for review June 14, 2022 12:25
@Mariia-Katkova Mariia-Katkova requested review from evgeniiFrolov1 and removed request for AndreiMazol July 7, 2022 15:15
@Nitvex Nitvex force-pushed the #1640-add-cdx-support branch from f6c75b3 to 21a4e88 Compare December 16, 2022 13:25
@Nitvex Nitvex force-pushed the #1640-add-cdx-support branch from 21a4e88 to 47a0dfa Compare December 16, 2022 13:34
@Nitvex Nitvex linked an issue Dec 16, 2022 that may be closed by this pull request
@Nitvex Nitvex changed the base branch from master to release/2.7 December 16, 2022 13:38
@Nitvex Nitvex force-pushed the #1640-add-cdx-support branch from 1e34fd9 to 94bb224 Compare December 16, 2022 15:35
@Nitvex Nitvex requested review from KonstantinEpam23 and removed request for evgeniiFrolov1 December 16, 2022 15:49
if (
sanitizedString[0] === '<' &&
sanitizedString.indexOf('<molecule') !== -1
) {
return SupportedFormat.cml
}

const clearStr = sanitizedString.replace(/\s/g, '')
const anyLetterAnyDigitContainsSlashesEndsWithEqualSign =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

@Nitvex Nitvex merged commit 10ce268 into release/2.7 Dec 16, 2022
@Nitvex Nitvex deleted the #1640-add-cdx-support branch December 16, 2022 15:55
Nitvex added a commit that referenced this pull request Dec 16, 2022
* add cdx format to types

* add check for cdx format

* add magic word for cdx for recognizing on server

* delete magik number

* fix format check

* update indigo to 1.7.3

* fix format check

* clear string from unnecessary info

* clear string from \n symbols from clipboard

* update indigo version

Co-authored-by: Nikita_Vozisov <[email protected]>
Nitvex added a commit that referenced this pull request Dec 16, 2022
* add cdx format to types

* add check for cdx format

* add magic word for cdx for recognizing on server

* delete magik number

* fix format check

* update indigo to 1.7.3

* fix format check

* clear string from unnecessary info

* clear string from \n symbols from clipboard

* update indigo version

Co-authored-by: Nikita_Vozisov <[email protected]>

Co-authored-by: ZaimBeshich1 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CDX detected as MOL add cdx support
3 participants