Skip to content

Commit

Permalink
note why
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 23, 2024
1 parent ed422d2 commit 71c484a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _plugins/gtn/ro-crate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ def self.write(site, dir, associated_material, workflow, url, baseurl, time_base
wf_ga['tags'].map! { |t| t.gsub('^name:', '').capitalize }
wf_ga['tags'].push('GTN')
wf_ga['tags'].push('Galaxy')
# wf_ga.delete('creator')

# TODO: Remove this after https://github.com/seek4science/seek/issues/1927
wf_ga.delete('creator')

File.write(File.join(wfdir, 'mod.ga'), JSON.pretty_generate(wf_ga))
# p "Writing #{File.join(wfdir, 'mod.ga')}"

Expand Down

0 comments on commit 71c484a

Please sign in to comment.