Difference between revisions of "Massmine"
Line 4: | Line 4: | ||
Prior to getting started with MassMine, please read UFRC's [http://wiki.hpc.ufl.edu/doc/Getting_Started Getting Started] page and follow the instructions on UFRC's [http://wiki.hpc.ufl.edu/doc/FileZilla FileZilla] page. If you do not already have FileZilla installed, please download and install the software by visiting [https://filezilla-project.org/ filezilla-project.org]. | Prior to getting started with MassMine, please read UFRC's [http://wiki.hpc.ufl.edu/doc/Getting_Started Getting Started] page and follow the instructions on UFRC's [http://wiki.hpc.ufl.edu/doc/FileZilla FileZilla] page. If you do not already have FileZilla installed, please download and install the software by visiting [https://filezilla-project.org/ filezilla-project.org]. | ||
− | + | ||
+ | MassMine should generally be run a [[Daemons|daemon]] node. This can be done connecting to daemon after logging into HiPerGator: | ||
<code> | <code> | ||
− | + | ssh daemon | |
</code> | </code> | ||
+ | |||
+ | |||
+ | After logging in, MassMine users should change to their /ufrc directory. Be sure to change <code>groupname</code> and <code>username</code> to your individual username for Research Computing. This username may be different from your UF username. Type the following command into the terminal to change to your scratch directory: | ||
+ | |||
+ | <code> | ||
+ | cd /ufrc/groupname/username | ||
+ | </code> | ||
+ | |||
Before using MassMine, you must load it as a module: | Before using MassMine, you must load it as a module: |
Revision as of 11:35, 17 August 2016
Using MassMine on Research Computing
MassMine, and a data filtering program called jsan (the JSON Swiss Army kNife) are installed on Research Computing.
Prior to getting started with MassMine, please read UFRC's Getting Started page and follow the instructions on UFRC's FileZilla page. If you do not already have FileZilla installed, please download and install the software by visiting filezilla-project.org.
MassMine should generally be run a daemon node. This can be done connecting to daemon after logging into HiPerGator:
ssh daemon
After logging in, MassMine users should change to their /ufrc directory. Be sure to change groupname
and username
to your individual username for Research Computing. This username may be different from your UF username. Type the following command into the terminal to change to your scratch directory:
cd /ufrc/groupname/username
Before using MassMine, you must load it as a module:
module load massmine
To use an older versions of MassMine add the version number to the end of the command with module load massmine/x.x.x
. This will allow you to load a specific version of massmine.
After loading MassMine as a 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.