10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi. I've tried several different programs to try and solve this problem, but none of them seem to have done exactly what I want (and I need the file in a very specific format). I have a large file of DNA sequences in a multifasta file like this, with around 15 000 genes:
... (2 Replies)
Discussion started by: 4galaxy7
2 Replies
2. Shell Programming and Scripting
Hi Gurus,
Escape sequences \n, \t, \b, \t, \033(1m are not working.
I just practiced these escape sequences. It worked first. Later its not working.
Also the command - echo inside the script editor shows as shaded by a color. Before that echo inside the script editor wont show like this.... (4 Replies)
Discussion started by: GaneshAnanth
4 Replies
3. Programming
Hi All,
Any one please help me with the below scenario.
I have a file with the data like below
This is the integer variable name is <abc1>
This is the Float variable name is <abc1>
This is the integer variable name is <abc2>
This is the Float variable name is <abc2>
This is the integer... (1 Reply)
Discussion started by: jhon1257
1 Replies
4. Shell Programming and Scripting
My file looks like this
But I need to remove the entry with the identifier >Reference1 along with the entire sequence. Thus, I will end up having the following file
Thanks in advance! (2 Replies)
Discussion started by: Xterra
2 Replies
5. Shell Programming and Scripting
If I have a file with the following information
And I would like to remove all the sequences with Freq less than 3, so I end up having the following file:
I am currently using awk to accomplish this task but I am not getting the results I actually want.
Any help will be greatly appreciated. (3 Replies)
Discussion started by: Xterra
3 Replies
6. Shell Programming and Scripting
My file looks like this:
But I would like to 'trim' all sequences to the same lenght 32 characters, keeping intact all the identifier (>GHXCZCC01AJ8CJ)
Would it be possible to use awk to perform this task? (2 Replies)
Discussion started by: Xterra
2 Replies
7. Programming
Hi,
i have read trigraph sequence in
The C99 Draft (N869, 18 January, 1999)
printf("Eh???/n");
will produce
printf("Eh?\n");
what does that mean?
i tried that but i am getting the same output i.e
Eh???/n.
what actually these tri graph characters are?
any idea why ,when and... (1 Reply)
Discussion started by: MrUser
1 Replies
8. UNIX for Advanced & Expert Users
Hello,
I have come across the necessity for me to deal with binary sequences and I had a few questions.
1- Does any UNIX scripting language provide any tool or command for converting text data to binary sequences? Example of binary sequence: "0x97 0x93 0x85 0x40 0xd5 0xd6 0xd7"
2- If I want... (2 Replies)
Discussion started by: Indalecio
2 Replies
9. Solaris
:) Hi,
Can any one help me to find available escape sequences in UNIX shell programming? ( Like \n, \c etc,. in C or C++)
Iam generating one report using one of the script, in that it is very much essential.
Regards,
LOVE (6 Replies)
Discussion started by: Love
6 Replies
10. Shell Programming and Scripting
for file in `seq 1 256`; do printf "\x$file -- $file" ; done ; printf "\n"
produces the wrong output.
I want to show the ascii codes but need to output
a hexidecimal number sequence.
I know I should use awk to do this but i'm not sure how cause I forget.
what is the awk equivelant of seq... (5 Replies)
Discussion started by: JoeTheGuy
5 Replies