Difference between revisions of "Massmine"
Jump to navigation
Jump to search
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | == Using MassMine on Research Computing == | ||
+ | [http://www.massmine.org MassMine], and a data filtering program called [https://github.com/n3mo/jsan jsan] (the '''J'''SON '''S'''wiss '''A'''rmy k'''N'''ife) are installed on Research Computing. Before using these tools, you must load the appropriate module: | ||
+ | <code> | ||
+ | module load massmine/0.9.5 | ||
+ | </code> | ||
+ | |||
+ | Other versions of MassMine will follow the same convention, with <code>module load massmine/x.x.x</code> loading massmine version x.x.x | ||
+ | |||
+ | After loading the required module, both <code>massmine</code> and <code>jsan</code> become available for use. You can double check this by checking the version of each program: | ||
+ | |||
+ | <code> | ||
+ | massmine --version | ||
+ | |||
+ | jsan --version | ||
+ | </code> | ||
+ | |||
+ | For help with using massmine, visit the [http://www.massmine.org official massmine website]. For help with jsan, see the [https://github.com/n3mo/jsan online documentation]. |
Revision as of 21:42, 31 August 2015
Using MassMine on Research Computing
MassMine, and a data filtering program called jsan (the JSON Swiss Army kNife) are installed on Research Computing. Before using these tools, you must load the appropriate module:
module load massmine/0.9.5
Other versions of MassMine will follow the same convention, with module load massmine/x.x.x
loading massmine version x.x.x
After loading the required module, both massmine
and jsan
become available for use. You can double check this by checking the version of each program:
massmine --version
jsan --version
For help with using massmine, visit the official massmine website. For help with jsan, see the online documentation.