Re: [galaxy-user] 'compare two datasets script'?

2012-03-06 Thread Jennifer Jackson

Hi Ken,

This tool is a wrapper around the unix utility called "join". In the 
Galaxy source, it has two components, the XML definition for the tool form:

http://bitbucket.org/galaxy/galaxy-central/src/c2a2ae70c051/tools/filters/compare.xml

And the wrapped utility itself:
http://bitbucket.org/galaxy/galaxy-central/src/c2a2ae70c051/tools/filters/joinWrapper.py

But, if you have access to the a unix line command, then you can just 
use the join command directly. Before using join, you must first use 
another utility called sort.


The steps are:
1 - sort both files on the columns that you will be joining on
2 - join the files on those columns

A google search will find many examples for these tools.
These links are particularly friendly:
http://www.computerhope.com/unix/ujoin.htm
http://www.computerhope.com/unix/usort.htm

Best wishes for your project,

Jen
Galaxy team


On 3/6/12 3:30 PM, kenlee nakasugi wrote:

Hi,

I'm wondering if there is a script(s) or set of command lines to
download corresponding to the 'Compare two datasets' under 'Join,
Subtract and Group' set of tools in Galaxy.
I want to run this locally on the command line on many files.
I've searched under toolshed but can't seem to find it.

Many Thanks,
Ken


___
The Galaxy User list should be used for the discussion of
Galaxy analysis and other features on the public server
at usegalaxy.org.  Please keep all replies on the list by
using "reply all" in your mail client.  For discussion of
local Galaxy instances and the Galaxy source code, please
use the Galaxy Development list:

   http://lists.bx.psu.edu/listinfo/galaxy-dev

To manage your subscriptions to this and other Galaxy lists,
please use the interface at:

   http://lists.bx.psu.edu/


--
Jennifer Jackson
http://usegalaxy.org
http://galaxyproject.org/wiki/Support
___
The Galaxy User list should be used for the discussion of
Galaxy analysis and other features on the public server
at usegalaxy.org.  Please keep all replies on the list by
using "reply all" in your mail client.  For discussion of
local Galaxy instances and the Galaxy source code, please
use the Galaxy Development list:

 http://lists.bx.psu.edu/listinfo/galaxy-dev

To manage your subscriptions to this and other Galaxy lists,
please use the interface at:

 http://lists.bx.psu.edu/


[galaxy-user] 'compare two datasets script'?

2012-03-06 Thread kenlee nakasugi

Hi,
I'm wondering if there is a script(s) or set of command lines to download 
corresponding to the 'Compare two datasets'  under 'Join, Subtract and Group' 
set of tools in Galaxy.I want to run this locally on the command line on many 
files. I've searched under toolshed but can't seem to find it. 
Many Thanks, 
Ken   ___
The Galaxy User list should be used for the discussion of
Galaxy analysis and other features on the public server
at usegalaxy.org.  Please keep all replies on the list by
using "reply all" in your mail client.  For discussion of
local Galaxy instances and the Galaxy source code, please
use the Galaxy Development list:

  http://lists.bx.psu.edu/listinfo/galaxy-dev

To manage your subscriptions to this and other Galaxy lists,
please use the interface at:

  http://lists.bx.psu.edu/