Allpathslg 51910

From HPCwiki
Revision as of 14:42, 4 February 2015 by Megen002 (talk | contribs) (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:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ALLPATHS-LG is a popular genome assembler.


Module file

The module file can be found in this location:

 /cm/shared/modulefiles/SHARED/

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. maker ALLPATHS-LG (51910 modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds ALLPATHS-LG (51910) to your environment"

}

module-whatis "Adds ALLPATHS-LG (51910) to your environment"

module load gcc/4.8.1 setenv LC_ALL C

set allpathslg_51910_root /cm/shared/apps/SHARED/ALLPATHS-LG/allpathslg-51910/bin/

prepend-path PATH $allpathslg_51910_root


</source>

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

See also

External links