comparison sortmerna.xml @ 2:48ab7cdab700 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/sortmerna/ commit 4d9df680f128bc18183ebba6f85fc24f11207571-dirty
author bebatut
date Wed, 28 Oct 2015 06:56:21 -0400
parents 16dacde7336c
children 9c19086ae626
comparison
equal deleted inserted replaced
1:16dacde7336c 2:48ab7cdab700
79 #else 79 #else
80 --num_alignments $report.num_alignments.value 80 --num_alignments $report.num_alignments.value
81 #end if 81 #end if
82 #end if 82 #end if
83 83
84 --e $e_value 84 -e $e_value
85 --match $match 85 --match $match
86 --mismatch $mismatch 86 --mismatch $mismatch
87 --gap_open $gap_open 87 --gap_open $gap_open
88 --gap_ext $gap_ext 88 --gap_ext $gap_ext
89 --N $ambiguous_letter 89 -N $ambiguous_letter
90 90
91 #if $strand == 'forward': 91 #if $strand == 'forward':
92 -F 92 -F
93 #end if 93 #end if
94 #if $strand == 'reverse': 94 #if $strand == 'reverse':