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 Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      05-06-2024, 07:48 AM
    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 05-10-2024, 06:35 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-09-2024, 02:46 PM
    0 responses
    21 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-07-2024, 06:57 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    21 views
    0 likes
    Last Post seqadmin  
    Working...
    X