Mercurial > repos > jjohnson > arriba
annotate arriba_download_reference.xml @ 1:9f2665b32c45 draft
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
author | jjohnson |
---|---|
date | Fri, 08 Oct 2021 11:16:21 +0000 |
parents | |
children | 7420753b0671 |
rev | line source |
---|---|
1
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
1 <tool id="arriba_download_reference" name="Arriba Download Reference" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
2 <description></description> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
3 <macros> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
4 <import>macros.xml</import> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
5 </macros> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
7 <expand macro="version_command" /> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
9 echo $arriba_reference_name > '$arriba_reference' |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
10 mkdir -p '$arriba_reference.files_path' && |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
11 cd '$arriba_reference.files_path' && |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
12 BASE_DIR=$(dirname $(dirname `which arriba`)) && |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
13 REF_SCRIPT=`find $BASE_DIR -name 'download_references.sh'` && |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
14 $REF_SCRIPT '$arriba_reference_name' |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
15 ]]></command> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
16 <inputs> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
17 <param name="arriba_reference_name" type="select" label="Select reference"> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
18 <option value="GRCh37+ENSEMBL87">GRCh37+ENSEMBL87</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
19 <option value="GRCh37+GENCODE19">GRCh37+GENCODE19</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
20 <option value="GRCh37+RefSeq">GRCh37+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
21 <option value="GRCh37viral+ENSEMBL87">GRCh37viral+ENSEMBL87</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
22 <option value="GRCh37viral+GENCODE19">GRCh37viral+GENCODE19</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
23 <option value="GRCh37viral+RefSeq">GRCh37viral+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
24 <option value="GRCh38+ENSEMBL93">GRCh38+ENSEMBL93</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
25 <option value="GRCh38+GENCODE28">GRCh38+GENCODE28</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
26 <option value="GRCh38+RefSeq">GRCh38+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
27 <option value="GRCh38viral+ENSEMBL93">GRCh38viral+ENSEMBL93</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
28 <option value="GRCh38viral+GENCODE28">GRCh38viral+GENCODE28</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
29 <option value="GRCh38viral+RefSeq">GRCh38viral+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
30 <option value="GRCm38+GENCODEM25">GRCm38+GENCODEM25</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
31 <option value="GRCm38+RefSeq">GRCm38+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
32 <option value="GRCm38viral+GENCODEM25">GRCm38viral+GENCODEM25</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
33 <option value="GRCm38viral+RefSeq">GRCm38viral+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
34 <option value="hg19+ENSEMBL87">hg19+ENSEMBL87</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
35 <option value="hg19+GENCODE19">hg19+GENCODE19</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
36 <option value="hg19+RefSeq">hg19+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
37 <option value="hg19viral+ENSEMBL87">hg19viral+ENSEMBL87</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
38 <option value="hg19viral+GENCODE19">hg19viral+GENCODE19</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
39 <option value="hg19viral+RefSeq">hg19viral+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
40 <option value="hg38+ENSEMBL93">hg38+ENSEMBL93</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
41 <option value="hg38+GENCODE28">hg38+GENCODE28</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
42 <option value="hg38+RefSeq">hg38+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
43 <option value="hg38viral+ENSEMBL93">hg38viral+ENSEMBL93</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
44 <option value="hg38viral+GENCODE28">hg38viral+GENCODE28</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
45 <option value="hg38viral+RefSeq">hg38viral+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
46 <option value="hs37d5+ENSEMBL87">hs37d5+ENSEMBL87</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
47 <option value="hs37d5+GENCODE19">hs37d5+GENCODE19</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
48 <option value="hs37d5+RefSeq">hs37d5+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
49 <option value="hs37d5viral+ENSEMBL87">hs37d5viral+ENSEMBL87</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
50 <option value="hs37d5viral+GENCODE19">hs37d5viral+GENCODE19</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
51 <option value="hs37d5viral+RefSeq">hs37d5viral+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
52 <option value="mm10+GENCODEM25">mm10+GENCODEM25</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
53 <option value="mm10+RefSeq">mm10+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
54 <option value="mm10viral+GENCODEM25">mm10viral+GENCODEM25</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
55 <option value="mm10viral+RefSeq">mm10viral+RefSeq</option> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
56 </param> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
57 </inputs> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
58 <outputs> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
59 <data name="arriba_reference" format="txt" label="$arriba_reference_name"/> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
60 </outputs> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
61 <help><![CDATA[ |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
62 ** Arriba ** |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
63 |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
64 Arriba_ is a fast tool to search for aberrant transcripts such as gene fusions. |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
65 It is based on chimeric alignments found by the STAR RNA-Seq aligner. |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
66 |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
67 .. _Arriba: https://arriba.readthedocs.io/en/latest/ |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
68 |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
69 ]]></help> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
70 <expand macro="citations" /> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
71 </tool> |