Mercurial > repos > peterjc > tmhmm_and_signalp
diff tools/protein_analysis/promoter2.xml @ 15:6abd809cefdd draft
Uploaded v0.2.4, added unit tests for Promoter 2
author | peterjc |
---|---|
date | Thu, 25 Apr 2013 12:25:52 -0400 |
parents | e52220a9ddad |
children | 7de64c8b258d |
line wrap: on
line diff
--- a/tools/protein_analysis/promoter2.xml Thu Apr 25 11:54:47 2013 -0400 +++ b/tools/protein_analysis/promoter2.xml Thu Apr 25 12:25:52 2013 -0400 @@ -1,4 +1,4 @@ -<tool id="promoter2" name="Promoter 2.0" version="0.0.3"> +<tool id="promoter2" name="Promoter 2.0" version="0.0.4"> <description>Find eukaryotic PolII promoters in DNA sequences</description> <!-- If job splitting is enabled, break up the query file into parts --> <!-- Using 2000 per chunk so 4 threads each doing 500 is ideal --> @@ -23,6 +23,16 @@ <requirements> <requirement type="binary">promoter</requirement> </requirements> + <tests> + <test> + <param name="fasta_file" value="Adenovirus.fasta" ftype="fasta"/> + <output name="tabular_file" file="Adenovirus.promoter2.tabular" ftype="tabular"/> + </test> + <test> + <param name="fasta_file" value="empty.fasta" ftype="fasta"/> + <output name="tabular_file" file="empty_promoter2.tabular" ftype="tabular"/> + </test> + </tests> <help> **What it does**