Question: How to add my own tool to galaxy_XML editing
1
gravatar for zhang1991
2.1 years ago by
zhang19910
zhang19910 wrote:

To whom it may concern,

Greetings. My current work to wrap a tool for galaxy. The function of this tool is to analyze the WGBS result (call methylation, compare difference in methylation between target genome and reference genome, etc.).

I can run first part of the tool in unix like this: $ func1 -m 001.bam -r /data/hg19.fa --fullMode 0 -m means mapped .bam/.sam files, -r means reference genome, --fullMode 0 means do not open full mode. func1 is an exec file.

The result would be 3 files: 001.bam.G.bed, 001.bam.HG.bed, and 001.bam_stat.txt.

How should I edit the XML file to fit in this tool? What should I write in <command> section?

Thank you so much.

Best,

Henry

xml galaxy tools • 591 views
ADD COMMENTlink modified 2.1 years ago by Martin Čech ♦♦ 4.9k • written 2.1 years ago by zhang19910
0
gravatar for Martin Čech
2.1 years ago by
Martin Čech ♦♦ 4.9k
United States
Martin Čech ♦♦ 4.9k wrote:

A good introduction to Galaxy tool wrapping is available here: http://planemo.readthedocs.io/en/latest/writing_standalone.html

Maybe a bit outdated but still fairly consistent tutorial is also on our wiki: https://wiki.galaxyproject.org/Admin/Tools/AddToolTutorial

Also check out the best practices at http://galaxy-iuc-standards.readthedocs.io/en/latest/

ADD COMMENTlink modified 2.1 years ago • written 2.1 years ago by Martin Čech ♦♦ 4.9k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 174 users visited in the last hour