Difference between revisions of "Dorado"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Genomics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|dorado}} |{{#vardefine:url|https://github.com/nanoporetech/dorado}} <!--CONFIGURA...")
 
 
Line 5: Line 5:
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 34: Line 34:
  
 
In order to run the software, you may need to load the modules "cuda" and "pytorch". You may need to also "pip install pre-commit", as per the author's recommendation.
 
In order to run the software, you may need to load the modules "cuda" and "pytorch". You may need to also "pip install pre-commit", as per the author's recommendation.
 +
 +
Note that for fast5 to pod5 conversions with Dorado if you have too many reads the program may exit before completing the conversions without an error. If you are not counting the reads you may miss this and lose data. Since the program doesn't exit with an error SLURM doesn't fail the job, so the failure is silent. Make sure to request sufficient memory for the conversion.
  
 
|}}
 
|}}

Latest revision as of 16:04, 22 February 2024

Description

dorado website  

Dorado is a high-performance, easy-to-use, open source basecaller for Oxford Nanopore reads

Environment Modules

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

System Variables

  • HPC_DORADO_DIR - installation directory
  • HPC_DORADO_BIN - executable directory

Additional Information

In order to run the software, you may need to load the modules "cuda" and "pytorch". You may need to also "pip install pre-commit", as per the author's recommendation.

Note that for fast5 to pod5 conversions with Dorado if you have too many reads the program may exit before completing the conversions without an error. If you are not counting the reads you may miss this and lose data. Since the program doesn't exit with an error SLURM doesn't fail the job, so the failure is silent. Make sure to request sufficient memory for the conversion.