# HG changeset patch # User lionelguy # Date 1376395961 14400 # Node ID cffbad01eb55931dc9b246d064abdaca2bc91f54 # Parent 1241efb254e9cf82b02d979fff8c5b9baae4252d Added the possibility to save results in genbank format (default still gff) diff -r 1241efb254e9 -r cffbad01eb55 prodigal/prodigal.xml --- a/prodigal/prodigal.xml Tue Aug 13 08:11:27 2013 -0400 +++ b/prodigal/prodigal.xml Tue Aug 13 08:12:41 2013 -0400 @@ -1,10 +1,17 @@ - + Find genes -prodigal -a $trans_file $closed_ends -d $nuc_file -f gff -g $tr_table -i $input_file $m $n + + prodigal + +prodigal -a $trans_file $closed_ends -d $nuc_file -f $output_format -g $tr_table -i $input_file $m $n -o $output_file -p $mode -q -s $start_file + + + + @@ -33,10 +40,14 @@ - - - - + + + + + + + + **What it does**