changeset 1:081720f095a9 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:49:44 -0400
parents a52165553917
children b95d333b4a3f
files mqwrapper.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mqwrapper.py	Fri Jul 19 19:13:52 2019 -0400
+++ b/mqwrapper.py	Wed Aug 07 10:49:44 2019 -0400
@@ -56,7 +56,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_temp = os.path.join(os.getcwd(), 'mqpar.xml')