Search Results

Search: Posts Made By: Iifa
1,117
Posted By Iifa
script to match name with code?
I need a script that could take in a line from one file and match the line up with codes in the order file.

My first file, called names.txt ,contains:
>123456789
>987654321
>15946873...
1,286
Posted By Iifa
Thank you :) both are great :)
Thank you :) both are great :)
1,286
Posted By Iifa
counting?
Hi all,
I promise this is my very last dumb question.. but how to you count how many unique names you have.
My dataset is:

>Bac1
afdsgrr
>Bac4
egege
>Bac8
dgrjh
>Bac1
afdsgrr
>Bac1...
1,868
Posted By Iifa
Thank you :) both them worked great and i...
Thank you :) both them worked great and i actually learned something :D
1,868
Posted By Iifa
Removing duplicated lines??
Hi Guys..

I have a problem for some reason my database has copied everything 4 times.
My Database looks like this:
>BAC233456
rhjieaheiohjteo
tjtjrj6jkk6k6
j54ju54jh54jh
>ANI124365...
1,365
Posted By Iifa
Thank you :) learned again something new..
Thank you :)

learned again something new..
1,365
Posted By Iifa
how to read how many times same result occurs?
Is there a way to read how many times each result occurs in a list,

say the list.txt has the results:
a
c
d
a
f
c
a
d
e

and I need to know how many times each of them occurs such as :...
1,570
Posted By Iifa
Thank you :) .. code tags??
Thank you :) ..

code tags??
1,570
Posted By Iifa
List into one line?
Probably, something really easy to do and stupid to ask help with it, but how to turn a list of numbers into one line of numbers.

I have:
, 116332682
, 116332683
, 116332685 ...
9,876
Posted By Iifa
Thank you so much, Corona688 :) Also, I...
Thank you so much, Corona688 :)

Also, I could use grep to match the lines after some point, but have told by few now that grep is not the command to use in this case usually.
9,876
Posted By Iifa
The data I have is this: Query= g1.t1 ...
The data I have is this:

Query= g1.t1 (1079 letters)


Database: Database10
21,546,138 sequences; 7,110,393,968 total letters

...
9,876
Posted By Iifa
the grep "Sequence" -2 results.out ... prints...
the grep "Sequence" -2 results.out ... prints only the second line from Sequence..

the egrep didn't work for me, as in my results file the actual sequence is based two lines after "Sequence".

I...
9,876
Posted By Iifa
grep concatenation??
So, I have huge results file and I need to extract two lines, so far I know that these two commands separately do what I need:

grep "Query=" results.out
grep "Sequence" -2 results.out

Now, I...
Showing results 1 to 13 of 13

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