-
Notifications
You must be signed in to change notification settings - Fork 1
/
output_definition.json
86 lines (86 loc) · 2.1 KB
/
output_definition.json
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
{
"segway.bed_to_bigbed": {
"bigbed": {
"table": "segway bigbed file from task bed_to_bigbed"
}
},
"segway.interpretation": {
"classifier_data": {
"table": "calssifier data from interpretation"
},
"classifier_probailities": {
"table": "classifier probailities from interpretation"
},
"memonics": {
"table": "memonics txt file from interpretation"
},
"stats": {
"table": "stats files from interpretation"
}
},
"segway.make_genomedata": {
"genomedata": {
"table": "genomedata from task make_genomedata"
}
},
"segway.make_trackname_assay": {
"trackname_assay": {
"table": "trackname assay from make trackname assay"
}
},
"segway.recolor_bed": {
"recolored_bed": {
"table": "recolored bed"
}
},
"segway.relabel": {
"relabeled_bed": {
"table": "relabeled bed"
}
},
"segway.segtools": {
"feature_aggregation_info": {
"table": "feature aggregation info from segtools"
},
"feature_aggregation_tab": {
"table": "feature aggregation from segtools"
},
"gmtk_info": {
"table": "gmtk parameters info from segtools"
},
"length_distribution_info": {
"table": "length distribution info from segtools"
},
"length_distribution_tab": {
"table": "length distribution from segtools"
},
"segment_sizes_tab": {
"table": "segment sizes from segtools"
},
"signal_distribution_info": {
"table": "signal distribution files from segtools"
},
"signal_distribution_tab": {
"table": "signal distribution from segtools"
}
},
"segway.segway_annotate": {
"identifydir": {
"table": "identifydir tar file from segway_annotate"
},
"output_bed": {
"table": "segway annotate bed file from task segway_annotate"
},
"segway_params": {
"table": "params from segway_annotate"
}
},
"segway.segway_train": {
"traindir": {
"table": "segwayTrain tar file from task segway_train"
},
"trained_params": {
"table": "params file from task segway_train"
}
}
}