forked from usegalaxy-eu/usegalaxy-eu-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.schema.yaml
41 lines (41 loc) · 2 KB
/
.schema.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
---
type: map
mapping:
"install_repository_dependencies":
type: bool
default: false
"install_resolver_dependencies":
type: bool
default: false
"install_tool_dependencies":
type: bool
default: false
"tools":
type: seq
sequence:
- type: map
mapping:
"name":
type: str
required: true
"owner":
type: str
required: true
"tool_panel_section_label":
type: str
enum: [
'Annotation', 'Assembly', 'Test Tools', 'CellOrganizer', 'ChemicalToolBox',
'Collection Operations', 'Convert Formats', 'deepTools', 'HiCExplorer', 'Graph/Display Data',
'DNA methylation', 'EMBOSS Tools', 'Epigenetics', 'Evolution', 'Extract Features',
'FASTA/FASTQ manipulation', 'Fetch Alignments', 'Filter and Sort',
'GATK Tools', 'Gemini Tools', 'Get Data', 'GraphClust',
'Join, Subtract and Group', 'Mapping', 'Metabolomics', 'Metagenomic analyses',
'mothur', 'Motif Tools', 'Multiple Alignments', 'NCBI Blast', 'Other Tools',
'OBO Ontology manipulation', 'Operate on Genomic Intervals', 'Peak Calling',
'Phenotype Association', 'Picard', 'Proteomics', 'Qiime', 'Quality Control',
'RAD-seq', 'Regional Variation', 'RNA Analysis', 'SAM Tools', 'Send Data',
'Statistics', 'Text Manipulation', 'Unix Tools', 'Phylogenetics',
'Variant Calling', 'Mothur', 'Genome Diversity', 'Data Managers', 'Genome editing',
'Apollo', 'MiModD', 'Single-cell', 'Expression Tools', 'Nanopore', 'Metagenomic Analysis',
'SAM/BAM', 'Imaging', 'Virology', 'FASTQ Quality Control'
]