# HG changeset patch # User iuc # Date 1523569343 14400 # Node ID b2f8e8b8b9a3dc2e5e424806de0a8f1b57504286 # Parent e798c0b3384cee09d4ea3799bf4958af790c2f2a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bowtie2 commit fcc7b4c9511c40ae06cd88dfa308201f63d4ac32 diff -r e798c0b3384c -r b2f8e8b8b9a3 bowtie2_wrapper.xml --- a/bowtie2_wrapper.xml Tue Apr 10 18:39:49 2018 -0400 +++ b/bowtie2_wrapper.xml Thu Apr 12 17:42:23 2018 -0400 @@ -1,11 +1,11 @@ - + - map reads against reference genome bowtie2_macros.xml bowtie2 - samtools + samtools bowtie2 --version '$mapping_stats' #end if ## output file -#if ( str( $analysis_type.analysis_type_selector ) != "full" or str( $analysis_type.sam_opt ) != "true" ): +#if str( $sam_options.sam_options_selector ) == "no" or (str( $sam_options.sam_opt ) == "false" and str($sam_options.reorder) == ''): | samtools sort -@\${GALAXY_SLOTS:-2} -O bam -o '$output' -#else +#else if $sam_options.reorder: + | samtools view -bS - -o '$output' +#else: > '$output_sam' #end if @@ -497,29 +499,13 @@ - - - - - - - - - - - - - - - - - + @@ -527,8 +513,25 @@ + + + + + + + + + + + + + + + @@ -612,8 +615,11 @@ - + analysis_type['analysis_type_selector'] == "simple" or analysis_type['sam_opt'] is False + + + @@ -768,6 +774,20 @@ + + + + + + + + + + + + + +