File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -2140,7 +2140,7 @@ def welcome_screen():
21402140 " % (__version__ )
21412141 print screen
21422142if __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
You can’t perform that action at this time.
0 commit comments