# HG changeset patch # User mvdbeek # Date 1483524249 18000 # Node ID bcba667aef5b556ea82b23dbd8efb77a68e9211a # Parent 37cac55c1081722c550feb7474028c4544494c8e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/yaha commit 287ffa5c3b1d4f08c7633bddd9dd98925a5483c4-dirty diff -r 37cac55c1081 -r bcba667aef5b yaha.xml --- a/yaha.xml Tue Jan 03 05:02:28 2017 -0500 +++ b/yaha.xml Wed Jan 04 05:04:09 2017 -0500 @@ -25,7 +25,11 @@ #end if yaha -x '$index_path' - -q '$q' + #if str($readtype.single_or_paired) == "se": + -q '$reatype.input_single' + #else: + -q <(cat '$readtype.input_paired.forward' '$readtype.input_paired.reverse') + #end if $outformat stdout -t \${GALAXY_SLOTS:-1} -BW $BW @@ -62,7 +66,18 @@ | sambamba view -S -f bam /dev/stdin | sambamba sort -o '$alignment' -l 6 -t \${GALAXY_SLOTS:-1} /dev/stdin ]]> - + + + + + + + + + + + +