File: Makefile

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-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SHELL := /bin/bash

all:
	cd ./transdecoder_plugins/ && $(MAKE) all

clean:
	cd ./transdecoder_plugins/ && $(MAKE) clean
	cd ./sample_data && ./cleanme.pl

test:
	cd sample_data/cufflinks_example && ./runMe.sh
	cd sample_data/pasa_example && ./runMe.sh
	cd sample_data/simple_transcriptome_target && ./runMe.sh