Mercurial > repos > petr-novak > tidecluster
comparison tidecluster_reannotate.xml @ 2:299f14a6050a draft
planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 65066fa2cd844c8ae882c4ba9bc4e124eada8ffd
author | petr-novak |
---|---|
date | Thu, 17 Aug 2023 14:23:02 +0000 |
parents | |
children | 9e77d3afefdd |
comparison
equal
deleted
inserted
replaced
1:eac66eb6a5cf | 2:299f14a6050a |
---|---|
1 <tool id="tc_reannotate" name="TideCluster Reannotate" version="@TOOL_VERSION"> | |
2 <macros> | |
3 <import>macros.xml</import> | |
4 </macros> | |
5 <description>Reannotate tandem repeats using similarity-based approach</description> | |
6 <expand macro="requirements" /> | |
7 <command detect_errors="exit_code"><![CDATA[ | |
8 tc_reannotate.py | |
9 -s '$ref_seq' | |
10 -f '$fasta_file' | |
11 -c \${GALAXY_SLOTS:-1} | |
12 -o '$output' | |
13 ]]></command> | |
14 <inputs> | |
15 <param type="data" name="ref_seq" format="fasta" label="Reference sequence" help="FASTA file to be annotated by TRC library"/> | |
16 <param type="data" name="fasta_file" format="fasta" label="Tandem repeat library" help="FASTA file with tandem repeat library from TideCluster"/> | |
17 </inputs> | |
18 <outputs> | |
19 <data name="output" format="gff3" label="${tool.name} on ${on_string}: GFF3 Output"/> | |
20 </outputs> | |
21 <help><![CDATA[ | |
22 This is a tool for reannotating tandem repeats using a similarity-based approach. This tool runs RepeatMasker using the tandem repeat | |
23 library generated by TAREAN in TideCluster. Resulting RepeatMasker output is processed to retain only high-quality tandem repeat hits. | |
24 Overlapping tandem repeat annotation are merged, and regions shorter than twice the monomer length are excluded from the output. | |
25 Reannotate tandem repeats using similarity-based approach can fill in gaps in annotation provided by TideCluster/TideHunter. | |
26 ]]></help> | |
27 <citations> | |
28 <!-- Add citations here --> | |
29 </citations> | |
30 </tool> |