Mercurial > repos > iuc > snippy
changeset 8:eea223efd86e draft
"planemo upload commit 401528f2dba371d4ca2491aaa83e0b2bfe36f81a"
author | iuc |
---|---|
date | Fri, 15 Nov 2019 13:18:31 +0000 |
parents | 493a80c7107e |
children | 43791d945de1 |
files | snippy.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/snippy.xml Mon Nov 04 20:06:23 2019 -0500 +++ b/snippy.xml Fri Nov 15 13:18:31 2019 +0000 @@ -54,7 +54,7 @@ #end if mkdir -p ${dir_name} && cp -r out/reference out/snps.tab out/snps.aligned.fa out/snps.vcf ${dir_name}/ && - tar -czf out.tgz ${dir_name} + tar -cf - ${dir_name} | gzip > out.tgz #if "outcon" in str($outputs) and $adv.rename_cons && sed -i 's/>.*/>${dir_name}/' out/snps.consensus.fa #end if