Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Repeatmasker run with crossmatch

    Hello All,

    I am running repeatmasker on a 2.1G genome that is assembled into 10 psuedomolecules. I am using the following parameter

    Code:
    -engine crossmatch -pa 32 -nolow -norna -cutoff 250 -gff
    I am running the job on the lsf cluster, but even after allocating sufficient memory and 32 processors per chromosome, its been running for 72 hours. I am using a database containing 3305 repeat sequences. Is there a method to increase the speed of the run?

    Please let me know.
    Thank you

  • #2
    Depending on exactly what you are trying to do, you could certainly achieve the masking a lot faster (in a few minutes) using BBDuk instead via kmer-based masking. For example:

    Code:
    bbduk.sh in=genome.fa out=masked.fa k=31 ref=repeats.fa kmask=N
    That will mask everywhere that shares 31-mers with the reference. It also supports mismatches and sliding-window entropy masking. bbmask.sh is slightly more complete and can mask short repeats or mask a genome from an aligned sam file, and is also very fast.

    Comment


    • #3
      Hi Brian,

      I would like to use the masked genome for repeat annotation. Does use of a kmer based masking tool lead to over masking? I would rather use a signature based masking tool like LTR_Struc, LTR_harvest in combination with Repeatmasker. What do you think?

      Thanks

      Comment


      • #4
        That's an excellent question. I really don't know if it would be more or less sensitive, or better or worse, as I have l no direct experience with annotation. It might mask little regions in the middles of genes, for example (though you can circumvent that by using a very large K). Possibly a better solution would be to use a long read aligner and mask the regions the repeats align to. The big problem here is that I still don't understand the rationale for masking prior to annotation, but it seems to be due to some weakness in annotation algorithms - in other words, it's algorithm-specific rather than procedure-specific. If that's correct, that makes it impossible to determine the best method of masking (or whether masking is even beneficial) without a very deep understanding of the specific annotation algorithm.

        If you have some way of empirically determining the quality of annotation, though, it's certainly cheap to try alternative masking methods for comparison.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Developments in Metagenomics
          by seqadmin





          Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
          09-23-2024, 06:35 AM
        • seqadmin
          Understanding Genetic Influence on Infectious Disease
          by seqadmin




          During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

          Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
          09-09-2024, 10:59 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 10-02-2024, 04:51 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 10-01-2024, 07:10 AM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-30-2024, 08:33 AM
        0 responses
        26 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-26-2024, 12:57 PM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Working...
        X