Skip to content
Snippets Groups Projects
Commit 141c83f5 authored by Eef Jonkheer's avatar Eef Jonkheer
Browse files

Corrected some typos and spelling mistakes

parent a59b9c77
Branches
Tags
3 merge requests!98Release v3.4.0,!84Pantools v3.4 to release,!30Antismash update
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<groupId>nl.wur.bif</groupId> <groupId>nl.wur.bif</groupId>
<artifactId>pantools</artifactId> <artifactId>pantools</artifactId>
<version>3.3.3</version> <version>3.3.4</version>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
...@@ -1441,16 +1441,16 @@ public class Pantools { ...@@ -1441,16 +1441,16 @@ public class Pantools {
"\n" + "\n" +
" Construction of a pangenome\n" + " Construction of a pangenome\n" +
" build_pangenome : Build a pangenome out of a set of genomes.\n" + " build_pangenome : Build a pangenome out of a set of genomes.\n" +
" add_genomes : Add new genomes to an available pangenome.\n" + " add_genomes : Add new genomes to a pangenome.\n" +
"\n" + "\n" +
" Construction of a panproteome.\n" + " Construction of a panproteome.\n" +
" build_panproteome : Build a panproteome out of a set of proteins.\n" + " build_panproteome : Build a panproteome out of a set of proteins.\n" +
"\n" + "\n" +
" Adding annotation features to the genomes\n" + " Adding annotation features to the genomes\n" +
" add_annotations : Add annotations to a pangenome.\n" + " add_annotations : Add annotations to a pangenome.\n" +
" add_functions : Add functional annotations to a genomes.\n" + " add_functions : Add functional annotations to a pangenome.\n" +
" add_antismash : Add antiSMASH gene clusters to a pangenome.\n" + " add_antismash : Add antiSMASH gene clusters to a pangenome.\n" +
" add_phenotype : Add phenotypes to the pangenomes.\n" + " add_phenotype : Add phenotype information to a pangenome.\n" +
" busco_protein : Identify BUSCO genes in the pangenome.\n" + " busco_protein : Identify BUSCO genes in the pangenome.\n" +
"\n" + "\n" +
" Removing data from a pangenome or panproteome\n" + " Removing data from a pangenome or panproteome\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment