Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/LogTransform.xml @ 13:eb53be9a09f4 draft
Uploaded
| author | timpalpant |
|---|---|
| date | Sat, 19 May 2012 10:36:45 -0400 |
| parents | 81d5b81fb3c2 |
| children | 3e477c7e0e73 |
comparison
equal
deleted
inserted
replaced
| 12:81d5b81fb3c2 | 13:eb53be9a09f4 |
|---|---|
| 7 </inputs> | 7 </inputs> |
| 8 <outputs> | 8 <outputs> |
| 9 <data format="wig" name="output" metadata_source="input" /> | 9 <data format="wig" name="output" metadata_source="input" /> |
| 10 </outputs> | 10 </outputs> |
| 11 <tests> | 11 <tests> |
| 12 <!--<test> | 12 <test> |
| 13 <param name="input" value="wigmath.input1"/> | 13 <param name="input" value="wigmath1.wig"/> |
| 14 <param name="base" value="2"/> | 14 <param name="base" value="2"/> |
| 15 <param name="dbkey" value="sacCer2"/> | 15 <output name="output" file="logger1.wig"/> |
| 16 <output name="output" file="logger.output1"/> | |
| 17 </test> | 16 </test> |
| 18 <test> | 17 <test> |
| 19 <param name="input" value="wigmath.input1.bw"/> | 18 <param name="input" value="wigmath2.wig"/> |
| 20 <param name="base" value="2"/> | 19 <param name="base" value="3"/> |
| 21 <param name="dbkey" value="sacCer2"/> | 20 <output name="output" file="logger2.wig"/> |
| 22 <output name="output" file="logger.output1"/> | |
| 23 </test> | 21 </test> |
| 24 <test> | 22 <test> |
| 25 <param name="input" value="wigmath.input2"/> | 23 <param name="input" value="wigmath3.wig"/> |
| 26 <param name="base" value="2"/> | 24 <param name="base" value="10"/> |
| 27 <param name="dbkey" value="sacCer2"/> | 25 <output name="output" file="logger3.wig"/> |
| 28 <output name="output" file="logger.output2"/> | |
| 29 </test> | 26 </test> |
| 30 <test> | 27 <test> |
| 31 <param name="input" value="wigmath.input2.bw"/> | 28 <param name="input" value="wigmath1.bw"/> |
| 32 <param name="base" value="2"/> | 29 <param name="base" value="2"/> |
| 33 <param name="dbkey" value="sacCer2"/> | 30 <output name="output" file="logger4.wig"/> |
| 34 <output name="output" file="logger.output2"/> | |
| 35 </test> | 31 </test> |
| 36 <test> | 32 <test> |
| 37 <param name="input" value="wigmath.input3"/> | 33 <param name="input" value="wigmath2.bw"/> |
| 38 <param name="base" value="10"/> | 34 <param name="base" value="3"/> |
| 39 <param name="dbkey" value="sacCer2"/> | 35 <output name="output" file="logger5.wig"/> |
| 40 <output name="output" file="logger.output3"/> | |
| 41 </test> | 36 </test> |
| 42 <test> | 37 <test> |
| 43 <param name="input" value="wigmath.input3.bw"/> | 38 <param name="input" value="wigmath3.bw"/> |
| 44 <param name="base" value="10"/> | 39 <param name="base" value="10"/> |
| 45 <param name="dbkey" value="sacCer2"/> | 40 <output name="output" file="logger6.wig"/> |
| 46 <output name="output" file="logger.output3"/> | 41 </test> |
| 47 </test>--> | |
| 48 </tests> | 42 </tests> |
| 49 | 43 |
| 50 <help> | 44 <help> |
| 51 | 45 |
| 52 .. class:: infomark | 46 .. class:: infomark |
