Loading .gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line *.pyc metaBIT.py +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ _tools = {"filterMetaphlan": ["nodes", "tools", "filterMetaphlan.py"], "doPcoa": ["nodes", "tools", "statax_Rmodule", "doPcoa.R"], "doClust": ["nodes", "tools", "statax_Rmodule", "doClust.R"], "doDiv": ["nodes", "tools", "statax_Rmodule", "doDiv.R"], "doHeatmap": ["nodes", "tools", "statax_Rmodule", "doHeatmap.R"]} "doHeatmap": ["nodes", "tools", "statax_Rmodule", "doHeatmap.R"], "doBarplot": ["nodes", "tools", "statax_Rmodule", "doBarplot.R"]} def run(config, args): Loading Loading
metaBIT.py +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ _tools = {"filterMetaphlan": ["nodes", "tools", "filterMetaphlan.py"], "doPcoa": ["nodes", "tools", "statax_Rmodule", "doPcoa.R"], "doClust": ["nodes", "tools", "statax_Rmodule", "doClust.R"], "doDiv": ["nodes", "tools", "statax_Rmodule", "doDiv.R"], "doHeatmap": ["nodes", "tools", "statax_Rmodule", "doHeatmap.R"]} "doHeatmap": ["nodes", "tools", "statax_Rmodule", "doHeatmap.R"], "doBarplot": ["nodes", "tools", "statax_Rmodule", "doBarplot.R"]} def run(config, args): Loading