User Profile

Collapse

Profile Sidebar

Collapse
vicky bioinfo
vicky bioinfo
Last Activity: Jun 19 '11, 06:12 AM
Joined: Oct 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks vry much sicarie. now i got it. i installed sharutils pckg.
    See more | Go to post

    Leave a comment:


  • vicky bioinfo
    replied to Problem with string comparison ?
    in Perl
    thanks

    Hi numberwhun,


    Thanks for ur suggestion. I found the error was with the file only. it was in unicode. After changing to ANSI it's working.

    When it was in unicode, looks normal but program reads space between each letter. I don't know why?
    See more | Go to post

    Leave a comment:


  • vicky bioinfo
    started a topic Problem with string comparison ?
    in Perl

    Problem with string comparison ?

    Hi,

    I want extract particular strings from large file(file size 600 Mb). I gave two kind of conditions for identify the position. first string comparison is working, but second one is not working. Please helpm in this. Thanks in advance.

    Code:
     
    open(NGS,"<$ngs") || die "can't open file";
    open(RESULT,">$output") || die "can't open file";
    
    @ngs_seq
    ...
    See more | Go to post
No activity results to display
Show More
Working...