annotate utils_extract-boxed-sequences.xml @ 19:3fbde4864e00 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3814f709ce964e99fe3cf2f979c11f8f3b87bce3-dirty
author yhoogstrate
date Tue, 24 May 2016 03:27:43 -0400
parents 7e5b96d45f8d
children 1c6654ab2492
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
3fbde4864e00 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3814f709ce964e99fe3cf2f979c11f8f3b87bce3-dirty
yhoogstrate
parents: 16
diff changeset
1 <tool id="smf_utils_extract-boxed-sequences" name="extract-boxed-sequences" version="@VERSION@-1">
11
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>
19
3fbde4864e00 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3814f709ce964e99fe3cf2f979c11f8f3b87bce3-dirty
yhoogstrate
parents: 16
diff changeset
12 <requirement type="package" version="0.6.1">htseq</requirement>
16
7e5b96d45f8d planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit c6608bd5256e5c54cb2e01be6c184da0d2b08a7c-dirty
yhoogstrate
parents: 11
diff changeset
13 <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
14 </requirements>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
15 <expand macro="stdio" />
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
16
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
17 <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
18
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
19 <command><![CDATA[
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
20 segmentation-fold-utils
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
21 extract-boxed-sequences
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
22
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
23 --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
24 --bp-extension $bp_extension
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
25
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
26 '${fasta_input_file}'
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
27 '${bed_input_file}'
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
28 '${fasta_output_file}'
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
29
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
30 ]]></command>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
31
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
32 <inputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
33 <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
34 type="data"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
35 format="fasta"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
36 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
37 <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
38 type="data"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
39 format="bed"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
40 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
41 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
42
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
43 <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
44 type="integer"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
45 min="0"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
46 value="250"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
47 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
48 help="(default=250bp)"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
49 <param name="bp_extension"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
50 type="integer"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
51 min="0"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
52 value="10"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
53 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
54 help="(default: 10bp)"/>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
55 </inputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
56
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
57 <outputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
58 <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
59 format="fasta"
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
60 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
61 </outputs>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
62
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
63 <tests>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
64 <test>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
65 <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
66 <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
67 <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
68 <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
69
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
70 <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
71 </test>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
72 </tests>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
73
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
74 <help><![CDATA[
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
75 extact-boxed-sequences
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
76 ----------------------
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
77 *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
78
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
79 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
80
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
81 **input**
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
82
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
83 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
84
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
85 - `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
86 - `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
87 - `-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
88 - `-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
89 * The boxes
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
90 * 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
91
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
92 **output**
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
93
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
94 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
95
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
96 ```>seq
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
97 gagagaTTTTgagagaTTTTgagagagagagagagaCCCCgaga
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
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
100 Namely:
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
101
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
102 ```TTTTgagagaTTTTgagagagagagagagaCCCC
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
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
105 and
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
106
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
107 ``` TTTTgagagagagagagagaCCCC
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
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
110 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
111 ]]></help>
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
112
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
113 <expand macro="citations" />
487f438da099 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
yhoogstrate
parents:
diff changeset
114 </tool>