# HG changeset patch # User galaxyp # Date 1553765124 14400 # Node ID 7af419c90f5fd24637dbc5a7649ccb1d8a76dcd8 # Parent 226287d75d96d0193475937799204366eef58c1d planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/moFF commit e6392f9c9e5ff88b1711667305c59b15a751758c diff -r 226287d75d96 -r 7af419c90f5f moff.xml --- a/moff.xml Wed Sep 26 07:15:36 2018 -0400 +++ b/moff.xml Thu Mar 28 05:25:24 2019 -0400 @@ -1,7 +1,7 @@ - + extracts MS1 intensities from spectrum files - 1.2.1 + 2.0.2 @@ -48,20 +48,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -153,50 +153,74 @@ #if $task.task_selector == "moff": @WRANGLE_IDENT_INPUT_SINGLE@ @WRANGLE_RAW_INPUT_SINGLE@ - moff.py + moff_all.py @IDENT_INPUT_ARG_SINGLE@ @RAW_INPUT_ARG_SINGLE@ --tol $task.tol - --rt_w $task.rt_w - --rt_p $task.rt_p - --output_folder ./out - #if ($task.peptide_summary): - --peptide_summary 1 - #end if - && - #if $task.peptide_summary: - mv ./out/peptide_summary_intensity_moFF_run.tab '$output_peptide_summary' && - #end if - mv ./out/*moff_result.txt '$output_table' - && - mv ./out/*.log '$output_logs' + --mbr $task.mbr + --xic_length $task.xic_length + --rt_peak_win $task.rt_peak_win + --rt_peak_win_match $task.rt_peak_win_match + --loc_out ./out + #if str( $task.match_filter.filter_flags ) == "filter": + --match_filter + --sample_size $task.match_filter.sample_size + --quantile_thr_filtering $task.match_filter.quantile_thr_filtering + #if ($task.match_filter.ptm_file): + --ptm_file '$task.match_filter.ptm_file' + #else: + --ptm_file '$__tool_directory__/tool-data/ptm_setting_ps.json' + #end if + #end if + #if ($task.peptide_summary): + --peptide_summary + #end if + #if $task.peptide_summary: + && mv ./out/peptide_summary_intensity_moFF_run.tab '$output_peptide_summary' + #end if + && + mv ./out/*moff_result.txt '$output_table' + && + mv ./out/*.log '$output_logs' #else if $task.task_selector == "mbr": @WRANGLE_IDENT_INPUT_MULTIPLE@ - moff_mbr.py - --inputF ./ident_inputs - --ext $task.ext + moff_all.py + @IDENT_INPUT_ARG_MULTIPLE@ + --mbr $task.mbr + --raw_list && - mv ./ident_inputs/mbr_output/* ./out + mv ./mbr_output/* ./out #else: ## moff_all (mbr followed by apex) - @WRANGLE_IDENT_INPUT_MULTIPLE@ + @WRANGLE_IDENT_INPUT_SINGLE@ @WRANGLE_RAW_INPUT_MULTIPLE@ moff_all.py - @IDENT_INPUT_ARG_MULTIPLE@ + @IDENT_INPUT_ARG_SINGLE@ @RAW_INPUT_ARG_MULTIPLE@ --tol $task.tol - --rt_w $task.rt_w - --rt_p $task.rt_p - --rt_p_match $task.rt_p_match - --output_folder ./out - #if $task.peptide_summary: - --peptide_summary 1 + --mbr $task.mbr + --xic_length $task.xic_length + --rt_peak_win $task.rt_peak_win + --rt_peak_win_match $task.rt_peak_win_match + --loc_out ./out + #if ($task.peptide_summary): + --peptide_summary #end if - && + #if str( $task.match_filter.filter_flags ) == "filter": + --match_filter + --sample_size $task.match_filter.sample_size + --quantile_thr_filtering $task.match_filter.quantile_thr_filtering + #if ($task.match_filter.ptm_file): + --ptm_file '$task.match_filter.ptm_file' + #else: + --ptm_file '$__tool_directory__/tool-data/ptm_setting_ps.json' + #end if + #end if + #if $task.peptide_summary: - mv ./out/peptide_summary_intensity_moFF_run.tab '$output_peptide_summary' - #end if - #end if + && mv ./out/peptide_summary_intensity_moFF_run.tab '$output_peptide_summary' + #end if + #end if ]]> @@ -207,33 +231,67 @@ - + + + + + + + + + + + + + + - + - + + + - + - - + + + + + + + + + + + + + + - + - - + + + - + @@ -255,153 +313,10 @@ - task['peptide_summary'] and (task['task_selector']=='all' or task['task_selector']=='moff') + (task['task_selector']=='all' or task['task_selector']=='moff') and task['peptide_summary'] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -417,10 +332,6 @@ - - - - @@ -429,6 +340,7 @@ diff -r 226287d75d96 -r 7af419c90f5f tool-data/ptm_setting_ps.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/ptm_setting_ps.json Thu Mar 28 05:25:24 2019 -0400 @@ -0,0 +1,5 @@ +{ +"": {"deltaChem":[3,2,1,1],"desc":"Carboxyamidomethylation C unimod:4"}, +"": {"deltaChem":[0,0,0,1],"desc":"oxidation oxidation unimod:35" } , +"ace-": {"deltaChem":[2,2,0,1],"desc":"Acetylation N-term unimod:1" }, +"pyro-": {"deltaChem":[-3,0,-1,0],"desc":"Pyro-glu from Q unimod:28" }}