Search Results

Search: Posts Made By: kaav06
1,251
Posted By kaav06
Hi Don, Thank you so much for your code. It...
Hi Don,
Thank you so much for your code. It works perfectly fine and does exactly what I want. :b::b::b:
1,251
Posted By kaav06
Hi Don, I am sorry about the asterisk. There...
Hi Don,
I am sorry about the asterisk. There is no asterisk in any of the sequence. Also, the length of the sequence varies not necessarily two lines. The newline is not included in the position...
1,251
Posted By kaav06
Hi Don, I am expecting the output file might...
Hi Don,
I am expecting the output file might be around 250kb to 300kb. All the sequences will have one header line starting with >sp.... The sequence line will have 60 letters each line. The change...
1,251
Posted By kaav06
Program to match the id and replace one letter in the content
Hi all,
I have one file with a sequence and the other file which says the position and the letter to be changed. I have to match two files and replace content. Example is shown which will describe...
2,234
Posted By kaav06
Hi riyandgreat 25 and ripat, Riyandgreat 25...
Hi riyandgreat 25 and ripat,

Riyandgreat 25 - I want to append a character to the line before the matched line and not the matched line. Thanks so much

Ripat - your solution worked great. ...
2,234
Posted By kaav06
Join two commands sed and grep
Hi all,

I have two separate commands which I would like to join. Basically, I want to match a line and insert a character at the end of the previous line to the matched line

Here is what I...
3,231
Posted By kaav06
Hi Scott, I replaced iostream.h by iostream...
Hi Scott,
I replaced iostream.h by iostream and it worked fine.

Thank you so much for your help
3,231
Posted By kaav06
Hi Scott, I am very sorry for repeated...
Hi Scott,
I am very sorry for repeated questions. Should I include the path in the make file. I am pasting here the make file.
gm.o wf.o init.o rparf.o rseqf.o FBmain.o FBa.o Coim.o Coia.o Pla.o...
3,231
Posted By kaav06
Hi Scott, Sorry that I couldn't get your hint....
Hi Scott,
Sorry that I couldn't get your hint. I haven't used all this before. However, I installed the package what you mentioned, still I am having the same problem as before. Could you please...
3,231
Posted By kaav06
Hi Scott, I got this message with your advise ...
Hi Scott,
I got this message with your advise
sbinf-01 (kmohanas) 1000 $yum provides */iostream.h
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached...
3,231
Posted By kaav06
Hi Mr.Bean, I think it is already installed as...
Hi Mr.Bean,
I think it is already installed as when I checked it said,
sbinf-01 (kmohanas) 207 $yum install libstdc++-devel*
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading...
3,231
Posted By kaav06
Hi Mr.Bean , Thank you so much. I could install...
Hi Mr.Bean ,
Thank you so much. I could install the g++ library now. However when I run make file of the program I downloaded, I get something like this,
sbinf-01 (kmohanas) 211 $make
g++ -O2 -c...
3,231
Posted By kaav06
Hi Mr.Bean, When I tried installing it, I get a...
Hi Mr.Bean,
When I tried installing it, I get a message like this
sbinf-01 (kmohanas) 1014 $su root yum install gcc-c++
Password:
yum: line 1: fg: no job control
yum: line 2: syntax error near...
3,231
Posted By kaav06
Problem with "make" command in Linux
Hi all,
I downloaded an external program and extracted all the files to a folder. they have a make file which I have to run. But when I run make file I get an error
g++ -O2 -c pgm.cpp
make:...
1,210
Posted By kaav06
Thanks for reply. Actually, this one common...
Thanks for reply.

Actually, this one common entry is inserted by me because file was big.

So, it doesn't provide me entries which are already actually present for example my actualt file...
1,210
Posted By kaav06
Check
Thanks for reply.

This code not working with my big files.

I am giving here my sample files.

file 1:

23451046
23450236
23448794
23448793
23448792
23448791
23448789
23448603...
1,210
Posted By kaav06
Match first column and separate entries
Hi

I have 2 big files containing following information:

file 1

12345

345634

217341

87234693

8236493


file 2:

12345 1237
5,146
Posted By kaav06
sed to insert a character
Hi all,

I have a file like this
Q8N302
21-84
Q8N157
15-45
Q99996
167-201
202-251
269-318

I want to insert a character or space if the line starts with a number and I used the command...
1,970
Posted By kaav06
Extract particular lines from a file
Hi all,

I have a file with many records with information as given below
ID A16L2_HUMAN Reviewed; 619 AA.
AC Q8NAA4; A5PL30; B2RPK5; Q658V4; Q6PID3; Q8NBG0;
DT ...
3,599
Posted By kaav06
While the program was running, I was supposed to...
While the program was running, I was supposed to press any key for further compilation. When I pressed enter, it resulted in segmentation fault. But when I pressed space or some other key, it...
3,599
Posted By kaav06
Hi all, Thanks for the reply. I figured it...
Hi all,

Thanks for the reply. I figured it out where it went wrong. Thanks again.
3,316
Posted By kaav06
Retrieve data from one file comparing the ID in the second file
Hi all,

I have one file with IDs
Q8NDM7
P0C1S8
Q8TF30
Q9BRP8
O00258
Q6AWC2
Q9ULE0
Q702N8
A4UGR9
Q13426
Q6P2D8
Q9ULM3
A8MXQ7

I want to compare ID file with another file which has...
3,599
Posted By kaav06
Segmentation fault in Unix shell (linux OS)
Hi,

I am trying to run an online downloaded tool but I am having an eror segmentation fault.

./multicoil test.seq
Config file /home/kmohanas/MULTICOIL/multicoil_config
window length 0 = 28...
2,157
Posted By kaav06
Thanks. Worked like a wonder.:b:
Thanks. Worked like a wonder.:b:
2,157
Posted By kaav06
how to use split command in unix shell with a condition
Hi all,
I have a file which I want to split into several files based on a condition. This files has several records. I want one record per file. Each record ends with a //. So, I want to separate...
Showing results 1 to 25 of 38

 
All times are GMT -4. The time now is 04:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy