RepeatModeler 1.0.7: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
(Created page with " == Module file == The module file can be found in this location: /cm/shared/apps/WUR/ABGC/modulefiles <source lang='tcl'> #%Module1.0######################################...")
 
m (<source> to <pre> to fix code blocks)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
[http://www.repeatmasker.org/RepeatModeler.html RepeatModeler] is a de-novo repeat family identification and modeling package. At the heart of RepeatModeler are two de-novo repeat finding programs ( RECON and RepeatScout ) which employ complementary computational methods for identifying repeat element boundaries and family relationships from sequence data. RepeatModeler assists in automating the runs of RECON and RepeatScout given a genomic database and uses the output to build, refine and classify consensus models of putative interspersed repeats.


== Module file ==
== Module file ==
The module file can be found in this location:
The module file can be found in this location:
   /cm/shared/apps/WUR/ABGC/modulefiles
   /cm/shared/modulefiles/SHARED/


<source lang='tcl'>
<pre>
#%Module1.0#######################################################################
#%Module1.0#######################################################################
## bwa 0.7.5a modulefile
## RepeatModeler 1.0.7 modulefile
##
##
proc ModulesHelp { } {
proc ModulesHelp { } {


         puts stderr "\tAdds bwa v0.7.5a to your environment"
         puts stderr "\tAdds RepeatModeler v1.0.7 to your environment"
}
}


module-whatis  "Adds bwa v0.7.5a to your environment"
module-whatis  "Adds RepeatModeler v1.0.7 to your environment"


set            bwa_075a_root       /cm/shared/apps/WUR/ABGC/bwa/bwa-0.7.5a
set            repeatmodeler_107_root       /cm/shared/apps/SHARED/RepeatModeler/RepeatModeler-1-0-7/


prepend-path    PATH            $bwa_075a_root
prepend-path    PATH            $repeatmodeler_107_root


</pre>


</source>
== Installation details ==
 
RepeatModeler requires several packages.
* RepeatMasker; see the [[RepeatMasker_4.0.3 | relevant Wiki page]]
* RECON; RECON was compiled from source. Location:
  /cm/shared/apps/SHARED/RECON/RECON-1.07
* RepeatScout; RepeatScout was compiled from source. Location:
  /cm/shared/apps/SHARED/RepeatScout/RepeatScout-1
* rmblast; see the [[RepeatMasker_4.0.3 | RepeatMasker Wiki page]]
* tandem repeat finder; see the [[RepeatMasker_4.0.3 | RepeatMasker Wiki page]]
All dependencies are configured within RepeatModeler; Setting environment variables is therefore not required.


== See also ==
== See also ==
Line 28: Line 38:


== External links ==
== External links ==
* [http://bio-bwa.sourceforge.net/bwa.shtml BWA manpage]
* [http://www.repeatmasker.org/RepeatModeler.html RepeatModeler page]

Latest revision as of 14:41, 15 June 2023

RepeatModeler is a de-novo repeat family identification and modeling package. At the heart of RepeatModeler are two de-novo repeat finding programs ( RECON and RepeatScout ) which employ complementary computational methods for identifying repeat element boundaries and family relationships from sequence data. RepeatModeler assists in automating the runs of RECON and RepeatScout given a genomic database and uses the output to build, refine and classify consensus models of putative interspersed repeats.

Module file

The module file can be found in this location:

 /cm/shared/modulefiles/SHARED/
#%Module1.0#######################################################################
## RepeatModeler 1.0.7 modulefile
##
proc ModulesHelp { } {

        puts stderr "\tAdds RepeatModeler v1.0.7 to your environment"
}

module-whatis   "Adds RepeatModeler v1.0.7 to your environment"

set             repeatmodeler_107_root        /cm/shared/apps/SHARED/RepeatModeler/RepeatModeler-1-0-7/

prepend-path     PATH             $repeatmodeler_107_root

Installation details

RepeatModeler requires several packages.

 /cm/shared/apps/SHARED/RECON/RECON-1.07
  • RepeatScout; RepeatScout was compiled from source. Location:
 /cm/shared/apps/SHARED/RepeatScout/RepeatScout-1

All dependencies are configured within RepeatModeler; Setting environment variables is therefore not required.

See also

External links