We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d2cd4 commit 4d656deCopy full SHA for 4d656de
FastOMA/__init__.py
@@ -1,6 +1,6 @@
1
2
__packagename__ = "FastOMA"
3
-__version__ = "0.5.0"
+__version__ = "0.5.0+dev"
4
5
import logging
6
logger = logging.getLogger("FastOMA")
nextflow.config
@@ -8,7 +8,7 @@ manifest {
8
nextflowVersion = ">=22.10.4"
9
defaultBranch = "main"
10
doi = "10.1101/2024.01.29.577392"
11
- version = "0.5.0"
+ version = "0.6dev"
12
contributors = [
13
[
14
name: 'Sina Majidian',
@@ -51,7 +51,7 @@ params {
51
52
// container settings
53
container_name = "dessimozlab/fastoma"
54
- container_version = "0.5.0"
+ container_version = "dev"
55
56
// OMAmer database for mapping to precomputed HOGs
57
omamer_db = "https://omabrowser.org/All/LUCA.h5"
0 commit comments