forked from epigen/genome_tracks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
41 lines (32 loc) · 1.04 KB
/
config.yml
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
##### RESOURCES #####
# memory (mem) in MB
mem: '4000'
threads: 1
##### GENERAL #####
ucsc:
project_name: myData
email: arya-zandvakili@uiowa.edu # used for UCSC hub generation
##### PROCESSING #####
# genome label for UCSC hub (hg38, mm10) and IGV-report
genomes:
cmv:
genbank: "KF297339.1"
accession: "GCA_027926625.1"
chr_name_change: "KF297339.1"
pattern_match: "KF297339.1"
longlabel: "Annotated CDS for HCMV strain TB40-E (KF297339.1)"
shortlabel: "HCMV-TB40-E"
ucsc-defaultPos: "KF297339.1:1-237683"
##### VISUALIZATION using gtracks powered by pyGenomeTracks #####
# position of x-axis
x_axis: 'bottom'
# width of plot in cm (default: 40)
width: 20
# how many bases up- & downstream of start/end of a gene more to plot (e.g., to see accessible promoters)
base_buffer: 2000
# file type of the plot, options are "svg","pdf","png"
file_type: "pdf"
# define custom colors (in HEX) for groups from the annotation file
track_colors:
untreated: "#800080"
treated: "#00FFFF"