Previous changeset 6:4df82423ba61 (2019-11-04) Next changeset 8:32f2211eeec3 (2019-12-01) |
Commit message:
"planemo upload commit 401528f2dba371d4ca2491aaa83e0b2bfe36f81a" |
modified:
snippy.xml |
b |
diff -r 4df82423ba61 -r e32aac2299fb snippy.xml --- a/snippy.xml Mon Nov 04 20:07:06 2019 -0500 +++ b/snippy.xml Fri Nov 15 08:19:05 2019 -0500 |
b |
@@ -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 |