Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Issues with Evigan as combiner of gene models

    Hi,
    I want to run Evigan to combine two gene prediction models from a whole genome sequencing project.I have downloaded the software and installed it by the 'make all' command as mentioned.But problems occurred during the test run with the ''run_gff2txt3.pl" script.Several error messages appear e.g. 1)Bareword found where operator expected at run_gff2txt3.pl line 11, near "*
    2)syntax error at run_gff2txt3.pl line 10 near "* and in the last line
    3)execution of run_gff2txt3.pl aborted due to compilation errors
    I don't know what to do .please help.
    again plz let me know what are the prerequisite to run Evigan.

  • #2
    Hi,
    I have also faced the same issue while running run_gff2txt3.pl script, the solution is to remove all the texts (in the top of run_gff2txt3.pl file) in the comments and run it again. this will resolve your problem

    run_gff2txt3.pl file should start like this below

    #!/usr/perl -w

    if(scalar @ARGV!=3)
    {
    print "usage: $0 seqnames.config sources.config dst_dir\n";
    exit;
    }

    my ($seqnames,$sources,$dst_dir)=@ARGV;

    open IN,$seqnames or die $!;

    open IN_SOURCES,$sources or die $!;
    my @sources_array = <IN_SOURCES>;
    close IN_SOURCES;

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Innovations in Spatial Biology
      by seqadmin


      Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

      3D Genomics
      While spatial biology often involves studying proteins and RNAs in their...
      01-01-2025, 07:30 PM
    • seqadmin
      Advancing Precision Medicine for Rare Diseases in Children
      by seqadmin




      Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
      12-16-2024, 07:57 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 01-09-2025, 04:04 PM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 01-09-2025, 09:42 AM
    0 responses
    18 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 01-08-2025, 03:17 PM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 01-03-2025, 11:18 AM
    1 response
    45 views
    1 like
    Last Post Tonia
    by Tonia
     
    Working...
    X