Difference between revisions of "BIOMART"

From UFRC
Jump to navigation Jump to search
Line 23: Line 23:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#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

Revision as of 20:28, 10 June 2022

Description

biomart website  

Tables of Ensembl data can be downloaded via the highly customisable BioMart data mining tool. The BioMart Perl API allow you to go a step further with BioMart and allow you to integrate BioMart Perl Code into custom Perl scripts.

Environment Modules

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

System Variables

  • HPC_BIOMART_DIR - installation directory
  • HPC_BIOMART_BIN - executable directory
  • HPC_BIOMART_CONF - configuration directory

Additional Information

Download the default BioMart Registry and save it as an xml file to be used with the biomart API scripts.