# HG changeset patch # User galaxyp # Date 1537960519 14400 # Node ID b7512ccf24f6f865b83adbdaedc96349cd87fde7 # Parent 132122c3495028e187dd0e7a3233386a4cc04b71 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/moFF commit c593ff2b871b95505064ee87dff7792165d67d97 diff -r 132122c34950 -r b7512ccf24f6 moff.xml --- a/moff.xml Wed Feb 14 07:19:27 2018 -0500 +++ b/moff.xml Wed Sep 26 07:15:19 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@