ipb-halle / GoldenMutagenesisWeb

This repository is used for the development of the GoldenMutagenesis web application
GNU Affero General Public License v3.0
0 stars 1 forks source link

Sequence input checks on page one #4

Closed sneumann closed 5 years ago

sneumann commented 5 years ago

Hi, the checks on the input sequence (length mod 3 == 0, Methionine and stop codon) should already be on page one, before proceeding to the configuration page.

culpinnis commented 5 years ago

Related to #6

culpinnis commented 5 years ago

The users wish to only have a warning for missing start or stop codons. This needs to be also addressed in ipb-halle/GoldenMutagenesis

culpinnis commented 5 years ago

Implemented without the feature request, will be a new issue.