Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zhanghao
    Member
    • Nov 2015
    • 17

    #1

    RepeatScout and RepeatModeler error

    I want to use RepeatScout working for RepeatModeler to search for repeats. When I installed RepeatScout, I used "make" command according to README. But it is showed many warning beleow:
    bac@bac-X10DAi:~/RepeatScout-1$ make
    cc -O3 -Wall -c build_repeat_families.c -o build_repeat_families.o
    build_repeat_families.c: In function ‘main’:
    build_repeat_families.c:137:36: warning: value computed is not used [-Wunused-value]
    co_get_int(argc, argv, "-l", &l) || (l = default_l(MAXLENGTH));
    ^
    build_repeat_families.c:161:62: warning: value computed is not used [-Wunused-value]
    co_get_float(argc, argv, "-maxentropy", &MAXENTROPY) || (MAXENTROPY=-0.7);
    ^
    build_repeat_families.c:174:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    master[2*L+l] = (char)NULL;
    ^
    build_repeat_families.c: In function ‘mask_headptr’:
    build_repeat_families.c:1026:28: warning: variable ‘flip’ set but not used [-Wunused-but-set-variable]
    int x, y, smallh, h, h2, flip;
    ^
    build_repeat_families.c: In function ‘build_headptr’:
    build_repeat_families.c:389:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%s",string);
    ^
    build_repeat_families.c:390:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%d",&thisfreq);
    ^
    build_repeat_families.c:391:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
    fscanf(fp,"%d",&thisocc);
    ^
    cc -O3 -Wall -c cmd_line_opts.c -o cmd_line_opts.o
    cc -O3 -Wall -c version.c -o version.o
    cc build_repeat_families.o cmd_line_opts.o version.o -o RepeatScout -lm
    cc -O3 -Wall -c build_lmer_table.c -o build_lmer_table.o
    build_lmer_table.c: In function ‘main’:
    build_lmer_table.c:85:36: warning: value computed is not used [-Wunused-value]
    co_get_int(argc, argv, "-l", &l) || (l = default_l(MAXLENGTH));
    ^
    build_lmer_table.c:51:10: warning: variable ‘start’ set but not used [-Wunused-but-set-variable]
    time_t start;
    ^
    cc build_lmer_table.o cmd_line_opts.o version.o -o build_lmer_table -lm

    I try to test it with example:
    ./build_lmer_table -l 14 -sequence human3M.fa -freq test.freq
    ./RepeatScout -sequence human3M.fa -output test1 -freq test.freq -l 14
    It showed "Program duration is 22.0 sec = 0.4 min = 0.0 hr" no other information. And I can find the output file test1 with 165 sequences.

    However, in RepeatModeler, it failed "NOTE: RepeatScout did not return any models". and in round 1, the file sampleDB-1.fa.rscons.filtered is empty.

    I do not know what wrong with it.
  • Macspider
    Member
    • Feb 2016
    • 36

    #2
    Hey,
    First, when you make and it throws out warnings like unused-value, it doesn't mean that it automatically doesn't work (it can be). Sometimes these are warnings because some of the dependencies of the program are newer or older than the ones around which it was built, and thus maybe certain variables become deprecated but it still tries to declare them. At the end of the compiling script there is a block to check which variables are declared but not used, so here is why the warning. It is good to pay attention to this, though, because sometimes it might brake something. For what concerns RepeatScout, I guess the problem is more in your input files than in the compiling process.

    May I ask you what are you providing, and to paste here the command you ran?

    Comment

    • jhju
      Junior Member
      • Feb 2017
      • 1

      #3
      I have same errors!
      Even though there are not any errors, the consensi.fa file is empty
      Did you solve them?
      Last edited by jhju; 02-03-2017, 11:18 PM.

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        Yesterday, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM
      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        07-09-2026, 11:10 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 02:55 AM
      0 responses
      13 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      13 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-23-2026, 11:41 AM
      0 responses
      13 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-20-2026, 11:10 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Working...