annotate red.xml @ 1:18a46265455b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
author iuc
date Thu, 15 Sep 2022 10:07:47 +0000
parents cc02b208f3a4
children db57bc3b57af
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>
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/
1
18a46265455b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
iuc
parents: 0
diff changeset
18 -rpt output/
18a46265455b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
iuc
parents: 0
diff changeset
19 -frm 2
0
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
20 -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
21 ]]></command>
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 <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
24 </inputs>
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 <data format="fasta" name="masked" from_work_dir="output/genome.msk" />
1
18a46265455b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit d0d15a68ae93d7557efcafaed75be750fec946a4
iuc
parents: 0
diff changeset
27 <data format="bed" name="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
28 </outputs>
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
29 <tests>
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 <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
32 <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
33 <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
34 </test>
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
35 </tests>
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
36 <help><![CDATA[
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
37 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
38
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
39 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
40 ]]></help>
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
41 <citations>
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
42 <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
43 </citations>
cc02b208f3a4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/red commit 50b2be196f4df1bdbe47406613ef984ca32a2d7d
iuc
parents:
diff changeset
44 </tool>