forked from eead-csic-compbio/get_homologues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
31 lines (24 loc) · 1.07 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Makefile for Travis CI tests and installation
# https://docs.travis-ci.com/user/languages/perl
test:
perl test_get_homologues.t
testR:
perl test_get_homologues.t testR
clean:
rm -rf sample_plasmids_gbk_homologues/tmp/
rm -rf sample_plasmids_gbk_homologues/UnculturedbacteriumplasmidpRSB203_f0_0taxa_algOMCL_e0_
rm -f sample_plasmids_gbk_homologues/UnculturedbacteriumplasmidpRSB203_f0_0taxa_algOMCL_e0_.cluster_list
rm -rf sample_plasmids_gbk_homologues/UnculturedbacteriumplasmidpRSB203_f0_0taxa_algCOG_e0_
rm -f sample_plasmids_gbk_homologues/UnculturedbacteriumplasmidpRSB203_f0_0taxa_algCOG_e0_.cluster_list
rm -f sample_intersection/*.png
rm -f _sample_cluster.fna_* sample_cluster.fna_*
rm -rf sample_transcripts_fasta_est_homologues/
cleanR:
rm -f pangenome_matrix_variable_sites_only.tsv gower_dist_matrix.tab hclust_gower-ward* hcluster_ward*
rm -f height_* hcluster_pangenome_matrix_script_run_at_* ANDg_* plot_matrix_heatmap_script_run_at*
install:
perl install.pl
install_swissprot:
perl install.pl swissprot
install_auto:
perl install.pl no_databases