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
      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 on Modified Bases...
      Yesterday, 07:01 AM
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    51 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    45 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    55 views
    0 likes
    Last Post seqadmin  
    Working...
    X