changeset 2:666f3453a99d draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 2131f017e9303599ed672797ffd6e9b00ab1245d
author galaxyp
date Wed, 07 Aug 2019 10:50:06 -0400
parents 8bac3cc5c5de
children 175e062b6a17
files mqwrapper.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')