# HG changeset patch # User artbio # Date 1649239932 0 # Node ID 32b19379cd25d76a3f6938bc0e647c626817a9b1 # Parent 401afd3c52206c9ca71a21c9e265fb8023e45979 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/justgzip commit 33e1e0491fc6ba65ac9777c06a7f736592f6d2e3" diff -r 401afd3c5220 -r 32b19379cd25 gzip.xml --- a/gzip.xml Wed May 16 12:59:10 2018 -0400 +++ b/gzip.xml Wed Apr 06 10:12:12 2022 +0000 @@ -1,37 +1,30 @@ - + $output +gzip -c '${input1}' > '$output' +#if ($input1.ext.startswith("fastq") and not $input1.ext.endswith(".gz")) or $input1.ext in ["fasta", "paf", "gff3", "nii1", "nii2", "gii", "tabular"]: + #set ext = $input1.ext + ".gz" +#else + #set ext = "gz" +#end if +&& echo '{"output": {"ext": "$ext"}}' >> galaxy.json ]]> - - - - - - + - - - - - - - + - - @@ -42,7 +35,7 @@ **What it does** -Just **gzip** fastq, fastqillumina and fastqsanger datasets. +Just **gzip** datasets.