From 2f3c198b8c3e4870911bc3f5f47c3ae3db434a89 Mon Sep 17 00:00:00 2001 From: elserj Date: Fri, 14 Aug 2009 21:26:43 +0000 Subject: [PATCH] Added version to tree script svn path=/; revision=2 --- interactome_scripts/tree_script.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/interactome_scripts/tree_script.sh b/interactome_scripts/tree_script.sh index 0269100..a73bbc1 100755 --- a/interactome_scripts/tree_script.sh +++ b/interactome_scripts/tree_script.sh @@ -1,5 +1,9 @@ #!/bin/bash - +########################################### +# version 0.8 # +# works only for the specific genes below # +# # +########################################### #[ -r $1 ] || [ $2="rice" ] || (echo "usage: $0 input_file rice/Ath" exit) if [ ! -r $1 ] -- 2.34.1