# HG changeset patch # User galaxyp # Date 1582195874 0 # Node ID 5da80a2c0ef9b948c4c5348e264dd6c6b1f2983f # Parent bfda5aacff85fd2363f5ce14e46d71f7d7d74d6c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit e17bb5a0e4a22c7376b2e7a70cf690262a44a0c6" diff -r bfda5aacff85 -r 5da80a2c0ef9 peptide_shaker.xml --- a/peptide_shaker.xml Wed May 08 14:05:38 2019 -0400 +++ b/peptide_shaker.xml Thu Feb 20 10:51:14 2020 +0000 @@ -30,7 +30,7 @@ peptide-shaker eu.isas.peptideshaker.cmd.PathSettingsCLI - --exec_dir="\$cwd/${bin_dir}" + --exec_dir="\$cwd/${bin_dir}" -temp_folder \$cwd/PathSettingsCLI -log \$cwd/peptideshaker.log && @@ -38,7 +38,7 @@ #set $output_reports_list = set(str($exporting_options.output_reports).split(',')) #else #set $output_reports_list = set() - #end if + #end if ###################### ## PeptideShakerCLI ## @@ -53,9 +53,9 @@ -identification_files \$cwd/searchgui_input.zip -id_params \$cwd/SEARCHGUI_IdentificationParameters.par -out \$cwd/peptideshaker_output.cpsx - #if $exporting_options.zip_conditional.zip_output_boolean == 'zip': - -zip \$cwd/peptideshaker_output.zip - #end if + #if $exporting_options.zip_conditional.zip_output_boolean == 'zip': + -zip \$cwd/peptideshaker_output.zip + #end if -threads "\${GALAXY_SLOTS:-12}" ##Optional processing parameters: @@ -135,7 +135,7 @@ && unzip \$cwd/peptideshaker_output.zip 'reports/*' -d \$cwd/output_reports #end if - #if len(output_reports_list)>0: + #if len($output_reports_list)>0: #if '0' in $output_reports_list: && find \$cwd/output_reports -name '*Certificate_of_Analysis.txt' -exec bash -c 'mv "$0" "certificate.txt"' {} \; #end if @@ -144,7 +144,7 @@ #end if #if '2' in $output_reports_list: && find \$cwd/output_reports -name '*Default_PSM_Phosphorylation_Report.txt' -exec bash -c 'mv "$0" "psm_phospho.txt"' {} \; - #end if` + #end if #if '3' in $output_reports_list: && find \$cwd/output_reports -name '*Default_PSM_Report.txt' -exec bash -c 'mv "$0" "psm.txt"' {} \; #end if