# HG changeset patch # User iuc # Date 1566581065 14400 # Node ID 749c918495f7986113fadb5126ec083fd78d3c3e # Parent 017aba02828d4a782f59dc35aff121a6e36a0336 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bowtie2 commit be3590f33762e4797eaa1462d495e8e8a1b98110" diff -r 017aba02828d -r 749c918495f7 bowtie2_wrapper.xml --- a/bowtie2_wrapper.xml Thu Apr 04 09:39:51 2019 -0400 +++ b/bowtie2_wrapper.xml Fri Aug 23 13:24:25 2019 -0400 @@ -1,4 +1,4 @@ - + - map reads against reference genome bowtie2_macros.xml @@ -281,7 +281,6 @@ -R ${analysis_type.effort_options.R} #end if #if str( $analysis_type.other_options.other_options_selector ) == "yes": - ${analysis_type.other_options.reorder} ${analysis_type.other_options.non_deterministic} --seed ${analysis_type.other_options.seed} #end if @@ -314,13 +313,13 @@ #end if ## rename unaligned sequence files -#if $library.type == "paired" and $output_unaligned_reads_l and $output_unaligned_reads_r: +#if ($library.type == "paired" or $library.type == "paired_collection") and $output_unaligned_reads_l and $output_unaligned_reads_r: #from os.path import splitext #set _unaligned_root, _unaligned_ext = splitext( str( $output_unaligned_reads_l ) ) && mv '${ _unaligned_root }.1${_unaligned_ext}' '$output_unaligned_reads_l' && mv '${ _unaligned_root }.2${_unaligned_ext}' '$output_unaligned_reads_r' #end if -#if $library.type == "paired" and $output_aligned_reads_l and $output_aligned_reads_r: +#if ($library.type == "paired" or $library.type == "paired_collection") and $output_aligned_reads_l and $output_aligned_reads_r: #from os.path import splitext #set _aligned_root, _aligned_ext = splitext( str( $output_aligned_reads_l ) ) && mv '${ _aligned_root }.1${_aligned_ext}' '$output_aligned_reads_l' @@ -505,7 +504,6 @@ - @@ -663,11 +661,11 @@ - - + + - +