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

Macro(Import FASTA): The '>' symbol is not recognized as indicating a new sequence #1850

Closed
Zhirnoff opened this issue Mar 19, 2024 · 1 comment · Fixed by #1858 or #1861
Closed

Macro(Import FASTA): The '>' symbol is not recognized as indicating a new sequence #1850

Zhirnoff opened this issue Mar 19, 2024 · 1 comment · Fixed by #1858 or #1861
Assignees
Labels

Comments

@Zhirnoff
Copy link
Collaborator

Zhirnoff commented Mar 19, 2024

Steps to Reproduce

  1. Switch to Macro mode
  2. Paste FASTA sequence with '>'
>M18404.1 Human IgG2 lambda antibody (1B8.env reactive) gp41 coding region DNA
GCAGTGGGAAGAGGAGCTTTGTTCCTTGGGTTCTTGGGAGCAGCAGGAAGCACTATGGGCGCAGCCTCAA
>M18404.1 Human IgG2 lambda antibody (1B8.env reactive) gp41 coding region DNA
GCAGTGGGAAGAGGAGCTTTGTTCCTTGGGTTCTTGGGAGCAGCAGGAAGCACTATGGGCGCAGCCTCAA

Actual behavior
The '>' symbol is not recognized as indicating a new sequence

Expected behavior
The '>' symbol is recognized as indicating a new sequence. Each sequence should be imported as a separate molecule. The start of the sequence is the first symbol in a line after header line, the end of the sequence is the last symbol before ">"
#1755

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Chrome
  • Version 112.0.5615.138 (Official Build) (64-bit)

Indigo version
[Version 1.19.0-rc.1]

Attachments

2024-03-19_16h38_09
2024-03-19_16h38_13

@AlexeyGirin
Copy link
Collaborator

Fixed.
image

  • Indigo Toolkit Version 1.19.0-rc.2.0-g6c0e3fecf-x86_64-linux-gnu-11.2.1
  • Ketcher Version 2.20.0-rc2 Build at 2024-03-27; 08:30:51
  • Chrome Version 122.0.6261.70 (Official Build) (64-bit)
  • Win10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment