Skip to content

Commit 8a87dbc

Browse files
committed
add zenodo id to data-library.yaml files
1 parent 93cc05e commit 8a87dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/update-data-library

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ def update_data_library(path, topic, tutorial, zenodo_record)
8989
end
9090

9191
library = {
92+
'zenodo_id' => "#{zenodo_id}",
9293
'destination' => {
9394
'type' => 'library',
9495
'name' => 'GTN - Material',
9596
'description' => 'Galaxy Training Network Material',
9697
'synopsis' => 'Galaxy Training Network Material. See https://training.galaxyproject.org',
97-
'zenodo_id' => "#{zenodo_id}"
9898
},
9999
'items' => [
100100
'name' => topic['name'],

0 commit comments

Comments
 (0)