fastFormFields.py contains 2 Field classes and 1 Form class.
FastaTextField- FormField class allowing users to input in an HTML text area.FastaFileField- FormField class for FASTA file upload.FastaForm- Form class containing the 2 fields above.
This form class is useful for bioinformaticians who would like to validate the input/upload of FASTA sequences in forms.
myFormFields.py contains some extra field classes subclassing
from the IntegerField
PositiveIntegerFieldOptionalPositiveIntegerFieldOptionalPercentField