view tools/data_destination/epigraph_test.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool name="Perform genome analysis" id="epigraph_test_export">
    <description> and prediction with EpiGRAPH Test</description>
    <redirect_url_params>GENOME=${input1.dbkey} NAME=${input1.name} INFO=${input1.info}</redirect_url_params>
    <inputs>
        <param format="bed" name="input1" type="data" label="Send this dataset to EpiGRAPH">
            <validator type="unspecified_build" />
        </param>
        <param name="REDIRECT_URL" type="hidden" value="http://epigraph.mpi-inf.mpg.de/WebGRAPH_Public_Test/faces/DataImport.jsp" />
        <param name="DATA_URL" type="baseurl" value="/datasets" />
        <param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=epigraph_import" />
    </inputs>
    <outputs/>
    <help>

.. class:: warningmark

After clicking the **Execute** button, you will be redirected to the EpiGRAPH test website. Please be patient while the dataset is being imported. Inside EpiGRAPH, buttons are available to send the results of the EpiGRAPH analysis back to Galaxy. In addition, you can always abandon an EpiGRAPH session and return to Galaxy by directing your browser to your current Galaxy instance.

-----

.. class:: infomark

**What it does**

This tool sends the selected dataset to EpiGRAPH in order to perform an in-depth analysis with statistical and machine learning methods.

-----

.. class:: infomark

**EpiGRAPH outline**

The EpiGRAPH_ web service enables biologists to uncover hidden associations in vertebrate genome and epigenome datasets. Users can upload or import sets of genomic regions and EpiGRAPH will test a wide range of attributes (including DNA sequence and structure, gene density, chromatin modifications and evolutionary conservation) for enrichment or depletion among these regions. Furthermore, EpiGRAPH learns to predictively identify genomic regions that exhibit similar properties.

.. _EpiGRAPH: http://epigraph.mpi-inf.mpg.de/

    </help>
</tool>