Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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.

  • #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


    • #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

      • 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
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

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