Difference between revisions of "CheckM"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BioinformaticsCategory:Genomics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|checkm}} |{{#vardefine:url|https://github.com/Ecogenom...")
 
m (Text replacement - "#uppercase" to "uc")
Line 34: Line 34:
 
-->
 
-->
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:11, 6 December 2019

Description

checkm website  

CheckM works on a directory of genome bins in FASTA format. By default, CheckM assumes genomes consist of contigs/scaffolds in nucleotide space and that the files to process end with the extension fna. You can specify a different extension with the –x flag. CheckM calls genes internally using prodigal, taking care to identify genes with recoded stop codons. You can call genes externally and provide CheckM with FASTA files containing genes in amino acid space. To specify this, use the --genes flag. Again, you may need to change the extension CheckM looks for (e.g., -x faa).

Required Modules

Serial

  • checkm

System Variables

  • HPC_CHECKM_DIR - installation directory