epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
292 stars 100 forks source link

Macro(Import FASTA): The ';' symbol is not recognized as a comment #1851

Closed Zhirnoff closed 3 months ago

Zhirnoff commented 3 months ago

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
    ;This is simple comment for this sequence > as it is
    >M18404.1 Human IgG2 lambda antibody (1B8.env reactive) gp41 coding region DNA
    GCAGTGGGAAGAGGAGCTTTGTTCCTTGGGTTCTTGGGAGCAGCAGGAAGCACTATGGGCGCAGCCTCAA

Actual behavior The ';' symbol is not recognized as a comment

Expected behavior The ';' symbol is recognized as a comment. The comments line starts with the semicolon ";" symbol and ends with newline. May contain any symbol (including ">") https://github.com/epam/Indigo/issues/1755

Desktop (please complete the following information):

Indigo version [Version 1.19.0-rc.1]

Attachments

2024-03-19_16h47_38 2024-03-19_16h47_47

AlexeyGirin commented 3 months ago

Fixed. image