Mercurial > repos > bornea > saint_tool
comparison saint_wrapper.xml @ 29:c75a787fd1b1 draft
Uploaded
author | bornea |
---|---|
date | Thu, 28 Jan 2016 16:33:34 -0500 |
parents | 8f6b0b0b242c |
children | 3b29140a33e5 |
comparison
equal
deleted
inserted
replaced
28:b7e5a9bfa620 | 29:c75a787fd1b1 |
---|---|
16 </inputs> | 16 </inputs> |
17 <outputs> | 17 <outputs> |
18 <data format="txt" name="output" /> | 18 <data format="txt" name="output" /> |
19 </outputs> | 19 </outputs> |
20 <stdio> | 20 <stdio> |
21 <regex match="error" | 21 <regex match="Error|error" |
22 source="stdout" | 22 source="stdout" |
23 level="fatal" | 23 level="fatal" |
24 description="Unknown error"/> | 24 description="Unknown error"/> |
25 <regex match="Error|error" | |
26 source="stderr" | |
27 level="fatal" | |
28 description="Unknown error"/> | |
29 <regex match="Error: bad bait" | |
30 source="stdout" | |
31 level="fatal" | |
32 description="Error: bad bait"/> | |
25 </stdio> | 33 </stdio> |
26 | 34 |
27 <tests> | 35 <tests> |
28 <test> | 36 <test> |
29 <param name="input" value="fa_gc_content_input.fa"/> | 37 <param name="input" value="fa_gc_content_input.fa"/> |
30 <output name="out_file1" file="fa_gc_content_output.txt"/> | 38 <output name="out_file1" file="fa_gc_content_output.txt"/> |
31 </test> | 39 </test> |
32 </tests> | 40 </tests> |
33 <help> | 41 <help> |
34 <!-- | 42 |
35 AB: Needs some help probably copy paste from Saint manual if that is okay. | |
36 --> | |
37 </help> | 43 </help> |
38 </tool> | 44 </tool> |