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

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

<code> perl ie.pl sample.fasta >> sample.txt
  • Comment on Re^5: Iso electric point calculation using perl

Replies are listed 'Best First'.
Re^6: Iso electric point calculation using perl
by marto (Cardinal) on Jul 25, 2013 at 09:25 UTC

      Yeah I removed STDERR and use OUT

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