in reply to Re^14: calculation of charged amino acids
in thread calculation of charged amino acids

this is the command i used in console screen

Try perl count_aa.pl infile >> outfile

  • Comment on Re^15: calculation of charged amino acids

Replies are listed 'Best First'.
Re^16: calculation of charged amino acids
by yuvraj_ghaly (Sexton) on Jul 31, 2013 at 07:04 UTC

    this is what i did

     perl count_aa.pl M.xanthum_protein.fasta >> output.txt

    But it isn't working

      Change STDERR to STDOUT, and try again.