Hi all,
does anyone know how I can only mask mammal LINE, SINE and simple repeats??
I think the "-noint" option is not masking full LINEs and SINEs. Am I right? I tried with
and
Can anyone help me?
does anyone know how I can only mask mammal LINE, SINE and simple repeats??
I think the "-noint" option is not masking full LINEs and SINEs. Am I right? I tried with
Code:
RepeatMasker -par 20 -no_is -species mammal#LINE -species mammal#SINE -species mammal#SimpleRepeat file..fasta
Code:
RepeatMasker -par 20 -no_is -species mammal -class LINE -class SINE -class SimpleRepeat file.fasta
Comment