# HG changeset patch # User galaxyp # Date 1537960536 14400 # Node ID 226287d75d96d0193475937799204366eef58c1d # Parent 28b65ce1a091d3d4f29af27e92b9b3f703c898ef planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/moFF commit c593ff2b871b95505064ee87dff7792165d67d97 diff -r 28b65ce1a091 -r 226287d75d96 moff.xml --- a/moff.xml Wed Feb 14 07:19:47 2018 -0500 +++ b/moff.xml Wed Sep 26 07:15:36 2018 -0400 @@ -1,4 +1,4 @@ - + extracts MS1 intensities from spectrum files 1.2.1 @@ -63,21 +63,32 @@ + ./tempfile2.tab && awk 'BEGIN{OFS="\t"; FS="\t"}{print \$pep,\$prot,\$mod,\$rt,\$mz,\$mass,\$charge}' pep="${task.ident_input.peptide}" prot="$task.ident_input.prot" mod="$task.ident_input.mod_peptide" rt="$task.ident_input.rt" mz="$task.ident_input.mz" mass="$task.ident_input.mass" charge="$task.ident_input.charge" ./tempfile1.tab >> ./tempfile2.tab && - mv ./tempfile2.tab './ident_inputs/$task.ident_input.ident_input_file.display_name' && + mv ./tempfile2.tab './ident_inputs/$task.ident_input.ident_input_file.element_identifier$format' && #end if ]]> './tempfile${key}_2.tab' && - awk 'BEGIN{OFS="\t"; FS="\t"}{print \$pep,\$prot,\$mod,\$rt,\$mz,\$mass,\$charge}' pep="${task.ident_input.peptide}" prot="$task.ident_input.prot" mod="$task.ident_input.mod_peptide" rt="$task.ident_input.rt" mz="$task.ident_input.mz" mass="$task.ident_input.mass" charge="$task.ident_input.charge" './tempfile${key}_1.tab' >> './tempfile${key}_2.tab' && - mv './tempfile${key}_2.tab' './ident_inputs/$task.ident_input.ident_input_file[$key].display_name' && + echo -e "peptide\tprot\tmod_peptide\trt\tmz\tmass\tcharge" > './tempfile${i}_2.tab' && + awk 'BEGIN{OFS="\t"; FS="\t"}{print \$pep,\$prot,\$mod,\$rt,\$mz,\$mass,\$charge}' pep="${task.ident_input.peptide}" prot="$task.ident_input.prot" mod="$task.ident_input.mod_peptide" rt="$task.ident_input.rt" mz="$task.ident_input.mz" mass="$task.ident_input.mass" charge="$task.ident_input.charge" './tempfile${i}_1.tab' >> './tempfile${i}_2.tab' && + mv './tempfile${i}_2.tab' './ident_inputs/${value.element_identifier}$format' && #end for #end if ]]> @@ -137,6 +148,7 @@ echo @VERSION@