mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 22:06:53 +08:00
We're still supporting the current dynamic_options functionality. This is a first pass and will be cleaned up as we continue to evolve more tools to use this new approach. Within tool configs, SelectToolParameter types now include a <select_options> tag set. Several tools have been altered to use this new approach. Other tools we enhanced to use the ColumnListParameter type.
51 lines
2.5 KiB
XML
51 lines
2.5 KiB
XML
<tool id="encode_import_multi-species_sequence_analysis1" name="Multi-species Sequence Analysis">
|
|
<command interpreter="python">encode_import.py $hg17,$hg16 $output</command>
|
|
<inputs>
|
|
<display>
|
|
<p><div class="toolFormTitle">hg17 (most recent datasets in bold)</div>$hg17</p>
|
|
<p><div class="toolFormTitle">hg16 (most recent datasets in bold)</div>$hg16</p>
|
|
</display>
|
|
<param name="hg17" type="select" display="checkboxes" multiple="true">
|
|
<select_options from_file="/depot/data2/galaxy/encode_datasets.loc" func="get_options_for_encode">
|
|
<func_param name="encode_group" value="MSA" />
|
|
<func_param name="build" value="hg17" />
|
|
</select_options>
|
|
</param>
|
|
<param name="hg16" type="select" display="checkboxes" multiple="true">
|
|
<select_options from_file="/depot/data2/galaxy/encode_datasets.loc" func="get_options_for_encode">
|
|
<func_param name="encode_group" value="MSA" />
|
|
<func_param name="build" value="hg16" />
|
|
</select_options>
|
|
</param>
|
|
</inputs>
|
|
<outputs>
|
|
<data format="bed" name="output"/>
|
|
</outputs>
|
|
<code file="encode_import_code.py"/>
|
|
<help>
|
|
For detailed information about data deposition and partitioning, click here_.
|
|
|
|
.. _here: http://genome.imim.es/gencode/wiki/index.php/Collecting_Feature_Sets_from_All_Analysis_Groups
|
|
|
|
*[gencode_partitioned]* means that the dataset was partitioned according to the protocol below:
|
|
|
|
A partition scheme has been defined that is similar to what has previously been done with TARs/TRANSFRAGs such that any feature can be classified as falling into one of the following 6 categories:
|
|
1. **Coding** -- coding exons defined from the GENCODE experimentally verified coding set (coding in any transcript)
|
|
2. **5UTR** -- 5' UTR exons defined from the GENCODE experimentally verified coding set (5' UTR in some transcript but never coding in any other)
|
|
3. **3UTR** -- 3' UTR exons defined from the GENCODE experimentally verified coding set (3' UTR in some transcript but never coding in any other)
|
|
4. **Intronic Proximal** -- intronic and no more than 5kb away from an exon.
|
|
5. **Intergenic Proximal** -- between genes and no more than 5kb away from an exon.
|
|
6. **Intronic Distal** -- intronic and greater than 5kb away from an exon.
|
|
7. **Intergenic Distal** -- between genes and greater than 5kb away from an exon.
|
|
|
|
-----
|
|
|
|
.. class:: infomark
|
|
|
|
**Note:** Features overlapping more than one partition will take the identity of the lower-numbered partition.
|
|
|
|
|
|
|
|
</help>
|
|
</tool>
|