application: msbar [ documentation: "Mutate a sequence" groups: "Nucleic:Mutation, Protein:Mutation" relations: "EDAM_topic:0091 Data handling" relations: "EDAM_topic:0199 Genetic variation" relations: "EDAM_operation:0367 Sequence mutation and randomization" ] section: input [ information: "Input section" type: "page" ] seqall: sequence [ parameter: "Y" type: "any" relations: "EDAM_data:0849 Sequence record" ] seqall: othersequence [ type: "any" default: "asis:N" information: "Other sequences that the mutated result should not match" help: "If you require that the resulting mutated sequence should not match a set of other sequences, then you can specify that set of sequences here. For example, if you require that the mutated sequence should not be the same as the input sequence, enter the input sequence here. If you want the result to be different to previous results of this program, specify the previous result sequences here. The program will check that the result does not match the sequences specified here before writing it out. If a match is found, then the mutation is started again with a fresh copy of the input sequence. If, after 10 such retries, there is still a match to the set of sequence given here, then the matching mutated sequence is written with a warning message." nullok: "Y" relations: "EDAM_data:0849 Sequence record" ] endsection: input section: required [ information: "Required section" type: "page" ] integer: count [ standard: "Y" default: "1" minimum: "0" information: "Number of times to perform the mutation operations" relations: "EDAM_data:1693 Number of iterations" ] list: point [ standard: "Y" default: "0" minimum: "1" maximum: "4" header: "Point mutation operations" values: "0:None; 1:Any of the following; 2:Insertions; 3:Deletions; 4:Changes; 5:Duplications; 6:Moves" delimiter: ";" codedelimiter: ":" information: "Types of point mutations to perform" relations: "EDAM_data:2527 Parameter" ] list: block [ standard: "Y" default: "0" minimum: "1" maximum: "4" header: "Block mutation operations" values: "0:None; 1:Any of the following; 2:Insertions; 3:Deletions; 4:Changes; 5:Duplications; 6:Moves" delimiter: ";" codedelimiter: ":" information: "Types of block mutations to perform" relations: "EDAM_data:2527 Parameter" ] list: codon [ standard: "@(!$(acdprotein))" default: "0" minimum: "1" maximum: "4" header: "Codon mutation operations" values: "0:None; 1:Any of the following; 2:Insertions; 3:Deletions; 4:Changes; 5:Duplications; 6:Moves" delimiter: ";" codedelimiter: ":" information: "Types of codon mutations to perform" help: "Types of codon mutations to perform. These are only done if the sequence is nucleic." relations: "EDAM_data:2527 Parameter" ] endsection: required section: additional [ information: "Additional section" type: "page" ] boolean: inframe [ additional: "@(!$(acdprotein))" default: "N" information: "Do 'codon' and 'block' operations in frame" relations: "EDAM_data:2527 Parameter" ] endsection: additional section: advanced [ information: "Advanced section" type: "page" ] integer: minimum [ default: "1" minimum: "0" information: "Minimum size for a block mutation" relations: "EDAM_data:1249 Sequence length" ] integer: maximum [ default: "10" minimum: "$(minimum)" information: "Maximum size for a block mutation" relations: "EDAM_data:1249 Sequence length" ] endsection: advanced section: output [ information: "Output section" type: "page" ] seqoutall: outseq [ parameter: "Y" relations: "EDAM_data:0849 Sequence record" ] endsection: output