Mercurial > repos > eschen42 > mqppep_preproc
changeset 20:ee7dedf9c79b draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mqppep commit 5f2b0011b61720641dbeba5c79395a36de24424b"
author | eschen42 |
---|---|
date | Wed, 06 Apr 2022 19:19:59 +0000 |
parents | d7f27d0fca7e |
children | 032a5d5fac1f |
files | PhosphoPeptide_Upstream_Kinase_Mapping.pl macros.xml |
diffstat | 2 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/PhosphoPeptide_Upstream_Kinase_Mapping.pl Wed Apr 06 18:07:47 2022 +0000 +++ b/PhosphoPeptide_Upstream_Kinase_Mapping.pl Wed Apr 06 19:19:59 2022 +0000 @@ -431,12 +431,6 @@ # begin FIX >gi|114939|sp|P00722.2|BGAL_ECOLI Beta-galactosidase (Lactase) cRAP if (@x > 3) { @x = (">".$x[$#x - 2], $x[$#x - 1], $x[$#x]); - if ($_ =~ m/DHE3_BOVIN/) { - print "\$_ = $_\n"; - for my $i (0 .. $#x) { - print "\$x[$i] = $x[$i]\n"; - }; - } } # end FIX >gi|114939|sp|P00722.2|BGAL_ECOLI Beta-galactosidase (Lactase) cRAP for my $i (0 .. $#x) {