# HG changeset patch # User dfornika # Date 1560895368 14400 # Node ID 15d5dd95daf228385e521fdbec4069dc76216589 # Parent ae9dffe91f2094ade5e3c90613ec285b24c21859 planemo upload commit 976a7fd83686e1fe0e4ca2ee9b7c98fff7241d6d-dirty diff -r ae9dffe91f20 -r 15d5dd95daf2 snippy.xml --- a/snippy.xml Tue Jun 18 16:08:43 2019 -0400 +++ b/snippy.xml Tue Jun 18 18:02:48 2019 -0400 @@ -62,7 +62,9 @@ && - tar -czf out.tgz ${dir_name} + cp -r '$dir_name' 'out' && + + tar -czf 'out.tgz' '${dir_name}' #if "outcon" in str($outputs) and $adv.rename_cons && sed -i 's/>.*/>${dir_name}/' out/snps.consensus.fa #end if @@ -123,31 +125,31 @@ - + outputs and 'outvcf' in outputs - + outputs and 'outgff' in outputs - + outputs and 'outtab' in outputs - + outputs and 'outsum' in outputs - + outputs and 'outlog' in outputs - + outputs and 'outaln' in outputs - + outputs and 'outcon' in outputs - + outputs and 'outdep' in outputs - + outputs and 'outbam' in outputs