Mercurial > repos > bgruening > salmonquantmerge
comparison macros.xml @ 4:85b3dc9b6830 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 4c71464b5f5047e0745067c115c37a5d06867649"
author | bgruening |
---|---|
date | Mon, 13 Jul 2020 17:14:25 -0400 |
parents | f6e3a10a88e5 |
children | 88c07fc4024c |
comparison
equal
deleted
inserted
replaced
3:f6e3a10a88e5 | 4:85b3dc9b6830 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@VERSION@">0.14.1.2</token> | 2 <token name="@VERSION@">1.3.0</token> |
3 <token name="@GALAXY_VERSION@">galaxy0</token> | 3 <token name="@GALAXY_VERSION@">galaxy0</token> |
4 <token name="@IDX_VERSION@">q6</token> | 4 <token name="@IDX_VERSION@">q7</token> |
5 <xml name="requirements"> | 5 <xml name="requirements"> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@VERSION@">salmon</requirement> | |
7 <requirement type="package" version="1.3">seqtk</requirement> | 8 <requirement type="package" version="1.3">seqtk</requirement> |
8 <requirement type="package" version="0.14.1">salmon</requirement> | |
9 <requirement type="package" version="1.10">samtools</requirement> | 9 <requirement type="package" version="1.10">samtools</requirement> |
10 <requirement type="package" version="0.2.0">vpolo</requirement> | 10 <requirement type="package" version="0.2.0">vpolo</requirement> |
11 <requirement type="package" version="0.25.1">pandas</requirement> | 11 <requirement type="package" version="1.0.3">pandas</requirement> |
12 <requirement type="package" version="1.3.1">scipy</requirement> | 12 <requirement type="package" version="1.4.1">scipy</requirement> |
13 </requirements> | 13 </requirements> |
14 </xml> | 14 </xml> |
15 <xml name="stranded"> | 15 <xml name="stranded"> |
16 <param name="strandedness" type="select" label="Specify the strandedness of the reads"> | 16 <param name="strandedness" type="select" label="Specify the strandedness of the reads"> |
17 <option value="U" selected="True">Not stranded (U)</option> | 17 <option value="U" selected="True">Not stranded (U)</option> |
356 #if $geneMap: | 356 #if $geneMap: |
357 ln -s '$geneMap' ./geneMap.${geneMap.ext} && | 357 ln -s '$geneMap' ./geneMap.${geneMap.ext} && |
358 #end if | 358 #end if |
359 | 359 |
360 salmon quant | 360 salmon quant |
361 --index $index_path | 361 --index '$index_path' |
362 #if $quant_type.input.single_or_paired.single_or_paired_opts == 'single': | 362 #if $quant_type.input.single_or_paired.single_or_paired_opts == 'single': |
363 --libType ${quant_type.input.single_or_paired.strandedness} | 363 --libType ${quant_type.input.single_or_paired.strandedness} |
364 #if $compressed == 'GZ': | 364 #if $compressed == 'GZ': |
365 --unmatedReads <(zcat < ./single.$ext) | 365 --unmatedReads <(zcat < ./single.$ext) |
366 #else if $compressed == 'BZ2': | 366 #else if $compressed == 'BZ2': |