Mercurial > repos > galaxyp > peptideshaker
changeset 21:515c835c2f07 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 9434ce2f6323d91e6b10eeabab531d5e13ef4a6f
| author | galaxyp | 
|---|---|
| date | Wed, 18 Jan 2017 16:43:30 -0500 | 
| parents | 2375ad43661f | 
| children | ba5377754cce | 
| files | searchgui.xml | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/searchgui.xml Fri Jan 13 14:15:29 2017 -0500 +++ b/searchgui.xml Wed Jan 18 16:43:30 2017 -0500 @@ -30,7 +30,7 @@ echo "searchgui.version=@SEARCHGUI_VERSION@" >> searchgui.properties; #for $mgf in $peak_lists: - #set $input_name = $mgf.display_name.replace(".mgf", "") + ".mgf" + #set $input_name = $mgf.display_name.split('/')[-1].replace(".mgf", "") + ".mgf" ln -s -f '${mgf}' '${input_name}'; #set $encoded_id = $__app__.security.encode_id($mgf.id) echo "Spectrums:${mgf.display_name}(API:${encoded_id}) ";
