Mercurial > repos > sanbi-uwc > build_ctb_gene
changeset 22:f62c95374715 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc.git commit ca4b23afc96118700e402c0ec0d67ea6563d4337
author | sanbi-uwc |
---|---|
date | Thu, 19 May 2016 08:54:29 -0400 |
parents | 04f49a2f5ec9 |
children | 9e9f1a97f97b |
files | build_ctb_gene.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build_ctb_gene.py Thu May 19 08:32:30 2016 -0400 +++ b/build_ctb_gene.py Thu May 19 08:54:29 2016 -0400 @@ -56,7 +56,7 @@ if os.path.isdir(file_name): shutil.copytree(file_name, self.args.outputdir) elif os.path.isfile(file_name): - shutil.copy(file_name, self.args.outputdir) + shutil.copy2(file_name, self.args.outputdir) def main():