Commit 77692713 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 0.0+git20170725.24cb3ee+dfsg

parent b29df5fe
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
*.pyc
+2 −1
Original line number Diff line number Diff line
@@ -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):