# HG changeset patch # User galaxyp # Date 1565189406 14400 # Node ID 666f3453a99d2d954f2a60033fcb1ebd4b1f713a # Parent 8bac3cc5c5de0c388c0f5b95e9d027fd6c970a4f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 2131f017e9303599ed672797ffd6e9b00ab1245d diff -r 8bac3cc5c5de -r 666f3453a99d mqwrapper.py --- a/mqwrapper.py Sat Jul 20 05:01:05 2019 -0400 +++ b/mqwrapper.py Wed Aug 07 10:50:06 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')