Mercurial > repos > iuc > red
annotate red.xml @ 2:db57bc3b57af draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit f6cf3fc8a9446a0a591ad7e0e2d81101b42fc714
author | iuc |
---|---|
date | Mon, 18 Mar 2024 15:56:22 +0000 |
parents | 18a46265455b |
children |
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> |
1
18a46265455b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
iuc
parents:
0
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">1</token> |
0
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
6 </macros> |
2
db57bc3b57af
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit f6cf3fc8a9446a0a591ad7e0e2d81101b42fc714
iuc
parents:
1
diff
changeset
|
7 <xrefs> |
db57bc3b57af
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit f6cf3fc8a9446a0a591ad7e0e2d81101b42fc714
iuc
parents:
1
diff
changeset
|
8 <xref type="bio.tools">red</xref> |
db57bc3b57af
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit f6cf3fc8a9446a0a591ad7e0e2d81101b42fc714
iuc
parents:
1
diff
changeset
|
9 </xrefs> |
0
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
10 <requirements> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
11 <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
|
12 </requirements> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
13 <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
|
14 mkdir input output && |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
15 |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
16 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
|
17 |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
18 Red |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
19 -gnm input/ |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
20 -msk output/ |
1
18a46265455b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
iuc
parents:
0
diff
changeset
|
21 -rpt output/ |
18a46265455b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
iuc
parents:
0
diff
changeset
|
22 -frm 2 |
0
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
23 -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
|
24 ]]></command> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
25 <inputs> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
26 <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
|
27 </inputs> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
28 <outputs> |
2
db57bc3b57af
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit f6cf3fc8a9446a0a591ad7e0e2d81101b42fc714
iuc
parents:
1
diff
changeset
|
29 <data format="fasta" name="masked" label="${tool.name} on ${on_string}: masked genome" from_work_dir="output/genome.msk" /> |
db57bc3b57af
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit f6cf3fc8a9446a0a591ad7e0e2d81101b42fc714
iuc
parents:
1
diff
changeset
|
30 <data format="bed" name="bed" label="${tool.name} on ${on_string}: bed" from_work_dir="output/genome.bed" /> |
0
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
31 </outputs> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
32 <tests> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
33 <test> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
34 <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
|
35 <output name="masked" file="small.msk" /> |
1
18a46265455b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
iuc
parents:
0
diff
changeset
|
36 <output name="bed" file="small.bed" /> |
0
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
37 </test> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
38 </tests> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
39 <help><![CDATA[ |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
40 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
|
41 |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
42 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
|
43 ]]></help> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
44 <citations> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
45 <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
|
46 </citations> |
cc02b208f3a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff
changeset
|
47 </tool> |