-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.schema.yml
More file actions
114 lines (113 loc) · 3.48 KB
/
.schema.yml
File metadata and controls
114 lines (113 loc) · 3.48 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
type: map
mapping:
"tool_panel_section_id":
type: str
enum:
[
"upload_file",
"get_data",
"data_source_tools",
"send_data",
"collection_operations",
"expression_tools",
"text_manipulation",
"filter_and_sort",
"join__subtract_and_group",
"convert",
"convert_formats",
"fasta_fastq",
"fastq_quality_control",
"quality_control",
"sam_bam",
"bed",
"vcf_bcf",
"nanopore",
"lift_over",
"extract_features",
"operate_on_genomic_intervals",
"fetch_sequences___alignments",
"chromosome_conformation",
"assembly",
"annotation",
"mapping",
"variant_calling",
"rna_analysis",
"multiple_alignments",
"hgv",
"evolution",
"regional_variation",
"biodiversity_data_exploration",
"genome_diversity",
"rna_seq",
"peak_calling",
"genome_editing",
"epigenetics",
"phylogenetics",
"phenotype_association",
"single_cell",
"hca_single_cell",
"hca-single_cell",
"single-cell",
"statistics",
"machine_learning",
"plots",
"interactive_tools",
"graph_display_data",
"mothur",
"qiime",
"qiime_2",
"picard",
"deeptools",
"emboss",
"ncbi_blast",
"mimodd",
"scanpy",
"hicexplorer",
"gemini",
"motif_tools",
"gatk_tools",
"rad_seq",
"sanger_sequencing",
"dna_metabarcoding",
"apollo",
"virology",
"metagenomic_analysis",
"proteomics",
"metabolomics",
"muon_spectroscopy",
"chemicaltoolbox",
"astronomy",
"imaging",
"climate_analysis",
"gis_data_handling",
"spatial_omics",
"ecoregionalization",
"graphclust",
"species_abundance",
"data_and_metadata_management",
"obo_ontology_manipulation",
"ontology",
"compute_indicators_for_satellite_remote_sensing",
"compute_indicators_for_turnover_boulders_fields",
"animal_detection_on_acoustic_recordings",
"other_tools",
"local_tools",
"test_tools",
]
"tool_panel_section_label":
type: str
"tools":
type: seq
sequence:
- type: map
mapping:
"name":
type: str
required: true
"owner":
type: str
required: true
"tool_shed_url":
type: str
required: false