Mercurial > repos > jjohnson > arriba
annotate arriba_download_reference.xml @ 8:1a56888ddb7d draft
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit f5af83950615d8c77a3a43cf45f5ddf46000701b"
author | jjohnson |
---|---|
date | Mon, 11 Oct 2021 19:00:45 +0000 |
parents | 005b200c8841 |
children | 8c4c97fd0555 |
rev | line source |
---|---|
2
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
1 <tool id="arriba_download_reference" name="Arriba Reference" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> |
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
2 <description>Download to history</description> |
1
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[ |
2
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
9 echo $arriba_reference_name > '$star_index' && |
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
10 BASE_DIR=\$(dirname \$(dirname `which arriba`)) && |
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
11 REF_SCRIPT=`find \$BASE_DIR -name 'download_references.sh'` && |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
12 #if $is_test != 'yes' |
2
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
13 \$REF_SCRIPT '$arriba_reference_name' && |
3
2d32e6c86c48
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit b4882afed9ec678b576f126907094c77c03eae96"
jjohnson
parents:
2
diff
changeset
|
14 cp *.fa* '$genome_fasta' && |
2d32e6c86c48
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit b4882afed9ec678b576f126907094c77c03eae96"
jjohnson
parents:
2
diff
changeset
|
15 cp *.gtf* '$genome_gtf' && |
4
77021ad5037d
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 5a62e8a2ec56a8ce00f89c8fbe61b3f1dffbbffd"
jjohnson
parents:
3
diff
changeset
|
16 mv STAR_index_* '$star_index.extra_files_path' |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
17 #else |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
18 [[ -x \$REF_SCRIPT ]] |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
19 #end if |
1
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
20 ]]></command> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
21 <inputs> |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
22 <param name="is_test" type="hidden" value="no"/> |
1
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
23 <param name="arriba_reference_name" type="select" label="Select reference"> |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
24 |
1
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+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
|
26 <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
|
27 <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
|
28 <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
|
29 <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
|
30 <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
|
31 <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
|
32 <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
|
33 <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
|
34 <option value="GRCm38viral+RefSeq">GRCm38viral+RefSeq</option> |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
35 <option value="hg38+ENSEMBL93">hg38+ENSEMBL93</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
36 <option value="hg38+GENCODE28">hg38+GENCODE28</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
37 <option value="hg38+RefSeq">hg38+RefSeq</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
38 <option value="hg38viral+ENSEMBL93">hg38viral+ENSEMBL93</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
39 <option value="hg38viral+GENCODE28">hg38viral+GENCODE28</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
40 <option value="hg38viral+RefSeq">hg38viral+RefSeq</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
41 <option value="GRCh37+ENSEMBL87">GRCh37+ENSEMBL87</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
42 <option value="GRCh37+GENCODE19">GRCh37+GENCODE19</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
43 <option value="GRCh37+RefSeq">GRCh37+RefSeq</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
44 <option value="GRCh37viral+ENSEMBL87">GRCh37viral+ENSEMBL87</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
45 <option value="GRCh37viral+GENCODE19">GRCh37viral+GENCODE19</option> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
46 <option value="GRCh37viral+RefSeq">GRCh37viral+RefSeq</option> |
1
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="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
|
48 <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
|
49 <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
|
50 <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
|
51 <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
|
52 <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
|
53 <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
|
54 <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
|
55 <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
|
56 <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
|
57 <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
|
58 <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
|
59 <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
|
60 <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
|
61 <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
|
62 <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
|
63 </param> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
64 </inputs> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
65 <outputs> |
2
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
66 <data name="genome_fasta" format="fasta" label="${tool.name} ${arriba_reference_name} fasta"/> |
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
67 <data name="genome_gtf" format="gtf" label="${tool.name} ${arriba_reference_name} GTF"/> |
7420753b0671
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 7dbe725aaa7b4b84d7b14ea52f38f63d362bf09c"
jjohnson
parents:
1
diff
changeset
|
68 <data name="star_index" format="txt" label="${tool.name} ${arriba_reference_name} STAR index"/> |
1
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
69 </outputs> |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
70 <tests> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
71 <!-- Downloading a genome and annotation plus build a STAR index requires too many resources for testing. |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
72 Just test that we can locate the script. --> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
73 <test> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
74 <param name="is_test" value="yes"/> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
75 <param name="arriba_reference_name" value="GRCh38+ENSEMBL93"/> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
76 <output name="star_index"> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
77 <assert_contents> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
78 <has_text text="GRCh38+ENSEMBL93"/> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
79 </assert_contents> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
80 </output> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
81 |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
82 </test> |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
83 </tests> |
1
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
84 <help><![CDATA[ |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
85 ** Arriba Reference ** |
1
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
86 |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
87 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
|
88 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
|
89 |
5
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
90 **Arriba Reference** downloads a genome sequence fasta and its related annoation GTF, and then build a STAR index for the RNA STAR aligner. |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
91 |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
92 These datasets will be added to your Galaxy history: |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
93 |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
94 - genome assembly fasta |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
95 - genome annotation GTF |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
96 - STAR index |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
97 |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
98 See Arriba manual pages: |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
99 |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
100 - https://arriba.readthedocs.io/en/latest/workflow/ |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
101 - https://arriba.readthedocs.io/en/latest/input-files/ |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
102 |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
103 |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
104 **NOTE:** This is a resource intensive process, so the results should be copies to new histories as needed rather than running this in each workflow. |
005b200c8841
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit bdefea23247f7d999b96e232ce810e2887338680"
jjohnson
parents:
4
diff
changeset
|
105 |
1
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
106 .. _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
|
107 |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
108 ]]></help> |
9f2665b32c45
"planemo upload for repository https://github.com/jj-umn/tools-iuc/tree/arriba/tools/arriba commit 933ae7dfba10b1b31c30a90216d76cdad6dda685"
jjohnson
parents:
diff
changeset
|
109 <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
|
110 </tool> |