# HG changeset patch # User artbio # Date 1562680336 14400 # Node ID 55cf9d9defd1e0e8ac111e678908944bc6fa2711 # Parent 4554fa330d3d7e3a7c6dd132f06f4fb3fa78e6df planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/concat_multi_datasets commit 75811bd85c9d175d9bc7b2c4fd723adc3a361f0f diff -r 4554fa330d3d -r 55cf9d9defd1 catWrapper.xml --- a/catWrapper.xml Mon Jun 24 04:02:53 2019 -0400 +++ b/catWrapper.xml Tue Jul 09 09:52:16 2019 -0400 @@ -1,4 +1,4 @@ - + tail-to-head by specifying how > '$out_file1' && - #else: + #if $file.ext: + #if $file.ext[-2:] == "gz" and $headers != 0: + gzip -dc '$file' | $concat_command | gzip -c >> '$out_file1' && + #else: + $concat_command '$file' >> '$out_file1' && + #end if + #else: $concat_command '$file' >> '$out_file1' && - #end if + #end if printf "Done\n" && #end for sleep 1 @@ -399,18 +403,18 @@ - + - + - + @@ -443,8 +447,8 @@ - - + + @@ -460,11 +464,11 @@ .. class:: warningmark -**WARNING:** This tool does not check if the datasets being concatenated are in the same format. +**WARNINGS:** -**WARNING:** When concatenating 2 collections make sure the first collection is the one with the most items. - -**WARNING:** This tool can't handle nested collection deeper than list:list. +- This tool does not check if the datasets being concatenated are in the same format. +- When concatenating 2 collections make sure the first collection is the one with the most items. +- This tool can't handle nested collection deeper than list:list. ----- diff -r 4554fa330d3d -r 55cf9d9defd1 test-data/1_options.fastq.gz Binary file test-data/1_options.fastq.gz has changed