annotate subtract_query.xml @ 2:ff3901618482 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
author devteam
date Thu, 22 Jun 2017 18:53:15 -0400
parents 5f6ebef89722
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
1 <tool id="subtract_query1" name="Subtract Whole Dataset" version="0.1">
2
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
2 <description>from another dataset</description>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
3 <macros>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
4 <import>macros.xml</import>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
5 </macros>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
6 <expand macro="requirements" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
7 <command><![CDATA[
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
8 python '$__tool_directory__/subtract_query.py'
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
9 '$input1'
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
10 '$input2'
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
11 $begin_col
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
12 $end_col
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
13 '$output'
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
14 #if str($ignore_empty_end_cols) == 'true':
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
15 --ignore-empty-end-cols
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
16 #end if
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
17 ]]></command>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
18 <inputs>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
19 <param name="input2" type="data" format="txt" label="Subtract" help="Second dataset" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
20 <param name="input1" type="data" format="txt" label="from" help="First dataset" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
21 <param name="begin_col" type="data_column" data_ref="input1" force_select="False" label="Restrict subtraction between 'begin column'" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
22 <param name="end_col" type="data_column" data_ref="input1" force_select="False" label="and 'end column'" help="Specifying columns for restricting subtraction is available only for tabular formatted datasets" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
23 <param name="ignore_empty_end_cols" type="boolean" label="Ignore empty columns and whitespace at end of line when subtracting"/>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
24 </inputs>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
25 <outputs>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
26 <data name="output" format_source="input1" metadata_source="input1" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
27 </outputs>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
28 <tests>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
29 <!-- Subtract 2 non-tabular files with no column restrictions. -->
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
30 <!-- Cannot figure out why this test won't pass, it works in real time... -->
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
31 <!--
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
32 <test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
33 <param name="input1" value="1.txt" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
34 <param name="input2" value="2.txt" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
35 <param name="begin_col" value="None" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
36 <param name="end_col" value="None" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
37 <output name="output" file="subtract-query-1.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
38 </test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
39 -->
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
40 <!-- Subtract 2 tabular files with no column restrictions. -->
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
41 <test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
42 <param name="input1" value="eq-showbeginning.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
43 <param name="input2" value="eq-showtail.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
44 <param name="begin_col" value="" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
45 <param name="end_col" value="" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
46 <output name="output" file="subtract-query-2.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
47 </test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
48 <!-- Subtract 2 tabular files with column restrictions. -->
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
49 <test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
50 <param name="input1" value="eq-showbeginning.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
51 <param name="input2" value="eq-removebeginning.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
52 <param name="begin_col" value="c1" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
53 <param name="end_col" value="c3" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
54 <output name="output" file="subtract-query-3.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
55 </test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
56 <!-- Subtract a non-tabular file from a tabular file with no column restrictions. -->
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
57 <test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
58 <param name="input1" value="eq-showbeginning.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
59 <param name="input2" value="2.txt" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
60 <param name="begin_col" value="" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
61 <param name="end_col" value="" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
62 <output name="output" file="subtract-query-4.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
63 </test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
64 <!-- Subtract 2 tabular files with no column restrictions, ignoring empty end columns. -->
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
65 <test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
66 <param name="input1" value="eq-showbeginning_e.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
67 <param name="input2" value="eq-showtail.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
68 <param name="begin_col" value="" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
69 <param name="end_col" value="" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
70 <param name="ignore_empty_end_cols" value="true" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
71 <output name="output" file="subtract-query-2.dat" />
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
72 </test>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
73 </tests>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
74 <help><![CDATA[
0
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
75 .. class:: infomark
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
76
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
77 **TIP:** This tool complements the tool in the **Operate on Genomic Intervals** tool set which subtracts the intervals of two datasets.
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
78
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
79 -----
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
80
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
81 **Syntax**
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
82
2
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
83 This tool subtracts an entire dataset from another dataset.
0
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
84
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
85 - Any text format is valid.
2
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
86 - If both dataset formats are tabular, you may restrict the subtraction to specific columns **contained in both datasets** and the resulting dataset will include only the columns specified.
0
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
87 - The begin column must be less than or equal to the end column. If it is not, begin column is switched with end column.
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
88 - If begin column is specified but end column is not, end column will default to begin_column (and vice versa).
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
89 - All blank and comment lines are skipped and not included in the resulting dataset (comment lines are lines beginning with a # character).
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
90 - Duplicate lines are eliminated from both dataset prior to subtraction. If any duplicate lines were eliminated from the first dataset, the number is displayed in the resulting history item.
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
91
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
92 -----
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
93
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
94 **Example**
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
95
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
96 If this is the **First dataset**::
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
97
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
98 chr1 4225 19670
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
99 chr10 6 8
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
100 chr1 24417 24420
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
101 chr6_hla_hap2 0 150
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
102 chr2 1 5
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
103 chr10 2 10
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
104 chr1 30 55
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
105 chrY 1 20
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
106 chr1 1225979 42287290
2
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
107 chr10 7 8
0
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
108
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
109 and this is the **Second dataset**::
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
110
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
111 chr1 4225 19670
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
112 chr10 6 8
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
113 chr1 24417 24420
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
114 chr6_hla_hap2 0 150
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
115 chr2 1 5
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
116 chr1 30 55
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
117 chrY 1 20
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
118 chr1 1225979 42287290
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
119
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
120 Subtracting the **Second dataset** from the **First dataset** (including all columns) will yield::
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
121
2
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
122 chr10 7 8
0
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
123 chr10 2 10
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
124
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
125 Conversely, subtracting the **First dataset** from the **Second dataset** (including all columns) will result in an empty dataset.
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
126
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
127 Subtracting the **Second dataset** from the **First dataset** (restricting to columns c1 and c2) will yield::
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
128
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
129 chr10 7
5f6ebef89722 Imported from capsule None
devteam
parents:
diff changeset
130 chr10 2
2
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
131 ]]></help>
ff3901618482 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/subtract_query commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
devteam
parents: 0
diff changeset
132 </tool>