From 552ba7f9ad84e3fa973c900ef58f846fa9f7bd3f Mon Sep 17 00:00:00 2001 From: Maria Doyle Date: Fri, 29 Sep 2017 20:28:02 +1000 Subject: [PATCH 1/2] fix extra file outputs --- tools/hisat2/hisat2.xml | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/tools/hisat2/hisat2.xml b/tools/hisat2/hisat2.xml index da571dabe1a..c0c76e51c0e 100644 --- a/tools/hisat2/hisat2.xml +++ b/tools/hisat2/hisat2.xml @@ -290,12 +290,10 @@ hisat2 --summary-file summary.txt #end if - ## Convert SAM output to sorted BAM | samtools sort - -@ \${GALAXY_SLOTS:-1} -l 6 -o '${output_alignments}' - ## Rename any output fastq files #if $output_unaligned_reads_l and $output_unaligned_reads_r: @@ -540,12 +538,12 @@ hisat2 - adv['output_options']['output_options_selector'] == "advanced" and adv['output_options']['unaligned_file'] is True) + adv['output_options']['output_options_selector'] == "advanced" and adv['output_options']['unaligned_file'] is True - adv['output_options']['output_options_selector'] == "advanced" and adv['output_options']['aligned_file'] is True) + adv['output_options']['output_options_selector'] == "advanced" and adv['output_options']['aligned_file'] is True @@ -567,8 +565,8 @@ hisat2 - - + + @@ -576,14 +574,16 @@ hisat2 - + + - + + @@ -594,7 +594,8 @@ hisat2 - + + @@ -608,18 +609,19 @@ hisat2 - + + - - + + @@ -631,7 +633,8 @@ hisat2 - + + @@ -645,7 +648,8 @@ hisat2 - + + @@ -659,7 +663,8 @@ hisat2 - + + @@ -668,7 +673,8 @@ hisat2 - + + From 8046fcc3b4022b9677015bdbc23a49151190bb51 Mon Sep 17 00:00:00 2001 From: Maria Doyle Date: Sat, 30 Sep 2017 08:53:09 +1000 Subject: [PATCH 2/2] fix from review --- tools/hisat2/hisat2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/hisat2/hisat2.xml b/tools/hisat2/hisat2.xml index c0c76e51c0e..712e05e1312 100644 --- a/tools/hisat2/hisat2.xml +++ b/tools/hisat2/hisat2.xml @@ -565,7 +565,8 @@ hisat2 - + +