Mercurial > repos > iuc > gemini_query
comparison gemini_query.xml @ 11:81db0d6200da draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
| author | iuc |
|---|---|
| date | Wed, 13 Jul 2022 14:59:02 +0000 |
| parents | 37e2ac64e4f6 |
| children |
comparison
equal
deleted
inserted
replaced
| 10:37e2ac64e4f6 | 11:81db0d6200da |
|---|---|
| 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@+galaxy1"> | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@+galaxy2"> |
| 2 <description>Querying the GEMINI database</description> | 2 <description>Querying the GEMINI database</description> |
| 3 <expand macro="bio_tools"/> | 3 <expand macro="bio_tools"/> |
| 4 <macros> | 4 <macros> |
| 5 <import>gemini_macros.xml</import> | 5 <import>gemini_macros.xml</import> |
| 6 <token name="@BINARY@">query</token> | 6 <token name="@BINARY@">query</token> |
| 386 <param name="tumor_sample_id" value="test" /> | 386 <param name="tumor_sample_id" value="test" /> |
| 387 </conditional> | 387 </conditional> |
| 388 </section> | 388 </section> |
| 389 <output name="outfile" file="gemini_query_as_maf_result.tabular" /> | 389 <output name="outfile" file="gemini_query_as_maf_result.tabular" /> |
| 390 </test> | 390 </test> |
| 391 <test> | |
| 392 <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> | |
| 393 <conditional name="query"> | |
| 394 <param name="interface" value="basic" /> | |
| 395 <repeat name="regions"> | |
| 396 <param name="chrom" value="chr1"/> | |
| 397 <param name="start" value="0"/> | |
| 398 <param name="end" value="13327"/> | |
| 399 </repeat> | |
| 400 </conditional> | |
| 401 <output name="outfile" file="gemini_region_filter.tabular" /> | |
| 402 </test> | |
| 391 </tests> | 403 </tests> |
| 392 <help> | 404 <help> |
| 393 <