annotate utils_filter-by-energy.xml @ 13:63156f020cd3 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
author yhoogstrate
date Thu, 19 May 2016 04:31:29 -0400
parents
children 7e5b96d45f8d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
1 <tool id="smf_utils_filter-by-energy" name="filter-by-energy" version="@VERSION@-0">
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
2 <description>Split entries over two files based on the estimated energy</description>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
3
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
4 <macros>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
5 <import>macros.xml</import>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
6 </macros>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
7
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
8 <requirements>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
9 @REQUIREMENTS_UTILS@
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
10 </requirements>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
11 <expand macro="stdio" />
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
12
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
13 <version_command>@VERSION_COMMAND_UTILS@</version_command>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
14
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
15 <command><![CDATA[
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
16 segmentation-fold-utils
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
17 filter-by-energy
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
18 --energy ${energy}
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
19 '$dbn_input_file'
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
20 '$dbn_output_file_larger_or_equal'
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
21 '$dbn_output_file_smaller'
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
22 ]]></command>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
23
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
24 <inputs>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
25 <param name="dbn_input_file"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
26 type="data"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
27 format="dbn,txt"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
28 label="Input DBN file"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
29 help="The 'fasta'-headers should contain the genomic position being used to find overlapping reads in the BAM file"/>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
30 <param name="energy"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
31 type="float"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
32 value="0.0"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
33 argument="--energy"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
34 label="Energy value"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
35 help="Entries with transitions with energy smaller than energy (&lt; e) or without transitions will be put into DBN_OUTPUT_FILE_LARGER_OR_EQUAL and those larger or equal (&gt;= e) to DBN_OUTPUT_FILE_SMALLER" />
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
36 </inputs>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
37
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
38 <outputs>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
39 <data name="dbn_output_file_larger_or_equal"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
40 format="dbn"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
41 label="${tool.name} on ${dbn_input_file.hid}: ${dbn_input_file.name} - energy larger/equal than selected"/>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
42 <data name="dbn_output_file_smaller"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
43 format="dbn"
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
44 label="${tool.name} on ${dbn_input_file.hid}: ${dbn_input_file.name} - energy smaller than selected"/>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
45 </outputs>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
46
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
47 <tests>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
48 <test>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
49 <param name="dbn_input_file" value="DBNFile.test_03.in.dbn" ftype="dbn"/>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
50 <param name="energy" value='0.0'/>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
51
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
52 <output name="dbn_output_file_larger_or_equal" file="DBNFile.test_03.out.l.dbn" />
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
53 <output name="dbn_output_file_smaller" file="DBNFile.test_03.out.s.dbn" />
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
54 </test>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
55 </tests>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
56
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
57 <help><![CDATA[
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
58 Filter based on whether the entries in the DBN file are already annotated or not
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
59 ]]></help>
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
60
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
61 <expand macro="citations" />
63156f020cd3 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit fb0bbb26638c0185ef16efa2e0ac3952d671b711-dirty
yhoogstrate
parents:
diff changeset
62 </tool>