Skip to content

Commit

Permalink
add step to combine repeatmodeler repeats with repbase repeats
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchallis committed Feb 24, 2016
1 parent 319a864 commit cf785c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/combine-repeat-libraries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. _combine-repeat-libraries:

########################
Combine Repeat Libraries
########################

Use the :ref:`repeatmasker` tool ``queryRepeatDatabase.pl`` to extract
taxon-specific repeats:

::

/exports/software/repeatmasker/repeatmasker-4-0-5/util/queryRepeatDatabase.pl \
-species "taxon" > repeatmasker.taxon.fa

and combine with a repeatmodeller library:

::

cat repeatmasker.taxon.fa taxon.consensi.fa.classified > taxon.repeatlib.fa
1 change: 1 addition & 0 deletions docs/repeat-masking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Contents:
builddatabase
repeatmodeler
filter-repeatmodeler-library
combine-repeat-libraries
trf

0 comments on commit cf785c7

Please sign in to comment.