# HG changeset patch # User galaxyp # Date 1625784293 0 # Node ID 63b1c8b6192bc19152ac82c7202dabd1fe033a09 # Parent 9f82b3871b08dc2dda58310f1e8b2fda6fe5a44a "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 9ee3c66acde2e5690b93eca561db78b58df2a07d" diff -r 9f82b3871b08 -r 63b1c8b6192b macros.xml --- a/macros.xml Fri Jun 25 07:17:17 2021 +0000 +++ b/macros.xml Thu Jul 08 22:44:53 2021 +0000 @@ -1,7 +1,7 @@ 1.6.17.0 - 1 + 2 1.0.10 [^\w\-\s\.] diff -r 9f82b3871b08 -r 63b1c8b6192b maxquant.xml --- a/maxquant.xml Fri Jun 25 07:17:17 2021 +0000 +++ b/maxquant.xml Thu Jul 08 22:44:53 2021 +0000 @@ -32,7 +32,11 @@ #set names_with_ext = [($name if ($name).lower().endswith(str($input_opts.ftype)) else $name + str($input_opts.ftype)) for $name in $names] #for $target, $link in zip($infiles, $names_with_ext) && + #if str($input_opts.ftype) == '.thermo.raw': + cp '$target' '$link' + #else: ln -s '$target' '$link' + #end if #end for && python3 '$__tool_directory__/create_mqpar.py' @@ -454,7 +458,6 @@ -