Mercurial > repos > iuc > red
annotate red.xml @ 0:cc02b208f3a4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
author | iuc |
---|---|
date | Wed, 14 Sep 2022 12:02:55 +0000 |
parents | |
children | 18a46265455b |
rev | line source |
---|---|
0
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
1 <tool id="red" name="Red" profile="20.01" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
2 <description>repeat masking</description> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
3 <macros> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">2018.09.10</token> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">0</token> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
6 </macros> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
7 <requirements> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">red</requirement> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
9 </requirements> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
11 mkdir input output && |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
12 |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
13 ln -s '${input}' input/genome.fa && |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
14 |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
15 Red |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
16 -gnm input/ |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
17 -msk output/ |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
18 -cor \${GALAXY_SLOTS:-1} |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
19 ]]></command> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
20 <inputs> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
21 <param label="Genome sequence to mask" name="input" type="data" format="fasta" /> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
22 </inputs> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
23 <outputs> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
24 <data format="fasta" name="masked" from_work_dir="output/genome.msk" /> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
25 </outputs> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
26 <tests> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
27 <test> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
28 <param name="input" value="small.fa" /> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
29 <output name="masked" file="small.msk" /> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
30 </test> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
31 </tests> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
32 <help><![CDATA[ |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
33 This is Red (REpeat Detector) designed and developed by Hani Zakaria Girgis, PhD. |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
34 |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
35 An intelligent, rapid, accurate tool for detecting repeats de-novo on the genomic scale. |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
36 ]]></help> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
37 <citations> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
38 <citation type="doi">10.1186/s12859-015-0654-5</citation> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
39 </citations> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
40 </tool> |