-
Notifications
You must be signed in to change notification settings - Fork 3
/
template_makefile
61 lines (46 loc) · 1.78 KB
/
template_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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
SHELL=/bin/bash
# This makefile was generated using mint v0.4.1
################################################################################
# Directories
# multiqc directory
DIR_MULTIQC := summary/reports/multiqc
# tmp directory
DIR_TMP := tmp/
# bisulfite_align directories
DIR_BIS_BISMARK := bisulfite/bismark
DIR_BIS_TRIM_FASTQS := bisulfite/trim_fastqs
DIR_BIS_TRIM_FASTQCS := bisulfite/trim_fastqcs
DIR_BIS_RAW_FASTQCS := bisulfite/raw_fastqcs
DIR_BIS_RAW_FASTQS := bisulfite/raw_fastqs
# bisulfite_compare directories
DIR_BIS_DSS := bisulfite/dss
# pulldown_align directories
DIR_PULL_COVERAGES := pulldown/pulldown_coverages
DIR_PULL_BOWTIE2 := pulldown/bowtie2_bams
DIR_PULL_TRIM_FASTQS := pulldown/trim_fastqs
DIR_PULL_TRIM_FASTQCS := pulldown/trim_fastqcs
DIR_PULL_RAW_FASTQCS := pulldown/raw_fastqcs
DIR_PULL_RAW_FASTQS := pulldown/raw_fastqs
# pulldown_sample directories
DIR_PULL_MACS := pulldown/macs2_peaks
# pulldown_compare directories
DIR_PULL_CSAW := pulldown/csaw
# classification directories
DIR_CLASS_SIMPLE := classifications/simple
DIR_CLASS_SAMPLE := classifications/sample
DIR_CLASS_COMPARE := classifications/comparison
# summary directories
DIR_SUM_FIGURES := summary/figures
DIR_SUM_REPORTS := summary/reports
DIR_SUM_TABLES := summary/tables
# RData directories
DIR_RDATA := RData
################################################################################
# Includes
include config.mk
################################################################################
# track hub directory
DIR_TRACK := $(PROJECT)_hub/$(GENOME)
################################################################################
# BEGIN RULES GENERATED FROM init.R ############################################
################################################################################