Difference between revisions of "Pod5"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|REPLACE}} |{{#vardefine:url|REPLACE}} <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> |{{#vardefin...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category:sequencing]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|REPLACE}}
+
|{{#vardefine:app|pod5}}
|{{#vardefine:url|REPLACE}}
+
|{{#vardefine:url|https://github.com/nanoporetech/pod5-file-format}}
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
Line 18: Line 19:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
DESCRIPTION
+
POD5 is a file format for storing nanopore dna data in an easily accessible way. The format is able to be written in a streaming manner which allows a sequencing instrument to directly write the format.
 +
 
 +
Data in POD5 is stored using Apache Arrow, allowing users to consume data in many languages using standard tools.
  
 
<!--Modules-->
 
<!--Modules-->
Line 25: Line 28:
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 +
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 17:31, 1 July 2022

Description

pod5 website  

POD5 is a file format for storing nanopore dna data in an easily accessible way. The format is able to be written in a streaming manner which allows a sequencing instrument to directly write the format.

Data in POD5 is stored using Apache Arrow, allowing users to consume data in many languages using standard tools.

Environment Modules

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

System Variables

  • HPC_POD5_DIR - installation directory
  • HPC_POD5_BIN - executable directory