Skip to content

Commit 446d648

Browse files
committed
v0.8.1
1 parent cf6d644 commit 446d648

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

kinfin.py

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ def welcome_screen():
21402140
" % (__version__)
21412141
print screen
21422142
if __name__ == "__main__":
2143-
__version__ = "0.8.0"
2143+
__version__ = "0.8.1"
21442144
args = docopt(__doc__)
21452145
# Sanitise input
21462146
welcome_screen()
@@ -2183,21 +2183,14 @@ def welcome_screen():
21832183
###
21842184
'''
21852185
Pending
2186-
1. generate output for some overall metrics:
2186+
0. generate output for some overall metrics:
21872187
- singletons with domains
21882188
- specific clusters with domains
2189-
0. Executable bash script that calls
2189+
1. Executable bash script that calls
21902190
a) "xvfb-run" : if in path
21912191
b) "normal" : if not
2192-
1. Test ETE
2193-
2. AUx script to parse GOATools output, to append coverage of ALO at end of row
2194-
- input GOATtools output
2195-
- tree.node.metrics.txt (get Count of proteomes)
2196-
- specify number of total taxa
2197-
- calculate coverage, mean count
2198-
3. Hypsibius :
2199-
- cluster transcriptome
2200-
- make trees
2192+
2. Memory argument
2193+
22012194
22022195
- barcharts
22032196
- Go term enrichments

0 commit comments

Comments
 (0)