# HG changeset patch # User galaxyp # Date 1565189352 14400 # Node ID 461ba35a313fd5f31165dc546ce811b9dbf8cce3 # Parent 4ce8694766e3f9da8d3bc6dcd80b71a40e8012ab planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 2131f017e9303599ed672797ffd6e9b00ab1245d diff -r 4ce8694766e3 -r 461ba35a313f mqwrapper.py --- a/mqwrapper.py Fri Jul 19 19:13:15 2019 -0400 +++ b/mqwrapper.py Wed Aug 07 10:49:12 2019 -0400 @@ -91,7 +91,7 @@ for a in filenames] for f, l in zip(files, fnames_with_ext): - os.link(f, l) + os.symlink(f, l) # build mqpar.xml mqpar_in = os.path.join(os.getcwd(), 'mqpar.xml')