Identify Structural Domains in the given Sequence
×
FASTA Format Help
The input sequences must follow these rules:
- The input may or may not have a line starting with '>'.
- If the input sequence does not have a line starting with '>', a line will be added at the top '>user_input_sequence', and the entire input will be considered a single FASTA sequence of amino acids.
- For multiple sequences, each sequence must start with a line beginning with '>' containing a valid description. The allowed characters for the header are "A" to "Z", "a" to "z", "0" to "9", "_", "-", ".", ",", ;", "=", and "|" with SPACES between them. Each header must be unique.
- The allowed characters for amino acids sequences are: abcdefghiklmnpqrstuvwxyz * -
- The sequence is not case sensitive.