We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f50906 commit 45b257dCopy full SHA for 45b257d
2 files changed
FastOMA/__init__.py
@@ -1,3 +1,3 @@
1
2
__packagename__ = "FastOMA"
3
-__version__ = "0.1.6"
+__version__ = "0.2.0"
nextflow.config
@@ -10,7 +10,7 @@ manifest {
10
11
params {
12
container_name = "dessimozlab/fastoma"
13
- container_version = "latest"
+ container_version = "0.2.0"
14
omamer_db = "https://omabrowser.org/All/LUCA.h5"
15
debug_enabled = false
16
help = false
0 commit comments