-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbiodata.yaml
62 lines (58 loc) · 1.87 KB
/
biodata.yaml
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
62
---
# Configuration file defining biological data to retrieve and install.
# These are stored in an Amazon S3 bucket:
# https://s3.amazonaws.com/biodata
# and retrieved using the data_fabfile Fabric script.
# ## Genome data -- Next generation sequencing and Galaxy
# Details about the genomes you want to include.
# Required genome fields (corresponding to Galaxy's tool_data_table_conf.xml columns):
# dbkey - globally unique identifier for the genome (e.g., hg19)
# name - descriptive name for the given genome (to be displayed in Galaxy, e.g., Hsapiens)
# Optional genome fields (corresponding to Galaxy's tool_data_table_conf.xml columns):
# formats, species, dbkey1, dbkey2, value, path, index
# Additional genome fields specific to data deployment:
# genome_indexes - list of tool indexes specific to the associated genome (overrides global 'genome_indexes')
genomes:
- dbkey: phix
name: phiX174
- dbkey: hg19
name: Human (hg19)
dbsnp: true
rnaseq: true
- dbkey: GRCh37
name: Human (GRCh37)
dbsnp: true
- dbkey: dm3
name: D melangogaster (dm3)
- dbkey: mm10
name: Mouse (mm10)
dbsnp: true
rnaseq: true
- dbkey: mm9
name: Mouse (mm9)
rnaseq: true
- dbkey: araTha_tair9
name: Arabidopsis thaliana (TAIR9)
# - dbkey: xenTro2
# name: X tropicalis (frog)
- dbkey: sacCer2
name: S cerevisiae (yeast)
# - dbkey: WS210
# name: C elegans (WS210)
# Build these
# - dbkey: danRer6
# name: Zebrafish (Danio rerio)
# - dbkey: apiMel3
# name: Honey bee (A mellifera)
# Global set of indexes to include for each genome.
# Available choices are in GENOMES_INDEXES_SUPPORTED in data_fabfile.py
genome_indexes:
- bowtie
# For the time being, bowtie2 has only mm10, hg19 & GRCh37 genomes
# - bowtie2
- bwa
- novoalign
- ucsc
# Additional data targets
install_liftover: false
install_uniref: false