Geneid 1.4.4: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
m (<source> to <pre> to fix code blocks)
 
Line 5: Line 5:
   /cm/shared/modulefiles/SHARED/
   /cm/shared/modulefiles/SHARED/


<source lang='tcl'>
<pre>
#%Module1.0#######################################################################
#%Module1.0#######################################################################
## geneid 1.4.4 modulefile
## geneid 1.4.4 modulefile
Line 21: Line 21:




</source>
</pre>


== Installation details ==
== Installation details ==

Latest revision as of 15:46, 15 June 2023

geneid is a program to predict genes in anonymous genomic sequences designed with a hierarchical structure.

Module file

The module file can be found in this location:

 /cm/shared/modulefiles/SHARED/
#%Module1.0#######################################################################
## geneid 1.4.4 modulefile
##
proc ModulesHelp { } {

        puts stderr "\tAdds geneid v1.4.4 to your environment"
}

module-whatis   "Adds geneid v1.4.4 to your environment"

set             geneid_144_root        /cm/shared/apps/SHARED/geneid/geneid_v1.4.4/bin/

prepend-path     PATH             $geneid_144_root


Installation details

Geneid was compiled from source.

See also

External links