![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to remove those sequence with same amino acid?What command line I should type? | patrick chia | Shell Programming and Scripting | 4 | 01-20-2009 09:50 PM |
| How to use the programming in UNIX to count the total G+C and the GC%?What command li | patrick chia | Shell Programming and Scripting | 1 | 01-20-2009 03:30 AM |
| Need help in storing command line argument argv[2] to a variable of int type | frozensmilz | High Level Programming | 3 | 12-12-2008 11:11 AM |
| awk script to calculate total | appsguy616 | Shell Programming and Scripting | 2 | 11-25-2008 11:21 AM |
| Awk help needed to calculate total | senthilkumar_ak | Shell Programming and Scripting | 7 | 08-22-2008 01:47 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How can I calculate the total of nucleotide in Unix?What command line I should type?
For example, if I have the file whose content are:
>HWI-EAS382_30FC7AAXX:7:1:927:1368 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA >HWI-EAS382_30FC7AAXX:7:1:924:1373 ACGAACTTTAAAGCACCTCTTGGCTCGTATGCCGTC I want my output calculate the total of nucleotide. So my output should look like this: >HWI-EAS382_30FC7AAXX:7:1:927:1368 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 36 >HWI-EAS382_30FC7AAXX:7:1:924:1373 ACGAACTTTAAAGCACCTCTTGGCTCGTATGCCGTC 36 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|