File: scripts-tweak

package info (click to toggle)
wtdbg2 2.5-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 119,728 kB
  • sloc: ansic: 27,655; perl: 1,212; makefile: 125; sh: 83
file content (13 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: Use the executables from the Debian 'mummer' package
--- wtdbg2.orig/scripts/mum_assess.sh
+++ wtdbg2/scripts/mum_assess.sh
@@ -5,7 +5,7 @@
 REF=$1
 CTG=$2
 # change this path to your mummer
-MUM=/public/software/mummer-323-intel
+MUM=/usr/bin
 
 if [ -z $REF ] || [ -z $CTG ]; then
 	echo "Usage: $0 <ref> <ctg>"