Skip to content

Commit

Permalink
Update version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SWittouck committed Mar 15, 2022
1 parent ebf37c5 commit ff4ee54
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/scarap/scarap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# interface.

__author__ = "Stijn Wittouck"
__version__ = "0.3.2"
__version__ = "0.4.0"

import argparse
import logging
Expand All @@ -20,16 +20,17 @@ def print_help():
{0}
AUTHORS
Stijn Wittouck (development)
Sarah Lebeer (supervision)
Sarah Lebeer (PI)
Vera van Noort (PI)
USAGE
scarap [-h] <task> <task-specific arguments>
MODULES
pan --> infer a pangenome from a set of faa files
core --> infer a core genome from a set of faa files
build --> build a profile database for a core/pangenome
search --> search query genes in a profile database
checkgenomes --> assess the quality of genomes in a core genome
checkgroups --> assess the quality of orthogroups in a core genome
checkgenomes --> assess the genomes in a core genome
checkgroups --> assess the orthogroups in a core genome
filter --> filter the genomes/orthogroups in a pangenome
concat --> construct a concatenated core orthogroup alignment from a
core genome
Expand Down

0 comments on commit ff4ee54

Please sign in to comment.