Mercurial > repos > iuc > red
annotate red.xml @ 0:7ce2085e6284 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:18 +0000 |
| parents | |
| children | 611dbafcb095 |
| rev | line source |
|---|---|
|
0
7ce2085e6284
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@"> |
|
7ce2085e6284
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> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
3 <macros> |
|
7ce2085e6284
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> |
|
7ce2085e6284
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> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
6 </macros> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
7 <requirements> |
|
7ce2085e6284
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> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
9 </requirements> |
|
7ce2085e6284
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[ |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
11 mkdir input output && |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
12 |
|
7ce2085e6284
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 && |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
14 |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
15 Red |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
16 -gnm input/ |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
17 -msk output/ |
|
7ce2085e6284
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} |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
19 ]]></command> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
20 <inputs> |
|
7ce2085e6284
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" /> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
22 </inputs> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
23 <outputs> |
|
7ce2085e6284
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" /> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
25 </outputs> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
26 <tests> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
27 <test> |
|
7ce2085e6284
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" /> |
|
7ce2085e6284
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" /> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
30 </test> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
31 </tests> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
32 <help><![CDATA[ |
|
7ce2085e6284
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. |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
34 |
|
7ce2085e6284
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. |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
36 ]]></help> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
37 <citations> |
|
7ce2085e6284
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> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
39 </citations> |
|
7ce2085e6284
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
40 </tool> |
