# HG changeset patch # User ross lazarus ross.lazarus@gmail.com # Date 1338763985 -36000 # Node ID 6f36c696afa58806ea7c608732789f17b1328e9e # Parent 7725e4ab27e1d6f21bdc754052aedbbc02d81add readme adjustments diff -r 7725e4ab27e1 -r 6f36c696afa5 README.txt --- a/README.txt Sun Jun 03 22:25:46 2012 +1000 +++ b/README.txt Mon Jun 04 08:53:05 2012 +1000 @@ -32,8 +32,8 @@ **Output options** Optional script outputs include one single new history tabular file, or for scripts that create multiple outputs, a new HTML report linking all the files and images created by the script can be automatically generated. -**Tool Generation option** Once the script is working with test data, this tool will optionally generate a new Galaxy tool in a gzip file -ready to upload to your local toolshed for sharing and installation. +**Tool Generation option** Once the script is working with test data, this tool will optionally generate a new Galaxy tool +in a gzip file ready to upload to your local toolshed for sharing and installation. **Permission to to use this tool** must be explicitly granted by an administrator adding approved Galaxy user IDs to the local tool XML list of permitted users. *It will not run otherwise* @@ -71,7 +71,9 @@ heatmap(bar,main='Random Heatmap') dev.off() -A Python example that reverses each row of a tabular file (you'll need to remove the leading spaces for this to work if cut and pasted into the script box):: +A Python example that reverses each row of a tabular file. You'll need to remove the leading spaces for this to work if cut +and pasted into the script box. Note that you can already do this in Galaxy by setting up the cut columns tool with the +correct number of columns in reverse order,but this script will work for any number of columns so is completely generic:: # reverse order of columns in a tabular file import sys