in reply to Re^3: Iso electric point calculation using perl
in thread Iso electric point calculation using perl

thank you for the code @mtmcc...hurray it works :)

  • Comment on Re^4: Iso electric point calculation using perl

Replies are listed 'Best First'.
Re^5: Iso electric point calculation using perl
by mtmcc (Hermit) on Jul 25, 2013 at 09:10 UTC
    Good. Thanks for letting me know.
Re^5: Iso electric point calculation using perl
by yuvraj_ghaly (Sexton) on Jul 25, 2013 at 09:10 UTC

    how will I save the output file? I tried this:

    <code> perl ie.pl sample.fasta >> sample.txt

        Yeah I removed STDERR and use OUT

        thank you now it works as I required...Cool :)