Snap: 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######################################...")
 
No edit summary
Line 1: Line 1:
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 ==
== Module file ==
Line 6: Line 7:
<source lang='tcl'>
<source lang='tcl'>
#%Module1.0#######################################################################
#%Module1.0#######################################################################
## bwa 0.7.5a modulefile
## snap 2013-11-29 modulefile
##
##
proc ModulesHelp { } {
proc ModulesHelp { } {


         puts stderr "\tAdds bwa v0.7.5a to your environment"
         puts stderr "\tAdds snap 2013-11-29 to your environment"
}
}


module-whatis  "Adds bwa v0.7.5a to your environment"
module-whatis  "Adds snap 2013-11-29 to your environment"


set            bwa_075a_root        /cm/shared/apps/WUR/ABGC/bwa/bwa-0.7.5a


prepend-path    PATH            $bwa_075a_root
setenv ZOE /cm/shared/apps/WUR/ABGC/snap/snap-2013-11-29/Zoe
 
set            snap_20131129_root        /cm/shared/apps/WUR/ABGC/snap/snap-2013-11-29
 
prepend-path    PATH            $snap_20131129_root




</source>
</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 ==
== See also ==
Line 28: Line 38:


== External links ==
== External links ==
* [http://bio-bwa.sourceforge.net/bwa.shtml BWA manpage]
* [http://korflab.ucdavis.edu/software.html Korf Lab software page]

Revision as of 13:00, 21 December 2013

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/apps/WUR/ABGC/modulefiles

<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/WUR/ABGC/snap/snap-2013-11-29/Zoe

set snap_20131129_root /cm/shared/apps/WUR/ABGC/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