comparison hisat2.xml @ 2:c37b4554f794 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/hisat2 commit a2aaa7c9fe7b343f95450ec428250317696a9fb7
author iuc
date Fri, 15 Jan 2016 03:33:11 -0500
parents 6d4d39720545
children b1e25f9b5eab
comparison
equal deleted inserted replaced
1:6d4d39720545 2:c37b4554f794
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hisat2" name="HISAT2" version="1.0.0"> 2 <tool id="hisat2" name="HISAT2" version="1.0.1">
3 <description>A fast and sensitive alignment program</description> 3 <description>A fast and sensitive alignment program</description>
4 <macros> 4 <macros>
5 <import>hisat2_macros.xml</import> 5 <import>hisat2_macros.xml</import>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
59 --sp ${scoring_options.soft_clip_penalty_max},${scoring_options.soft_clip_penalty_min} 59 --sp ${scoring_options.soft_clip_penalty_max},${scoring_options.soft_clip_penalty_min}
60 --score-min ${scoring_options.function_type},${scoring_options.constant_term},${scoring_options.coefficient} 60 --score-min ${scoring_options.function_type},${scoring_options.constant_term},${scoring_options.coefficient}
61 #end if 61 #end if
62 #if str($alignment_options.alignment_options_selector) == "advanced": 62 #if str($alignment_options.alignment_options_selector) == "advanced":
63 --n-ceil ${alignment_options.function_type},${alignment_options.constant_term},${alignment_options.coefficient} 63 --n-ceil ${alignment_options.function_type},${alignment_options.constant_term},${alignment_options.coefficient}
64 ${alignment_options.skip_forward} ${alignment_options.skip_reverse} 64 ${alignment_options.skip_forward} ${alignment_options.skip_reverse} ${alignment_options.ignore_quals}
65 #end if 65 #end if
66 #if str($spliced_options.spliced_options_selector) == "advanced": 66 #if str($spliced_options.spliced_options_selector) == "advanced":
67 --pen-cansplice ${spliced_options.canonical_penalty} --pen-noncansplice ${spliced_options.noncanonical_penalty} 67 --pen-cansplice ${spliced_options.canonical_penalty} --pen-noncansplice ${spliced_options.noncanonical_penalty}
68 --pen-canintronlen ${spliced_options.function_type},${spliced_options.constant_term},${spliced_options.coefficient} 68 --pen-canintronlen ${spliced_options.function_type},${spliced_options.constant_term},${spliced_options.coefficient}
69 --pen-noncanintronlen ${spliced_options.nc_function_type},${spliced_options.nc_constant_term},${spliced_options.nc_coefficient} 69 --pen-noncanintronlen ${spliced_options.nc_function_type},${spliced_options.nc_constant_term},${spliced_options.nc_coefficient}
191 help="'F' means a read corresponds to a transcript. 'R' means a read corresponds to the reverse complemented counterpart of a transcript."> 191 help="'F' means a read corresponds to a transcript. 'R' means a read corresponds to the reverse complemented counterpart of a transcript.">
192 <option value="">FR Unstranded</option> 192 <option value="">FR Unstranded</option>
193 <option value="R">First Strand (R/RF)</option> 193 <option value="R">First Strand (R/RF)</option>
194 <option value="F">Second Strand (F/FR)</option> 194 <option value="F">Second Strand (F/FR)</option>
195 </param> 195 </param>
196 <param argument="--no-spliced-alignment" name="ignore_quals" type="boolean" truevalue="--no-spliced-alignment" falsevalue="" label="Disable spliced alignment" /> 196 <param argument="--no-spliced-alignment" name="no_spliced_alignment" type="boolean" truevalue="--no-spliced-alignment" falsevalue="" label="Disable spliced alignment" />
197 <param format="gtf" label="GTF file with known splice sites" name="known_splice_gtf" optional="True" type="data" /> 197 <param format="gtf" label="GTF file with known splice sites" name="known_splice_gtf" optional="True" type="data" />
198 <param display="radio" label="Transcriptome assembly reporting" name="tma" type="select"> 198 <param display="radio" label="Transcriptome assembly reporting" name="tma" type="select">
199 <option value="">Use default reporting.</option> 199 <option value="">Use default reporting.</option>
200 <option value="--tmo">Report only those alignments within known transcripts.</option> 200 <option value="--tmo">Report only those alignments within known transcripts.</option>
201 <option value="--dta">Report alignments tailored for transcript assemblers including StringTie.</option> 201 <option value="--dta">Report alignments tailored for transcript assemblers including StringTie.</option>