Mercurial > repos > peterjc > effectivet3
diff tools/effectiveT3/effectiveT3.xml @ 5:1ea715da1879 draft
Uploaded v0.0.13, embed citation, relax test for floating point differences
author | peterjc |
---|---|
date | Tue, 25 Nov 2014 08:28:24 -0500 |
parents | f7ce32e13bc6 |
children | 0f6eb4a75000 |
line wrap: on
line diff
--- a/tools/effectiveT3/effectiveT3.xml Wed Sep 18 06:11:36 2013 -0400 +++ b/tools/effectiveT3/effectiveT3.xml Tue Nov 25 08:28:24 2014 -0500 @@ -1,4 +1,4 @@ -<tool id="effectiveT3" name="Effective T3" version="0.0.12"> +<tool id="effectiveT3" name="Effective T3" version="0.0.13"> <description>Find bacterial effectors in protein sequences</description> <requirements> <requirement type="package" version="1.0.1">effectiveT3</requirement> @@ -47,12 +47,12 @@ <param name="fasta_file" value="four_human_proteins.fasta" ftype="fasta" /> <param name="module" value="animal" /> <param name="type" value="selective" /> - <output name="tabular_file" file="four_human_proteins.effectiveT3.tabular" ftype="tabular" /> + <output name="tabular_file" file="four_human_proteins.effectiveT3.tabular" ftype="tabular" lines_diff="2"/> </test> <test> <param name="fasta_file" value="empty.fasta" ftype="fasta" /> <param name="module" value="plant" /> - <param name="type" value="sensistive" /> + <param name="type" value="sensitive" /> <output name="tabular_file" file="empty_effectiveT3.tabular" ftype="tabular" /> </test> </tests> @@ -99,4 +99,9 @@ This wrapper is available to install into other Galaxy Instances via the Galaxy Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/effectivet3 </help> + <citations> + <citation type="doi">10.7717/peerj.167</citation> + <citation type="doi">10.1093/nar/gkq1154</citation> + <citation type="doi">10.1371/journal.ppat.1000376</citation> + </citations> </tool>