changeset 1:c859c5a0a728 draft

Uploaded
author iuc
date Thu, 19 Mar 2015 11:43:01 -0400
parents d7506cdbd5ec
children 46e8724aa96f
files macros.xml tool_dependencies.xml
diffstat 2 files changed, 2 insertions(+), 73 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Mar 17 15:49:43 2015 -0400
+++ b/macros.xml	Thu Mar 19 11:43:01 2015 -0400
@@ -19,77 +19,6 @@
     </xml>
 
 
-
-    <xml name="strand2">
-        <param name="strand" type="select" label="Calculation based on strandedness?">
-            <option value="" selected="True">Overlaps on either strand</option>
-            <option value="-s">Only overlaps occurring on the **same** strand.</option>
-            <option value="-S">Only overlaps occurring on the **opposite** strand.</option>
-        </param>
-    </xml>
-    <xml name="seed">
-        <conditional name="seed">
-            <param name="seed_choose" type="select" label="Choose Seed?" help="(-seed)">
-                <option value="False" selected="True">Random Shuffling</option>
-                <option value="True">Choose fixed seed</option>
-            </param>
-            <when value="True">
-                <param name="seed" type="integer" value="12345" label="Enter Seed" />
-            </when>
-            <when value="False" />
-        </conditional>
-    </xml>
-    <xml name="split">
-        <param name="split" type="boolean" checked="false" truevalue="-split" falsevalue=""
-            label="Treat split/spliced BAM or BED12 entries as distinct BED intervals when computing coverage."
-            help="If set, the coverage will be calculated based the spliced intervals only. For BAM files, this inspects the CIGAR N operation to infer the blocks for computing coverage. For BED12 files, this inspects the BlockCount, BlockStarts, and BlockEnds fields (i.e., columns 10,11,12). If this option is not set, coverage will be calculated based on the interval's START/END coordinates, and would include introns in the case of RNAseq data. (-split)" />
-    </xml>
-    <xml name="genome">
-        <param format="tabular" name="genome" type="data" label="Genome file" />
-        <!--TODO: make use of: ${chromInfo} -->
-    </xml>
-    <xml name="addition">
-        <conditional name="addition">
-            <param name="addition_select" type="select" label="Choose what you want to do">
-                <option value="b" selected="True">Increase the BED/GFF/VCF entry by the same number base pairs in each direction.</option>
-                <option value="lr">Increase by Start Coordinate and End Coordinate</option>
-            </param>
-            <when value="b">
-                <param name="b" value="1" label="Number of base pairs" type="integer" />
-            </when>
-            <when value="lr">
-                <param name="l" type="integer" value="0" label="The number of base pairs to subtract from the start coordinate" />
-                <param name="r" type="integer" value="0" label="The number of base pairs to add to the end coordinate" />
-            </when>
-        </conditional>
-    </xml>
-    <xml name="print_header">
-        <param name="header" type="boolean" checked="False" truevalue="-header" falsevalue=""
-            label="Print the header from the A file prior to results" help="(-header)" />
-    </xml>
-    <!-- TODO this is currently not used, but we should make use of it -->
-    <xml name="genome_validator">
-        <validator type="unspecified_build" />
-        <validator type="dataset_metadata_in_data_table" table_name="fasta_indexes" metadata_name="dbkey" metadata_column="1" message="Sequences are not currently available for the specified build." />
-    </xml>
-
-    <!-- ToDo column_picker -->
-    <xml name="choose_columns">
-        <param name="cols" type="text" value=""
-            label="Specify the column(s) (comma separated) that should be summarized"
-            help="(-c)">
-            <sanitizer invalid_char="">
-                <valid initial="string.digits"><add value=","/></valid>
-            </sanitizer>
-        </param>
-    </xml>
-
-    <xml name="choose_operations">
-        <param name="operation" type="select" label="Specify the operation">
-            <yield />
-        </param>
-    </xml>
-
     <xml name="citations">
         <citations>
             <citation type="doi">10.1101/gr.092759.109</citation>
--- a/tool_dependencies.xml	Tue Mar 17 15:49:43 2015 -0400
+++ b/tool_dependencies.xml	Thu Mar 19 11:43:01 2015 -0400
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="circos" version="0.67.5">
-        <repository changeset_revision="2488e6ef69a8" name="package_circos_0_67_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="7cf705691b33" name="package_circos_0_67_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
     <package name="circostools" version="0.20">
-        <repository changeset_revision="42cf9b16b7df" name="package_circostools_0_20" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="c41b1028791c" name="package_circostools_0_20" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>