Mercurial > repos > iuc > pysradb_search
comparison pysradb.xml @ 1:f63cf0adfd87 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pysradb commit ce41250f1a9525090296ce9351b8a38a521af6b1
author | iuc |
---|---|
date | Wed, 30 Nov 2022 13:19:36 +0000 |
parents | 1005ffbccd86 |
children | b91e1e70f3a1 |
comparison
equal
deleted
inserted
replaced
0:1005ffbccd86 | 1:f63cf0adfd87 |
---|---|
76 help="Sequence Read Archive (SRA) data, is the largest publicly available repository of high throughput sequencing data. The European Nucleotide | 76 help="Sequence Read Archive (SRA) data, is the largest publicly available repository of high throughput sequencing data. The European Nucleotide |
77 Archive (ENA) provides a comprehensive record of nucleotide sequencing information."> | 77 Archive (ENA) provides a comprehensive record of nucleotide sequencing information."> |
78 <option value="sra">SRA: Sequence Read Archive</option> | 78 <option value="sra">SRA: Sequence Read Archive</option> |
79 <option value="ena">ENA: European Nucleotide Archive</option> | 79 <option value="ena">ENA: European Nucleotide Archive</option> |
80 </param> | 80 </param> |
81 <param argument="--query" type="text" value="" | 81 <param argument="--query" type="text" value="" optional="true" |
82 label="Query keywords" help="Multiple keywords should be separated by spaces. Example: colorectal cancer"> | 82 label="Query keywords/BioProject ID" help="Multiple keywords should be separated by spaces. Example: colorectal cancer"> |
83 <sanitizer invalid_char=""> | 83 <sanitizer invalid_char=""> |
84 <valid initial="string.letters,string.digits"> | 84 <valid initial="string.letters,string.digits"> |
85 <add value="_" /> | 85 <add value="_" /> |
86 <add value="-" /> | 86 <add value="-" /> |
87 <add value=" " /> | 87 <add value=" " /> |
88 </valid> | 88 </valid> |
89 </sanitizer> | 89 </sanitizer> |
90 <validator type="regex">[0-9a-zA-Z_ -]+</validator> | 90 <validator type="regex">[0-9a-zA-Z_ -]+</validator> |
91 </param> | 91 </param> |
92 <conditional name="conditional_mode"> | 92 <conditional name="conditional_mode"> |
93 <param name="selector" type="select" label="Genetic material recovered directly from environmental or clinical samples" help="Enable this option if you are interested in metagenomic data. Default: disabled"> | 93 <param name="selector" type="select" label="Metagenomic data" help="Enable this option if you are interested in genetic material recovered directly from environmental or clinical samples. Default: disabled"> |
94 <option value="false" selected="true">Disabled</option> | 94 <option value="false" selected="true">Disabled</option> |
95 <option value="true">Enabled</option> | 95 <option value="true">Enabled</option> |
96 </param> | 96 </param> |
97 <when value="false"> | 97 <when value="false"> |
98 <expand macro="source_macro"> | 98 <expand macro="source_macro"> |
297 </output_collection> | 297 </output_collection> |
298 </test> | 298 </test> |
299 <!-- Test 02: Specific search options--> | 299 <!-- Test 02: Specific search options--> |
300 <test expect_num_outputs="2"> | 300 <test expect_num_outputs="2"> |
301 <param name="database" value="sra"/> | 301 <param name="database" value="sra"/> |
302 <param name="query" value="colorectal cancer"/> | |
303 <conditional name="conditional_platform"> | 302 <conditional name="conditional_platform"> |
304 <param name="platform" value="illumina"/> | 303 <param name="platform" value="illumina"/> |
305 <param name="instrument" value="NovaSeq 6000"/> | 304 <param name="instrument" value="NovaSeq 6000"/> |
306 </conditional> | 305 </conditional> |
307 <param name="strategy" value="wga"/> | 306 <param name="strategy" value="wga"/> |
330 <param name="max" value="50"/> | 329 <param name="max" value="50"/> |
331 </section> | 330 </section> |
332 <conditional name="conditional_mode"> | 331 <conditional name="conditional_mode"> |
333 <param name="selector" value="false"/> | 332 <param name="selector" value="false"/> |
334 <param name="source" value="genomic"/> | 333 <param name="source" value="genomic"/> |
335 <param name="organism" value="homo sapiens"/> | 334 <param name="organism" value="Homo sapiens"/> |
336 </conditional> | 335 </conditional> |
337 <output name="metadata_file" file="test_03.tabular" ftype="tsv"/> | 336 <output name="metadata_file" file="test_03.tabular" ftype="tsv"/> |
338 <output name="stats" file="test_03.txt" ftype="txt"/> | 337 <output name="stats" file="test_03.txt" ftype="txt"/> |
339 </test> | 338 </test> |
340 <!-- Test 04: Test metatranscriptome query --> | 339 <!-- Test 04: Test metatranscriptome query --> |