Skip to content

Commit c3d6828

Browse files
authored
Merge pull request #1167 from jmchilton/fix-empty-tags-string
Fix empty string tags in hic-hicup-cooler subworkflows
2 parents 2ea8f8f + 653cc80 commit c3d6828

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

workflows/epigenetics/hic-hicup-cooler/chic-fastq-to-cool-hicup-cooler.ga

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
]
741741
}
742742
},
743-
"tags": "",
743+
"tags": [],
744744
"uuid": "9df7c037-6fe4-47e9-8311-e40bc5101b58"
745745
},
746746
"tool_id": null,
@@ -1341,7 +1341,7 @@
13411341
]
13421342
}
13431343
},
1344-
"tags": "",
1344+
"tags": [],
13451345
"uuid": "1a6f4422-8f82-4444-a30c-bde38d181e41"
13461346
},
13471347
"tool_id": null,

workflows/epigenetics/hic-hicup-cooler/hic-fastq-to-cool-hicup-cooler.ga

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
]
687687
}
688688
},
689-
"tags": "",
689+
"tags": [],
690690
"uuid": "f6bb48d4-0392-4c89-825e-01b8523b0943"
691691
},
692692
"tool_id": null,
@@ -1126,7 +1126,7 @@
11261126
]
11271127
}
11281128
},
1129-
"tags": "",
1129+
"tags": [],
11301130
"uuid": "d7fb120d-41f4-4a67-a6fe-2885dcd33ebf"
11311131
},
11321132
"tool_id": null,
@@ -1209,4 +1209,4 @@
12091209
],
12101210
"uuid": "2196fbff-317e-437d-a022-696a1f95a850",
12111211
"version": 4
1212-
}
1212+
}

0 commit comments

Comments
 (0)