Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gen2prot
    Member
    • Apr 2010
    • 68

    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
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #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

    • gen2prot
      Member
      • Apr 2010
      • 68

      #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

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #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

        • 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
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM
        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        20 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        30 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        18 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        34 views
        0 reactions
        Last Post SEQadmin2  
        Working...