File: cd-hit-est-rename

package info (click to toggle)
transdecoder 3.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,356 kB
  • ctags: 274
  • sloc: perl: 5,454; sh: 81; makefile: 51
file content (15 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Michael R. Crusoe <mcrusoe@msu.edu>
Last-Update: Fri, 13 Feb 2015 06:26:24 -0500
Description: Fix path to Debian location of cd-hit-est

--- transdecoder.orig/TransDecoder.Predict
+++ transdecoder/TransDecoder.Predict
@@ -90,7 +90,7 @@
 $ENV{PATH} = "$UTIL_DIR/bin:$ENV{PATH}";
 
 
-my ($cd_hit_est_exec) = &check_program('cd-hit-est');
+my ($cd_hit_est_exec) = &check_program('/usr/lib/cd-hit/cd-hit-est');
 
 my ($transcripts_file,$train_file);