Difference between revisions of "Basemount"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "/ufrc" to "/blue")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Biology]][[Category:Bioinformatics]]
+
[[Category:Software]][[Category:Biology]][[Category:Sequencing]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|basemount}}
 
|{{#vardefine:app|basemount}}
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
 
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
Line 61: Line 50:
 
|}}
 
|}}
 
<!--Performance-->
 
<!--Performance-->
{{#if: {{#var: testing}}|==Performance==
+
{{#if: {{#var: testing}}1|==Performance==
 +
 
 +
If you're running into the following error while running BaseMount: <code>fuse: failed to exec fusermount: No such file or directory</code>
 +
 
 +
Try running BaseMount on a login node. Currently, the login nodes are the only ones that have FuserMount available.
  
WRITE_PERFORMANCE_TESTING_RESULTS_HERE
 
  
 
|}}
 
|}}

Latest revision as of 18:50, 10 June 2022

Description

basemount website  

BaseMount is a tool to mount your BaseSpace data as a Linux file system. You can navigate through projects, samples, runs and app results and interact directly with the associated files exactly as you would with any other local file system. BaseMount is a FUSE, which operates in user-space and uses the BaseSpace API to populate the contents of each directory.

Environment Modules

Run module spider basemount to find out what environment modules are available for this application.

System Variables

  • HPC_BASEMOUNT_DIR - installation directory

Additional Information

Note
Create a mount point for basemount within your /blue space to avoid getting a 'permission denied' error as basemount tries to use a system directory /mnt to mount your Illumina Basespace project directory. For example,
jdoe@gator~$ mkdir /blue/mygroup/jdoe/mnt/

 jdoe@gator~$ module load basemount

jdoe@gator~$ basemount /blue/mygroup/jdoe/mnt/


Performance

If you're running into the following error while running BaseMount: fuse: failed to exec fusermount: No such file or directory

Try running BaseMount on a login node. Currently, the login nodes are the only ones that have FuserMount available.