Snap: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
== 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'>
<source lang='tcl'>
Line 17: Line 17:




setenv ZOE /cm/shared/apps/WUR/ABGC/snap/snap-2013-11-29/Zoe
setenv ZOE /cm/shared/apps/SHARED/snap/snap-2013-11-29/Zoe


set            snap_20131129_root        /cm/shared/apps/WUR/ABGC/snap/snap-2013-11-29
set            snap_20131129_root        /cm/shared/apps/SHARED/snap/snap-2013-11-29


prepend-path    PATH            $snap_20131129_root
prepend-path    PATH            $snap_20131129_root

Revision as of 10:14, 15 March 2014

SNAP is a general purpose gene finding program suitable for both eukaryotic and prokaryotic genomes. SNAP is an acroynm for Semi-HMM-based Nucleic Acid Parser.

Module file

The module file can be found in this location:

 /cm/shared/modulefiles/SHARED/

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. snap 2013-11-29 modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds snap 2013-11-29 to your environment"

}

module-whatis "Adds snap 2013-11-29 to your environment"


setenv ZOE /cm/shared/apps/SHARED/snap/snap-2013-11-29/Zoe

set snap_20131129_root /cm/shared/apps/SHARED/snap/snap-2013-11-29

prepend-path PATH $snap_20131129_root


</source>

Installation details

Compiled from source using gcc 4.8.

Further details

The package includes a bunch of pre-made hmm profiles:

 /cm/shared/apps/WUR/ABGC/snap/snap-2013-11-29/HMM/

See also

External links