Geneid 1.4.4: Difference between revisions
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) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[http://genome.crg.es/software/geneid/ geneid] is a program to predict genes in anonymous genomic sequences designed with a hierarchical structure. | |||
== Module file == | == Module file == | ||
The module file can be found in this location: | The module file can be found in this location: | ||
/cm/shared/ | /cm/shared/modulefiles/SHARED/ | ||
< | <pre> | ||
#%Module1.0####################################################################### | #%Module1.0####################################################################### | ||
## | ## geneid 1.4.4 modulefile | ||
## | ## | ||
proc ModulesHelp { } { | proc ModulesHelp { } { | ||
puts stderr "\tAdds | puts stderr "\tAdds geneid v1.4.4 to your environment" | ||
} | } | ||
module-whatis "Adds | module-whatis "Adds geneid v1.4.4 to your environment" | ||
set | set geneid_144_root /cm/shared/apps/SHARED/geneid/geneid_v1.4.4/bin/ | ||
prepend-path PATH $ | prepend-path PATH $geneid_144_root | ||
</ | </pre> | ||
== Installation details == | |||
Geneid was compiled from source. | |||
== See also == | == See also == | ||
Line 28: | Line 31: | ||
== External links == | == External links == | ||
* [http:// | * [http://genome.crg.es/software/geneid/ geneid homepage] |
Latest revision as of 14: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.