Allpathslg 48961: Difference between revisions
Jump to navigation
Jump to search
Created page with " '''[http://www.broadinstitute.org/software/allpaths-lg/blog/ ALLPATHS-LG]''' is a popular genome assembler. == Module file == The module file can be found in this location:..." |
m <source> to <pre> to fix code blocks |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 7: | Line 7: | ||
/cm/shared/modulefiles/SHARED/ | /cm/shared/modulefiles/SHARED/ | ||
< | <pre> | ||
#%Module1.0####################################################################### | #%Module1.0####################################################################### | ||
## maker ALLPATHS-LG (48961 modulefile | ## maker ALLPATHS-LG (48961 modulefile | ||
| Line 20: | Line 20: | ||
module load gcc/4.8.1 | module load gcc/4.8.1 | ||
set allpathslg_48961_root /cm/shared/apps/SHARED/ALLPATHS-LG/allpathslg-48961/ | set allpathslg_48961_root /cm/shared/apps/SHARED/ALLPATHS-LG/allpathslg-48961/program/bin/ | ||
prepend-path PATH $allpathslg_48961_root | prepend-path PATH $allpathslg_48961_root | ||
</ | </pre> | ||
== Installation details == | == Installation details == | ||
ALLPATHS-LG was compiled from source (using gcc4.8) on 15-03-2014: | ALLPATHS-LG was compiled from source (using gcc4.8) on 15-03-2014: | ||
Source was downloaded by choosing the 'latests' link from here: | |||
http://www.broadinstitute.org/software/allpaths-lg/blog/?page_id=12 | |||
== See also == | == See also == | ||
| Line 35: | Line 37: | ||
== External links == | == External links == | ||
* [http:// | * [http://www.broadinstitute.org/software/allpaths-lg/blog/ ALLPATHS-LG home page] | ||
Latest revision as of 14:41, 15 June 2023
ALLPATHS-LG is a popular genome assembler.
Module file
The module file can be found in this location:
/cm/shared/modulefiles/SHARED/
#%Module1.0#######################################################################
## maker ALLPATHS-LG (48961 modulefile
##
proc ModulesHelp { } {
puts stderr "\tAdds ALLPATHS-LG (48961) to your environment"
}
module-whatis "Adds ALLPATHS-LG (48961) to your environment"
module load gcc/4.8.1
set allpathslg_48961_root /cm/shared/apps/SHARED/ALLPATHS-LG/allpathslg-48961/program/bin/
prepend-path PATH $allpathslg_48961_root
Installation details
ALLPATHS-LG was compiled from source (using gcc4.8) on 15-03-2014: Source was downloaded by choosing the 'latests' link from here: http://www.broadinstitute.org/software/allpaths-lg/blog/?page_id=12