Skip to content

Commit 2e3b360

Browse files
New Tool Addition: PIRATE Tool (#7632)
* Add Pirate Tool * Update category * Cleanup * Code changes as per review * Update tools/pirate/pirate.xml Co-authored-by: M Bernt <m.bernt@ufz.de> * Update tools/pirate/pirate.xml Co-authored-by: M Bernt <m.bernt@ufz.de> * Update requirements * Update requirements, add new test for plotting * Minor reformatting --------- Co-authored-by: M Bernt <m.bernt@ufz.de>
1 parent f91494b commit 2e3b360

4 files changed

Lines changed: 478 additions & 0 deletions

File tree

tools/pirate/.shed.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: pirate
2+
owner: iuc
3+
categories:
4+
- Sequence Analysis
5+
- Genome annotation
6+
description: Pangenome Iterative Refinement and Threshold Evaluation.
7+
long_description: |
8+
PIRATE is a comprehensive pangenomics toolbox for gene clustering and pangenome
9+
construction. It uses a range of identity thresholds to iteratively refine
10+
gene clusters, allowing for the identification of orthologs across diverse
11+
evolutionary scales and the classification of complex paralogous gene families.
12+
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/main/tools/pirate
13+
homepage_url: https://github.com/SionBayliss/PIRATE
14+
type: unrestricted
15+
maintainers:
16+
- SaimMomin12

tools/pirate/macros.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<macros>
2+
<token name="@TOOL_VERSION@">1.0.5</token>
3+
<token name="@VERSION_SUFFIX@">0</token>
4+
<token name="@PROFILE@">25.0</token>
5+
<xml name="requirements">
6+
<requirements>
7+
<requirement type="package" version="@TOOL_VERSION@">pirate</requirement>
8+
</requirements>
9+
</xml>
10+
<xrefs>
11+
<xref type="bio.tools">PIRATE</xref>
12+
</xrefs>
13+
<xml name="creator">
14+
<creator>
15+
<person givenName="Saim" familyName="Momin" url="https://github.com/SaimMomin12"/>
16+
<person givenName="Fernando" familyName="Martin Garcia" url="https://github.com/FMG0411"/>
17+
<organization name="Galaxy Europe"/>
18+
</creator>
19+
</xml>
20+
<xml name="citations">
21+
<citations>
22+
<citation type="doi">10.1093/gigascience/giz119</citation>
23+
</citations>
24+
</xml>
25+
</macros>

0 commit comments

Comments
 (0)