# HG changeset patch # User dereeper # Date 1636734650 0 # Node ID 3f98630a0c20bdf4e7e68921a3e1a12168646b4a # Parent 997f4f276c1cb5958b8b34e9e48a807296fb14ac Deleted selected files diff -r 997f4f276c1c -r 3f98630a0c20 roary_plots.sh --- a/roary_plots.sh Fri May 14 20:42:33 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#!/bin/bash - -tool_path=$(dirname $0) -input=$2 -tree=$1 -heatmap=$3 - -python3 $tool_path/Roary/contrib/roary_plots/roary_plots.py --labels $tree $input - -cp -rf pangenome_matrix.png $heatmap