This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
forked from cganote/docker-ctat-galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_data_managers.yaml
37 lines (36 loc) · 1.59 KB
/
run_data_managers.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
# configuration for fetch and index genomes
data_managers:
# Data manager ID
- id: ctat_genome_resource_libs_data_manager
# tool parameters, nested parameters should be specified using a pipe (|)
params:
- 'genome_resource_library|built_library_location': '/export/resources/GRCh38_v27_CTAT_lib_Feb092018/ctat_genome_lib_build_dir'
- 'genome_resource_library|build_type': 'specify_built_location'
- 'display_name': 'GRCH38'
- 'gmap_build': 'true'
# Items refere to a list of variables you want to run this data manager. You can use them inside the param field with {{ item }}
# In case of genome for example you can run this DM with multiple genomes, or you could give multiple URLs.
#items:
#- ce6
#- dm3
#- mm9
# Name of the data-tables you want to reload after your DM are finished. This can be important for subsequent data managers
data_table_reload:
- all_fasta
- __dbkeys__
# - id: toolshed.g2.bx.psu.edu/repos/devteam/data_manager_bowtie2_index_builder/bowtie2_index_builder_data_manager/2.2.6
# params:
# - 'all_fasta_source': '{{ item.id }}'
# - 'sequence_name': '{{ item.name }}'
# - 'sequence_id': '{{ item.id }}'
# items:
# - id: ce8
# name: C. elegans (ce8)
# - id: dm3
# name: D. melanogaster Apr. 2006 (BDGP r5/dm3)
# - id: mm9
# name: M. musculus July 2007 (NCBI37/mm9)
# data_table_reload:
# # Bowtie creates indices for Bowtie and TopHat
# - bowtie2_indexes
# - tophat2_indexes