comparison hisat2_macros.xml @ 30:6c19daec423d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 591f9e8e46a9429bf28b64bae6f27f744bf08b3c"
author iuc
date Sun, 18 Jul 2021 17:50:55 +0000
parents d4b55e2beb12
children f4af63aaf57a
comparison
equal deleted inserted replaced
29:26371a1df031 30:6c19daec423d
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">2.2.1</token>
3 <token name="@VERSION_SUFFIX@">0</token>
4
2 <xml name="paired_end_options"> 5 <xml name="paired_end_options">
3 6
4 <param name="rna_strandness" argument="--rna-strandness" type="select" label="Specify strand information" 7 <param name="rna_strandness" argument="--rna-strandness" type="select" label="Specify strand information"
5 help="'FR' means a read corresponds to a transcript. 'RF' means a read corresponds to the reverse complemented counterpart of a transcript. With this option being used, every read alignment will have an XS attribute tag: '+' means a read belongs to a transcript on '+' strand of genome. '-' means a read belongs to a transcript on '-' strand of genome."> 8 help="'FR' means a read corresponds to a transcript. 'RF' means a read corresponds to the reverse complemented counterpart of a transcript. With this option being used, every read alignment will have an XS attribute tag: '+' means a read belongs to a transcript on '+' strand of genome. '-' means a read belongs to a transcript on '-' strand of genome.">
6 <option value="">Unstranded</option> 9 <option value="">Unstranded</option>