# HG changeset patch # User da-intersect # Date 1365577261 14400 # Node ID e49ba3299767d7099f68425dfa601782ed410afd # Parent 13e3de4582604eff5e93d05cfcd8f97f7a165388 Uploaded diff -r 13e3de458260 -r e49ba3299767 protein_generator.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/protein_generator.xml Wed Apr 10 03:01:01 2013 -0400 @@ -0,0 +1,56 @@ + + Protein Generator + + protein_generator.sh protein_generator.jar + -d "$databasename" + -f "$genomeFile" + #if $GlimmerFile + -g "$GlimmerFile" + #end if + #if $SplitInterval + -i "$SplitInterval" + #end if + -o "$output1" + #if $condition1.gffFile == "yes" + -p "$output2" + #end if + #if $condition2.accessionFile == "yes" + -q "$output3" + #end if + #if $trans_tab_file + -t "$trans_tab_file" + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + condition1['gffFile'] == "yes" + + + condition2['accessionFile'] == "yes" + + + + +