Mercurial > repos > cpt_testbed > suite_work2
comparison transterm.xml @ 0:d5c3354c166d draft default tip
Uploaded
| author | cpt_testbed |
|---|---|
| date | Fri, 29 Apr 2022 10:33:36 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:d5c3354c166d |
|---|---|
| 1 <tool id="TransTermHP" name="TransTermHP" version="19.1.0.0"> | |
| 2 <description>predicts transcription terminators</description> | |
| 3 <macros> | |
| 4 <import>macros.xml</import> | |
| 5 <import>cpt-macros.xml</import> | |
| 6 </macros> | |
| 7 <requirements> | |
| 8 <requirement type="package" version="3.7.9">python</requirement> | |
| 9 <requirement type="package" version="1.77">biopython</requirement> | |
| 10 <requirement type="package" version="2.09">transtermhp</requirement> | |
| 11 <requirement type="package" version="1.1.3">cpt_gffparser</requirement> | |
| 12 <requirement type="package" version="1.5">bcftools</requirement> | |
| 13 </requirements> | |
| 14 <command detect_errors="aggressive"><![CDATA[ | |
| 15 @GENOME_SELECTOR_PRE@ | |
| 16 | |
| 17 $__tool_directory__/transterm.py | |
| 18 @GENOME_SELECTOR@ | |
| 19 $gff3_data | |
| 20 | |
| 21 > $output | |
| 22 | |
| 23 ]]> | |
| 24 </command> | |
| 25 <inputs> | |
| 26 <expand macro="genome_selector" /> | |
| 27 <expand macro="gff3_input" /> | |
| 28 </inputs> | |
| 29 <outputs> | |
| 30 <data name="output" label="Terminators from ${gff3_data.name}" format="gff3" /> | |
| 31 </outputs> | |
| 32 <tests> | |
| 33 <test> | |
| 34 <param name="genome_fasta" value="Transterm_In.fa" /> | |
| 35 <param name="gff3_data" value="Transterm_In.gff3" /> | |
| 36 <output name="output" file="Transterm_Out.gff3" /> | |
| 37 </test> | |
| 38 </tests> | |
| 39 <help> | |
| 40 *TransTermHP* finds rho-independent transcription terminators in bacterial | |
| 41 genomes. Each terminator found by the program is assigned a confidence | |
| 42 value that estimates its probability of being a true terminator. | |
| 43 </help> | |
| 44 <citations> | |
| 45 <citation type="doi">10.1186/gb-2007-8-2-r22</citation> | |
| 46 </citations> | |
| 47 </tool> |
