Previous changeset 0:ade933eff007 (2016-11-17) Next changeset 2:ab492df30cdf (2017-10-23) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goseq commit 027e71072ff901d6b9593b37113c7b1f8b77527b |
modified:
goseq.xml |
b |
diff -r ade933eff007 -r 9d1256d9ef0b goseq.xml --- a/goseq.xml Thu Nov 17 16:40:19 2016 -0500 +++ b/goseq.xml Sun Jun 11 08:57:39 2017 -0400 |
[ |
@@ -26,7 +26,7 @@ --wallenius_tab '$wallenius_tab' #end if #if $methods['hypergeometric']: - --nobias_tab 'nobias_tab' + --nobias_tab '$nobias_tab' #end if --repcnt '$methods.repcnt' --sampling_tab '$sampling_tab' @@ -110,8 +110,7 @@ *Gene category file:* You will also need a file describing the membership of genes in categories. The format of this file is gene_id in the first column, - category name in the second column. If you are interested in gene ontology categories you can use the getgo file to retrive - gene ontologies for model organisms, or you can construct your own file. + category identifier in the second column. **Method options** |