We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69221b commit 3d1797fCopy full SHA for 3d1797f
cwltool/provenance.py
@@ -517,7 +517,7 @@ def guess_mediatype(
517
# TODO: Change to nih:sha-256; hashes
518
# https://tools.ietf.org/html/rfc6920#section-7
519
aggregate_dict = {
520
- "uri": "urn:hash::sha1:" + filename,
+ "uri": "urn:hash:sha1:" + filename,
521
"bundledAs": {
522
# The arcp URI is suitable ORE proxy; local to this Research Object.
523
# (as long as we don't also aggregate it by relative path!)
0 commit comments