Utilities#
General Utils#
- qiime2.util.duplicate(src, dst)[source]#
Alternative to
shutil.copyfile()
this will useos.link()
when possible.See
shutil.copyfile()
for documention. Onlysrc
anddst
are supported. Unlike copyfile, this will not overwrite the destination if it exists.