# HG changeset patch # User jpetteng # Date 1515531027 18000 # Node ID 3e42024d27baea107abf60412a4a4306fad2f7c3 # Parent 71af8383215874d75af1e59f930dd5fdb25970c4 Uploaded diff -r 71af83832158 -r 3e42024d27ba ectyper.xml --- a/ectyper.xml Tue Jan 09 15:29:45 2018 -0500 +++ b/ectyper.xml Tue Jan 09 15:50:27 2018 -0500 @@ -20,7 +20,15 @@ #else if $jobtype.select == "pe" -i sample_1.fastq sample_2.fastq #end if - -b $maptype.select; + + #if $options.percent_identity + -d $options.percent_identity + #end if + + #if $options.percent_length + -l $options.percent_length + #end if + cat ectyper_result*/ectyper_result.txt > results.txt; ]]> @@ -43,30 +51,23 @@ - - - - - + + + - - - - - - +