Mercurial > repos > bgruening > salmon
comparison salmon.xml @ 11:c320b539ff54 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 4cc21e8c47d99cee4560bb7634c859b551c4ea72
author | bgruening |
---|---|
date | Thu, 25 Jul 2019 15:45:02 -0400 |
parents | d9bfffca4548 |
children |
comparison
equal
deleted
inserted
replaced
10:d9bfffca4548 | 11:c320b539ff54 |
---|---|
16 <option value="O">Mates are oriented away from each other (O = outward)</option> | 16 <option value="O">Mates are oriented away from each other (O = outward)</option> |
17 <option value="I" selected="True">Mates are oriented toward each other (I = inward)</option> | 17 <option value="I" selected="True">Mates are oriented toward each other (I = inward)</option> |
18 </param> | 18 </param> |
19 </xml> | 19 </xml> |
20 <token name="@VERSION@">0.11.2</token> | 20 <token name="@VERSION@">0.11.2</token> |
21 <token name="@IDX_VERSION@">q5</token> | |
21 </macros> | 22 </macros> |
22 | 23 |
23 <requirements> | 24 <requirements> |
24 <requirement type="package" version="1.0.6">bzip2</requirement> | 25 <requirement type="package" version="1.0.6">bzip2</requirement> |
25 <requirement type="package" version="@VERSION@">salmon</requirement> | 26 <requirement type="package" version="@VERSION@">salmon</requirement> |
228 <option value="indexed">Use a built-in index</option> | 229 <option value="indexed">Use a built-in index</option> |
229 <option value="history" selected="True">Use one from the history</option> | 230 <option value="history" selected="True">Use one from the history</option> |
230 </param> | 231 </param> |
231 <when value="indexed"> | 232 <when value="indexed"> |
232 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy admin"> | 233 <param name="index" type="select" label="Select a reference transcriptome" help="If your transcriptome of interest is not listed, contact your Galaxy admin"> |
233 <options from_data_table="salmon_indexes"> | 234 <options from_data_table="salmon_indexes_versioned"> |
234 <filter type="sort_by" column="2"/> | 235 <filter type="sort_by" column="2"/> |
236 <filter type="static_value" column="4" value="@IDX_VERSION@" /> | |
235 <validator type="no_options" message="No indexes are available for the selected input dataset"/> | 237 <validator type="no_options" message="No indexes are available for the selected input dataset"/> |
236 </options> | 238 </options> |
237 </param> | 239 </param> |
238 </when> <!-- build-in --> | 240 </when> <!-- build-in --> |
239 <when value="history"> | 241 <when value="history"> |
439 <has_text text="NR_031764" /> | 441 <has_text text="NR_031764" /> |
440 <has_n_columns n="5" /> | 442 <has_n_columns n="5" /> |
441 </assert_contents> | 443 </assert_contents> |
442 </output> | 444 </output> |
443 </test> | 445 </test> |
446 <test> <!--test use of built-in index--> | |
447 <param name="single_or_paired_opts" value="paired" /> | |
448 <param name="input_mate1" value="reads_1.fastq" /> | |
449 <param name="input_mate2" value="reads_2.fastq" /> | |
450 <param name="biasCorrect" value="False" /> | |
451 <param name="TranscriptSource" value="indexed" /> | |
452 <param name="index" value="hg19_transcript_subset" /> | |
453 <output name="output_quant"> | |
454 <assert_contents> | |
455 <has_text text="EffectiveLength" /> | |
456 <has_text text="TPM" /> | |
457 <has_text text="NM_001168316" /> | |
458 <has_text text="NM_174914" /> | |
459 <has_text text="NM_018953" /> | |
460 <has_text text="NR_003084" /> | |
461 <has_text text="NM_017410" /> | |
462 <has_text text="NM_153693" /> | |
463 <has_text text="NR_031764" /> | |
464 <has_n_columns n="5" /> | |
465 </assert_contents> | |
466 </output> | |
467 </test> | |
444 <test> <!-- gzipped input --> | 468 <test> <!-- gzipped input --> |
445 <param name="single_or_paired_opts" value="paired" /> | 469 <param name="single_or_paired_opts" value="paired" /> |
446 <param name="input_mate1" value="reads_1.fastq.gz" ftype="fastqsanger.gz" /> | 470 <param name="input_mate1" value="reads_1.fastq.gz" ftype="fastqsanger.gz" /> |
447 <param name="input_mate2" value="reads_2.fastq.gz" ftype="fastqsanger.gz" /> | 471 <param name="input_mate2" value="reads_2.fastq.gz" ftype="fastqsanger.gz" /> |
448 <param name="biasCorrect" value="False" /> | 472 <param name="biasCorrect" value="False" /> |