Mercurial > repos > yhoogstrate > segmentation_fold
annotate utils_filter-annotated-entries.xml @ 4:63df1e23f4ff draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
author | yhoogstrate |
---|---|
date | Thu, 28 Jul 2016 10:25:37 -0400 |
parents | |
children | b7cf9b172cfe |
rev | line source |
---|---|
4
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
1 <tool id="smf_utils_filter-annotated-entries" name="filter-annotated-entries" version="@VERSION@-1"> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
2 <description>Split entries into two files based on whether they overlap annotations in a bed file</description> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
3 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
4 <macros> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
5 <import>macros.xml</import> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
6 </macros> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
7 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
8 <requirements> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
9 <requirement type="package" version="2.7.10">python</requirement> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
10 <requirement type="package" version="1.9">numpy</requirement> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
11 <requirement type="package" version="0.8.2.1">pysam</requirement> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
12 <requirement type="package" version="0.6.1">htseq</requirement> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
13 <requirement type="package" version="2.0.1">segmentation-fold-utils</requirement> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
14 </requirements> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
15 <expand macro="stdio" /> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
16 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
17 <version_command>@VERSION_COMMAND_UTILS@</version_command> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
18 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
19 <command><![CDATA[ |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
20 segmentation-fold-utils |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
21 filter-annotated-entries |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
22 --regex '${regex.replace("'","\\'")}' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
23 '$dbn_input_file' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
24 '$bed_input_file' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
25 '$dbn_output_file_overlapping' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
26 '$dbn_output_file_non_overlapping' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
27 ]]></command> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
28 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
29 <inputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
30 <param name="dbn_input_file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
31 type="data" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
32 format="dbn,txt" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
33 label="Input DBN file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
34 help="The 'fasta'-headers should contain the genomic position being used to find overlapping reads in the BAM file"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
35 <param name="bed_input_file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
36 type="data" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
37 format="bed" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
38 label="The resultes will be filtered based on overlap with annotations in this BED file"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
39 <param name="regex" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
40 type="text" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
41 argument="--regex" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
42 value='>.*?(chr[^:]):([0-9]+)-([0-9]+)' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
43 label="Regex to capture the targeted location in DBN file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
44 help="Do not change this value unless you're using customized software in the pipeline - default: '>.*?(chr[^:]):([0-9]+)-([0-9]+)'" /> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
45 </inputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
46 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
47 <outputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
48 <data name="dbn_output_file_overlapping" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
49 format="dbn" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
50 label="${tool.name} on ${dbn_input_file.hid}: ${dbn_input_file.name} - overlapping entries"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
51 <data name="dbn_output_file_non_overlapping" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
52 format="dbn" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
53 label="${tool.name} on ${dbn_input_file.hid}: ${dbn_input_file.name} - non overlapping entries"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
54 </outputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
55 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
56 <tests> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
57 <test> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
58 <param name="dbn_input_file" value="DBNFile.test_02.in.dbn" ftype="dbn"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
59 <param name="bed_input_file" value="DBNFile.test_02.in.bed" ftype="bed"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
60 <param name="regex" value='>.*?(chr[^:]):([0-9]+)-([0-9]+)'/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
61 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
62 <output name="dbn_output_file_overlapping"> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
63 <assert_contents> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
64 <has_line_matching expression=">chr1:0-10 x unknown-01 \(overlap in .*?: firstbase,1-2-3-4-5,6-7-8-9-10\)"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
65 <has_line line="AAAAAAAAAA"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
66 </assert_contents> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
67 </output> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
68 <output name="dbn_output_file_non_overlapping"> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
69 <assert_contents> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
70 <has_line_matching expression=">chr1:25-36 x unknown-01 \(aligned reads .*?: 1\)"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
71 <has_line line="AAAAAAAAAAA"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
72 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
73 <has_line_matching expression=">chr1:45-56 x unknown-01 \(aligned reads .*?: 2\)"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
74 </assert_contents> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
75 </output> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
76 </test> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
77 </tests> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
78 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
79 <help><![CDATA[ |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
80 Filter based on whether the entries in the DBN file are already annotated or not |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
81 ]]></help> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
82 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
83 <expand macro="citations" /> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
84 </tool> |