File: fix-test

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 (14 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: Fix tests
--- transdecoder.orig/Makefile
+++ transdecoder/Makefile
@@ -8,6 +8,7 @@
 	cd ./sample_data && ./cleanme.pl
 
 test:
-	cd ./sample_data/ && ./runMe.sh
-
+	cd sample_data/cufflinks_example && ./runMe.sh
+	cd sample_data/pasa_example && ./runMe.sh
+	cd sample_data/simple_transcriptome_target && ./runMe.sh