Fix the following use cases:
Use case 1:
- Open an alignment in UGENE.
- Copy raw data with several sequences, separated by Unix/Mac OS X new line "\n", like:
ACGT AAAAA ACACTA
- Paste the data into the alignment.
Expected state: the sequences were added to the bottom of the alignment.
Bug state: a single sequence, made of the concatenated parts, is added.
Use case 2:
- Open an alignment in UGENE.
- Copy raw data with several sequences, separated by Windows new line "\r\n".
- Paste the data into the alignment.
Expected state: the sequences were added to the bottom of the alignment.
Bug state: a single sequence, made of the concatenated parts, is added.
- blocks
-
UGENE-4906 Incosistent alphabet deriving for alignments: pasting to MSA
- Closed