This is a test version of Biostars. For the public version, visit https://www.biostars.org.
where can I get the parameters used by UCSC genomes to run RepeatMasker for dm6?

where can I get the parameters used by UCSC genomes to run RepeatMasker for dm6? I searched FAQ but didn't find the answer.

ucsc repeatmasker

1 answer

Here.

Thanks. I am interested in whether UCSC genome browser will additionly use the '-species' parameter to specify the species/clade or only use '-s' for all species as it is not mentioned in the FAQ. I am not sure whether '-species' parameter will improve the results.

You can email UCSC browser tech support and ask (genome@soe.ucsc.edu).

hi, following the archives by genome@soe.ucsc.edu, I find the answer after looking up similar posts.

how ucsc do RepeatMasker

my $defaultSpecies = 'scientificName from dbDb';
my $species = $opt_species ? $opt_species : &HgAutomate::getSpecies($dbHost, $db);

Thanks for your help!

Log in to answer this question.