Difference between revisions of "Basemount"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
m (Text replacement - "/ufrc" to "/blue")
Line 43: Line 43:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
;Note: Create a mount point for basemount within your /ufrc 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,
+
;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 /ufrc/mygroup/jdoe/mnt/
+
  jdoe@gator~$ mkdir /blue/mygroup/jdoe/mnt/
 
 jdoe@gator~$ module load basemount
 
 jdoe@gator~$ module load basemount
  jdoe@gator~$ basemount /ufrc/mygroup/jdoe/mnt/
+
  jdoe@gator~$ basemount /blue/mygroup/jdoe/mnt/
  
 
|}}
 
|}}

Revision as of 19:22, 11 February 2021

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.

Required Modules

Serial

  • basemount

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/