Mercurial > repos > cpt > cpt_intersect_adj
comparison intersect_and_adjacent.xml @ 2:0dbc7fbad0ab draft
planemo upload commit 48284d6c706e2433ccee77dee811bdfd692fb9c9
author | cpt |
---|---|
date | Mon, 12 Aug 2024 03:04:00 +0000 |
parents | f7d19040fafa |
children | 10000414e916 |
comparison
equal
deleted
inserted
replaced
1:f7d19040fafa | 2:0dbc7fbad0ab |
---|---|
1 <tool id="edu.tamu.cpt.gff3.intersect_and_adjacent" name="Intersect and Adjacent" version="21.0.0"> | 1 <tool id="edu.tamu.cpt.gff3.intersect_and_adjacent" name="Intersect and Adjacent" version="21.0.0"> |
2 <description>Outputs nearby top-level GFF features from two GFF3 files</description> | 2 <description>Outputs nearby top-level GFF features from two GFF3 files</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"> |
7 <requirements> | |
8 <requirement type="package" version="3.0.2">intervaltree</requirement> | 7 <requirement type="package" version="3.0.2">intervaltree</requirement> |
9 </requirements> | 8 </expand> |
10 <command detect_errors="aggressive"><![CDATA[ | 9 <command detect_errors="aggressive"><![CDATA[ |
11 python '$__tool_directory__/intersect_and_adjacent.py' | 10 python '$__tool_directory__/intersect_and_adjacent.py' |
12 '$gff3_data_a' | 11 '$gff3_data_a' |
13 '$gff3_data_b' | 12 '$gff3_data_b' |
14 '$window' | 13 '$window' |