Mercurial > repos > yhoogstrate > fuma
annotate fuma.xml @ 15:889c61da402a draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
| author | yhoogstrate |
|---|---|
| date | Mon, 23 Jan 2017 11:17:21 -0500 |
| parents | cf3788eb803c |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
2 <tool id="fuma" name="FuMa" version="3.0.5-g0"> |
|
9
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
3 <description>match detected fusion genes based on gene names (in particular for RNA-Seq)</description> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
4 |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
5 <requirements> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
6 <requirement type="package" version="3.0.5">fuma</requirement> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
7 </requirements> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
8 |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
9 <version_command>fuma --version 2>&1 | head -n 1</version_command><!-- -V also works, but is not GNU standard --> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
10 |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
11 <command><![CDATA[ |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
12 #import pipes |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
13 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
14 #set $gene_annotations = [] |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
15 #set $samples = [] |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
16 #set $links = [] |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
17 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
18 #for $i, $d in enumerate( $datasets ) |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
19 #set $sample_name = pipes.quote(str($d['sample'].name)) |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
20 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
21 #set $gene_annotations = $gene_annotations + [ "ga_" + str($i) + ":" + str($d['gene_annotation'].file_name) ] |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
22 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
23 #set $samples = $samples + [ $sample_name + ":" + str($d['format']) + ":" + str($d['sample'].file_name) ] |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
24 #set $links = $links + [ $sample_name + ":" + str("ga_") + str($i) ] |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
25 #end for |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
26 |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
27 #set $gene_annotations_str = "'"+"' '".join(gene_annotations)+"'" |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
28 #set $samples_str = "'"+"' '".join(samples)+"'" |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
29 #set $links_str = "'"+"' '".join(links)+"'" |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
30 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
31 fuma |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
32 -m |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
33 $params.matching_method |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
34 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
35 $params.strand_specific_matching |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
36 $params.acceptor_donor_order_specific_matchig |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
37 |
|
10
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
38 --long-gene-size $params.long_gene_size |
|
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
39 |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
40 -a |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
41 $gene_annotations_str |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
42 -s |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
43 $samples_str |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
44 -l |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
45 $links_str |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
46 #if $params.output_format.value == "list_boolean" |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
47 -f list |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
48 #else |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
49 -f $params.output_format.value |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
50 #end if |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
51 -o '${fuma_overview}' |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
52 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
53 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
54 #if $params.output_format.value == "list_boolean" |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
55 && fuma-list-to-boolean-list -o tmp.txt '${fuma_overview}' |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
56 && mv tmp.txt '${fuma_overview}' |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
57 #end if |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
58 ]]></command> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
59 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
60 <inputs> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
61 <repeat name="datasets" title="FusionGene Datasets" min="2"> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
62 <param name="sample" type="data" format="txt,tabular" label="Dataset (RNA-Seq fusion gene detection experiment)" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
63 <param name="format" type="select" label="Format of dataset"> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
64 <option value="chimera">Chimera prettyPrint()</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
65 <option value="chimerascan">ChimeraScan</option> |
|
13
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
66 <option value="complete-genomics">Complete Genomics var/mastervar</option> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
67 <option value="defuse">DeFuse</option> |
|
13
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
68 <option value="ericscript">EricScript (.results.total.txt)</option> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
69 <option value="fusion-catcher_final">Fusion Catcher (final-list file)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
70 <option value="fusionmap">FusionMap</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
71 <option value="trinity-gmap">GMAP (As step after Trinity)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
72 <option value="oncofuse">OncoFuse</option> |
|
13
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
73 <option value="soapfuse-final-gene">SOAPFuse (final.*.for.genes.txt)</option> |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
74 <option value="soapfuse-final-transcript">SOAPFuse (final.*.for.trans.txt)</option> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
75 <option value="rna-star_chimeric">STAR (chimeric file)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
76 <option value="star-fusion_final">STAR-Fusion (candidates.final)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
77 <option value="tophat-fusion_pre">Tophat Fusion Pre (fusions.out)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
78 <option value="tophat-fusion_post_potential_fusion">Tophat Fusion Post (potential_fusion.txt)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
79 <option value="tophat-fusion_post_result">Tophat Fusion Post (result.txt)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
80 <option value="tophat-fusion_post_result_html">Tophat Fusion Post (result.html)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
81 </param> |
|
9
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
82 <param name="gene_annotation" type="data" format="bed" label="Corresponding gene-name annotation file (BED format)" help="Make use of persistent gene annotations! Gene annotations should only be different if different reference genome builds were used" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
83 </repeat> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
84 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
85 <conditional name="params"> |
|
9
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
86 <param name="settingsType" type="select" label="Settings to use" help="You can use the default settings or set custom values for any FuMa parameter"> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
87 <option value="preSet" selected="true">Use Defaults</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
88 <option value="full">Full parameter list</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
89 </param> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
90 <when value="preSet"> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
91 <param name="strand_specific_matching" type="hidden" value="--strand-specific-matching" /> |
|
10
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
92 <param name="acceptor_donor_order_specific_matchig" type="hidden" value="--no-acceptor-donor-order-specific-matching" /> |
|
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
93 <param name="long_gene_size" type="hidden" value="200000" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
94 </when> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
95 <when value="full"> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
96 <param name="matching_method" type="select" label="Matching method: technique used to match fusion genes based on annotated gene sets" |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
97 help="Overlap is the most sensitive but also more sensitive for long gene artefacts; subset is the recommended technique and EGM is conservative" |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
98 argument="-m"> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
99 <option value="overlap">Overlap</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
100 <option value="subset" selected="True">Subset</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
101 <option value="egm">Exact Geneset Matching (EGM)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
102 </param> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
103 |
|
9
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
104 <param name="strand_specific_matching" type="boolean" checked="True" |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
105 truevalue="--strand-specific-matching" |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
106 falsevalue="--no-strand-specific-matching" |
|
10
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
107 label="Consider fusion genes distinct when the breakpoints have different strands: (A<-,B<-) != (->A,B<-); default" |
|
9
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
108 help="Only a limited number of file formats support this feature" /> |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
109 <param name="acceptor_donor_order_specific_matchig" type="boolean" checked="False" |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
110 truevalue="--acceptor-donor-order-specific-matching" |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
111 falsevalue="--no-acceptor-donor-order-specific-matching" |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
112 label="Consider fusion genes distinct when the donor and acceptor sites are swapped (A,B) != (B,A)" |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
113 help="This settings is not recommended when fusion genes detected in DNA-Seq are used" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
114 |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
115 <param name="long_gene_size" type="integer" min="0" value="200000" label="Long gene size" |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
116 help="Gene-name based matching is more sensitive to long genes. This is the gene size used to mark fusion genes spanning a 'long gene' as reported the output. Use 0 to disable this feature" |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
117 argument="--long-gene-size" /> |
|
10
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
118 |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
119 <param name="output_format" type="select" label="Output format"> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
120 <option value="list_boolean" selected="true">List (Boolean)</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
121 <option value="list">List</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
122 <option value="summary">Count summary</option> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
123 </param> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
124 </when> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
125 </conditional> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
126 </inputs> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
127 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
128 <outputs> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
129 <data format="tabular" name="fuma_overview" label="${tool.name} on ${', '.join([ str(d['sample'].hid)+': '+d['sample'].name for d in $datasets ])}" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
130 </outputs> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
131 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
132 <tests> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
133 <!-- Large tests, take long |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
134 <test> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
135 <param name="datasets_0|sample" value="edgren_chimerascan.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
136 <param name="datasets_0|format" value="chimerascan" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
137 <param name="datasets_0|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
138 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
139 <param name="datasets_1|sample" value="edgren_defuse.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
140 <param name="datasets_1|format" value="defuse" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
141 <param name="datasets_1|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
142 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
143 <param name="datasets_2|sample" value="edgren_fusion-map.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
144 <param name="datasets_2|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
145 <param name="datasets_2|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
146 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
147 <param name="datasets_3|sample" value="edgren_true_positives.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
148 <param name="datasets_3|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
149 <param name="datasets_3|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
150 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
151 <param name="settingsType" value="full" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
152 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
153 <param name="matching_method" value="subset" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
154 <param name="strand_specific_matching" value=" - - strand-specific-matching" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
155 <param name="acceptor_donor_order_specific_matchig" value=" - -acceptor-donor-order-specific-matching" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
156 <param name="long_gene_size" value="200000" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
157 <param name="output_format" value="list_boolean" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
158 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
159 <output name="fuma_overview" file="edgren_test_01_specifc_matching_output.txt" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
160 </test> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
161 <test> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
162 <param name="datasets_0|sample" value="edgren_fusion-map.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
163 <param name="datasets_0|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
164 <param name="datasets_0|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
165 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
166 <param name="datasets_1|sample" value="edgren_true_positives.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
167 <param name="datasets_1|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
168 <param name="datasets_1|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
169 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
170 <param name="datasets_0|sample" value="edgren_chimerascan.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
171 <param name="datasets_0|format" value="chimerascan" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
172 <param name="datasets_0|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
173 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
174 <param name="datasets_1|sample" value="edgren_defuse.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
175 <param name="datasets_1|format" value="defuse" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
176 <param name="datasets_1|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
177 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
178 <param name="settingsType" value="full" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
179 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
180 <param name="matching_method" value="subset" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
181 <param name="strand_specific_matching" value="False" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
182 <param name="acceptor_donor_order_specific_matchig" value="False" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
183 <param name="long_gene_size" value="200000" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
184 <param name="output_format" value="list_boolean" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
185 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
186 <output name="fuma_overview" file="edgren_test_02_unspecifc_matching_output.txt" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
187 </test> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
188 --> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
189 <test> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
190 <param name="datasets_0|sample" value="edgren_fusion-map.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
191 <param name="datasets_0|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
192 <param name="datasets_0|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
193 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
194 <param name="datasets_1|sample" value="edgren_true_positives.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
195 <param name="datasets_1|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
196 <param name="datasets_1|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
197 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
198 <param name="settingsType" value="full" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
199 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
200 <param name="matching_method" value="subset" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
201 <param name="strand_specific_matching" value="--strand-specific-matching" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
202 <param name="acceptor_donor_order_specific_matchig" value="--acceptor-donor-order-specific-matching" /> |
|
10
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
203 <param name="long_gene_size" value="200000" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
204 <param name="output_format" value="list_boolean" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
205 |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
206 <output name="fuma_overview" file="edgren_test_03_specific_matching_output.txt" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
207 </test> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
208 <test> |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
209 <param name="datasets_0|sample" value="edgren_fusion-map.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
210 <param name="datasets_0|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
211 <param name="datasets_0|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
212 |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
213 <param name="datasets_1|sample" value="edgren_true_positives.txt" ftype="tabular" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
214 <param name="datasets_1|format" value="fusionmap" /> |
|
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
215 <param name="datasets_1|gene_annotation" value="refseq_genes_hg19.bed" ftype="bed" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
216 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
217 <param name="settingsType" value="full" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
218 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
219 <param name="matching_method" value="subset" /> |
|
9
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
220 <param name="strand_specific_matching" value="False" /><!-- Set to false, automatically sets the false value --> |
|
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
221 <param name="acceptor_donor_order_specific_matchig" value="False" /><!-- Set to false, automatically sets the false value --> |
|
10
d39811cb7c3a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 18ae9555a548d5cb3b3d15d46f57c28112bb16b9
yhoogstrate
parents:
9
diff
changeset
|
222 <param name="long_gene_size" value="200000" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
223 <param name="output_format" value="list_boolean" /> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
224 |
|
15
889c61da402a
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/fuma commit 9fca536af2b1faddbc1fa68891a5442a6c1f5ca4
yhoogstrate
parents:
14
diff
changeset
|
225 <output name="fuma_overview" file="edgren_test_04_unspecific_matching_output.txt" /> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
226 </test> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
227 </tests> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
228 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
229 <help><![CDATA[ |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
230 ============ |
|
3
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
231 Introduction |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
232 ============ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
233 |
|
9
77abea4fc3e7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 1f068f256b74445a7ac296e12ccc12d42a902e70
yhoogstrate
parents:
8
diff
changeset
|
234 A new generation of tools that identify fusion genes in RNA-seq data is limited in either sensitivity and or specificity. To allow further downstream analysis and to estimate performance, predicted fusion genes from different tools have to be compared. However, the transcriptomic context complicates genomic location-based matching. FusionMatcher (FuMa) is a program that reports identical fusion genes based on gene-name annotations. FuMa automatically compares and summarizes all combinations of two or more datasets in a single run, without additional programming necessary. FuMa uses one gene annotation, avoiding mismatches caused by tool specific gene annotations. FuMa matches 10% more fusion genes compared to exact gene matching (EGM) due to overlapping genes and accepts intermediate output files that allow a step wise analysis of corresponding tools. |
|
3
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
235 |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
236 ===== |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
237 Usage |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
238 ===== |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
239 |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
240 After you have uploaded the results of your Fusion Gene detection experiment, and selected the format to be *tabular*, you can start the FuMa wrapper. For each dataset you simply have to add another repeat. Then you have to select a corresponding format: |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
241 |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
242 ******* |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
243 Formats |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
244 ******* |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
245 |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
246 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
247 |Tools | File | Format string | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
248 +===================+=======================+=====================================+ |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
249 |Chimera | prettyPrint() output | chimera | |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
250 +-------------------+-----------------------+-------------------------------------+ |
|
3
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
251 |ChimeraScan | chimeras.bedpe | chimerascan | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
252 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
253 |Complete Genomics | highConfidenceJu*.tsv | complete-genomics | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
254 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
255 |Complete Genomics | allJunctionsBeta*.tsv | complete-genomics | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
256 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
257 |DeFuse | results.txt | defuse | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
258 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
259 |DeFuse | results.classify.txt | defuse | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
260 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
261 |DeFuse | results.filtered.txt | defuse | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
262 +-------------------+-----------------------+-------------------------------------+ |
|
13
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
263 |EricScript | .results.total.txt | ericscript ************* | |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
264 +-------------------+-----------------------+-------------------------------------+ |
|
3
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
265 |Fusion Catcher | final-list_cand*.txt | fusion-catcher_final | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
266 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
267 |FusionMap | | fusionmap | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
268 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
269 |Trinity + GMAP | | trinity-gmap | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
270 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
271 |OncoFuse | | oncofuse | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
272 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
273 |RNA STAR | Chimeric.out.junction | rna-star_chimeric | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
274 +-------------------+-----------------------+-------------------------------------+ |
|
13
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
275 |SOAPFuse | final.*.for.genes.txt | soapfuse-final-gene | |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
276 +-------------------+-----------------------+-------------------------------------+ |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
277 |SOAPFuse | final.*.for.trans.txt | soapfuse-final-transcript | |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
278 +-------------------+-----------------------+-------------------------------------+ |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
279 |STAR Fusion | _candidates.final | star-fusion_final | |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
280 +-------------------+-----------------------+-------------------------------------+ |
|
3
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
281 |TopHat Fusion pre | fusions.out | tophat-fusion_pre | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
282 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
283 |TopHat Fusion post | potential_fusion.txt | tophat-fusion_post_potential_fusion | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
284 +-------------------+-----------------------+-------------------------------------+ |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
285 |TopHat Fusion post | result.txt | tophat-fusion_post_result | |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
286 +-------------------+-----------------------+-------------------------------------+ |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
287 |TopHat Fusion post | result.html | tophat-fusion_post_result_html | |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
288 +-------------------+-----------------------+-------------------------------------+ |
|
3
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
289 |
|
13
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
290 ************* EricScript often contains entries with unknown breakpoints. |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
291 Because no genomic coordinates are given those fusion genes can not be |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
292 imported into FuMa and only those with breakpoints will be taken into account. |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
293 |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
294 |
|
209e96e870e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit d90385601350b4d5fafae3004b470dee4a7f442d-dirty
yhoogstrate
parents:
12
diff
changeset
|
295 |
|
3
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
296 To annotate genes upon the breakpoints you must provide a BED file that contains gene annotations for the user genome build. Make sure **your BED file contains one gene per line**. You should use BED files that contain one exon per line only if you want restrict your analysis to fusion genes detected within exons. |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
297 |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
298 UCSC genome browser provides a very simple way of obtaining BED files with one gene per line by selecting their *RefSeq Genes*-track and *knownGene*-table and putting the export format to BED. Galaxy should have a built-in UCSC table browser. |
|
f06461883f7b
updated to version 2.7.1 and extended wrapper with additional output type and a help section
yhoogstrate
parents:
2
diff
changeset
|
299 |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
300 ]]></help> |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
301 |
|
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
302 <citations> |
|
12
4ceaf2551a79
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 811623bf945377481ed49f83e4dc4d08e83103c5
yhoogstrate
parents:
10
diff
changeset
|
303 <citation type="doi">10.1093/bioinformatics/btv721</citation> |
|
7
77c5a17f335b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/fuma_galaxy_wrapper commit 3da3fcc0204205d4899763f9fe63edf9aa16d5a2
yhoogstrate
parents:
6
diff
changeset
|
304 </citations> |
| 0 | 305 </tool> |
