annotate utils_extract-boxed-sequences.xml @ 16:7e5b96d45f8d draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit c6608bd5256e5c54cb2e01be6c184da0d2b08a7c-dirty
author yhoogstrate
date Thu, 19 May 2016 05:41:48 -0400
parents 487f438da099
children 3fbde4864e00
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
1 <tool id="smf_utils_extract-boxed-sequences" name="extract-boxed-sequences" version="@VERSION@-0">
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
2 <description>Extracts boxed sequences from bed_input_file which has to be created with 'find-box', part of this utility</description>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
3
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
4 <macros>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
5 <import>macros.xml</import>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
6 </macros>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
7
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
8 <requirements>
16
7e5b96d45f8d planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit c6608bd5256e5c54cb2e01be6c184da0d2b08a7c-dirty
yhoogstrate
parents: 11
diff changeset
9 <requirement type="package" version="2.7.10">python</requirement>
7e5b96d45f8d planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit c6608bd5256e5c54cb2e01be6c184da0d2b08a7c-dirty
yhoogstrate
parents: 11
diff changeset
10 <requirement type="package" version="1.9">numpy</requirement>
7e5b96d45f8d planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit c6608bd5256e5c54cb2e01be6c184da0d2b08a7c-dirty
yhoogstrate
parents: 11
diff changeset
11 <requirement type="package" version="0.8.2.1">pysam</requirement>
7e5b96d45f8d planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit c6608bd5256e5c54cb2e01be6c184da0d2b08a7c-dirty
yhoogstrate
parents: 11
diff changeset
12 <requirement type="package" version="2.0.0">segmentation-fold-utils</requirement>
11
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
13 </requirements>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
14 <expand macro="stdio" />
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
15
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
16 <version_command>@VERSION_COMMAND_UTILS@</version_command>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
17
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
18 <command><![CDATA[
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
19 segmentation-fold-utils
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
20 extract-boxed-sequences
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
21
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
22 --max-inner-dist $max_inner_dist
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
23 --bp-extension $bp_extension
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
24
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
25 '${fasta_input_file}'
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
26 '${bed_input_file}'
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
27 '${fasta_output_file}'
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
28
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
29 ]]></command>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
30
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
31 <inputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
32 <param name="fasta_input_file"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
33 type="data"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
34 format="fasta"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
35 label="Genomic reference FASTA file"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
36 <param name="bed_input_file"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
37 type="data"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
38 format="bed"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
39 label="BED file containing the sequence boxes"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
40 help="This file should have been created with 'find-boxes'"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
41
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
42 <param name="max_inner_dist"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
43 type="integer"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
44 min="0"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
45 value="250"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
46 label="Maximal distance between the boxes"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
47 help="(default=250bp)"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
48 <param name="bp_extension"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
49 type="integer"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
50 min="0"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
51 value="10"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
52 label="Extend extracted sequences with this number of bases"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
53 help="(default: 10bp)"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
54 </inputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
55
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
56 <outputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
57 <data name="fasta_output_file"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
58 format="fasta"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
59 label="${tool.name} on ${fasta_input_file.hid}: ${fasta_input_file.name}"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
60 </outputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
61
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
62 <tests>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
63 <test>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
64 <param name="fasta_input_file" value="ExtractBoxedSequences.test_01.in.fa" ftype="fasta"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
65 <param name="bed_input_file" value="ExtractBoxedSequences.test_01.in.bed" ftype="bed"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
66 <param name="max_inner_dist" value='100'/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
67 <param name="bp_extension" value='0'/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
68
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
69 <output name="fasta_output_file" file="ExtractBoxedSequences.test_01.out.fa"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
70 </test>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
71 </tests>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
72
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
73 <help><![CDATA[
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
74 extact-boxed-sequences
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
75 ----------------------
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
76 *Extracts boxes sequences from `bed_input_file` which has to be created with 'find-box', also part of this utility*
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
77
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
78 The user can use this utility to extract sequences containing the boxes provided in the bed file by `find-boxes`.
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
79
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
80 **input**
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
81
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
82 Important information about the input:
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
83
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
84 - `FASTA_INPUT_FILE` can be any generic FASTA file that can be read with pysam. This means that if the sequence is split into multiple lines, they must all be at the same length.
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
85 - `BED_INPUT_FILE` the bed file should be provided by `find-boxes` as it properly denotes the names (box1-f, box1-r, box2-f and box2-r) which are used for extraction.
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
86 - `-d, --max-inner-dist INTEGER` Only sequences for which the distance in bases between the boxes is smaller than this distance, will be extracted. Boxes are excluded from this distance.
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
87 - `-e, --bp-extension INTEGER` Each sequence will be exteded with:
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
88 * The boxes
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
89 * An optional number of bases provided with this argument
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
90
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
91 **output**
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
92
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
93 Be aware that there can be overlapping sequences. For example, if you started box1=`TTTT` and box2=`CCCC` with the following sequence, you will extract 2 sequences:
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
94
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
95 ```>seq
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
96 gagagaTTTTgagagaTTTTgagagagagagagagaCCCCgaga
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
97 ```
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
98
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
99 Namely:
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
100
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
101 ```TTTTgagagaTTTTgagagagagagagagaCCCC
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
102 ```
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
103
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
104 and
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
105
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
106 ``` TTTTgagagagagagagagaCCCC
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
107 ```
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
108
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
109 This is an utility of the segmentation-fold package
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
110 ]]></help>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
111
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
112 <expand macro="citations" />
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
113 </tool>