Mercurial > repos > cpt > cpt_gff_split
comparison gff3_splitgff.xml @ 5:ba8b6a5ffd9e draft default tip
planemo upload commit bd6df65b549fbec575d891285d194f55340ee52d
| author | cpt |
|---|---|
| date | Fri, 24 May 2024 03:13:25 +0000 |
| parents | 4b60e0b6a150 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:4b60e0b6a150 | 5:ba8b6a5ffd9e |
|---|---|
| 1 <tool id="edu.tamu.cpt2.gff3.splitGff" name="Split GFF3+Fasta into separate parts" version="22.0.0"> | 1 <tool id="edu.tamu.cpt2.gff3.splitGff" name="Split GFF3+Fasta into separate parts" version="22.0.0"> |
| 2 <description/> | 2 <description/> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 | |
| 6 </macros> | 5 </macros> |
| 7 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 8 <command detect_errors="aggressive"><![CDATA[ | 7 <command detect_errors="aggressive"><![CDATA[ |
| 9 'python $__tool_directory__/gff3_splitgff.py' | 8 python '$__tool_directory__/gff3_splitgff.py' |
| 10 '$input' | 9 '$input' |
| 11 | 10 |
| 12 --gff '$gff_out' | 11 --gff '$gff_out' |
| 13 --fasta '$fasta_out' | 12 --fasta '$fasta_out' |
| 14 ]]></command> | 13 ]]></command> |
