# HG changeset patch # User jorrit # Date 1361936812 18000 # Node ID f48064da784905d176430a46a847e5c149fc1f99 # Parent 11beca20586bf7e6b7767ec3ed3058cfee175cd7 Uploaded diff -r 11beca20586b -r f48064da7849 ontologizer.xml --- a/ontologizer.xml Tue Feb 26 20:53:34 2013 -0500 +++ b/ontologizer.xml Tue Feb 26 22:46:52 2013 -0500 @@ -3,32 +3,39 @@ ontologizer-jar - java -Xmx2G -jar $ONTOLOGIZER_JAR --go $go --association $gaf --population $pop --studyset $study --dot 0.05 > $output + java -Xmx2G -jar $ONTOLOGIZER_JAR --go $go --association $gaf --population $population --studyset $studyset --dot 0.05 --mtc "$mtc" --calculation "$calc"; mv table-*.txt $tablefile; mv view-*.dot $dotfile - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - see http://compbio.charite.de/contao/index.php/ontologizer2.html - + + see http://compbio.charite.de/contao/index.php/ontologizer2.html +