Workflow Demos
Return to all workflow demos
orf_finder bioActor
Description
Orf prediction by orf_finder prograrm.Inputs
dnaSequenceFile | DNA sequence file in FASTA format. |
Outputs
orfSequenceFile | Predicted orf sequences in FASTA format. |
Parameters
minOrfLen | Minimum orf length, default 20. |
minOrfLenBetween | Minimum orf length between stop codons, default 40. |
translationTable | Translation table, default 1. |
program | The command line program to execute. |
checkOutputTimestamp | If true, verify the last modification timestamp for each output file has increased after execution. If the timestamp has not increased, throw an error. |
additionalOptions | Additional command line options to run orf_finder |
Choice | The execution choice to run. |