-
Notifications
You must be signed in to change notification settings - Fork 2
/
md5check2.json
61 lines (61 loc) · 1.56 KB
/
md5check2.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
{
"description": "Validation of an MD5 checksum on a File using md5sum",
"example": "commandline 'cwltool md5check2.cwl md5check2.yml'",
"id": {
"guid": "367da64c-56a9-4f77-bfdf-0ba1a7593592",
"name": "MD5CheckMD5Sum2",
"namespace": "http://www.parcore.org/actions"
},
"inputFiles": [
{
"description": "File that will be fixity checked",
"file": {
"filepath": ""
},
"name": "inputfile"
}
],
"inputProperties": [
{
"description": "Checksum of the file to be checked",
"name": "MD5 checksum",
"parProperty": {
"class": "checksum",
"id": {
"guid": "944a16dc-41f6-574e-99d0-2555497b74a4",
"name": "MD5",
"namespace": "http://www.parcore.org/properties"
},
"type": "string"
}
}
],
"outputProperties": [
{
"description": "PASS if file matches the checksum, otherwise FAIL",
"name": "PASS or FAIL",
"parProperty": {
"class": "validity",
"id": {
"guid": "444d6f5f-ae27-4350-a951-0c1c0ae3ff34",
"name": "PASS FAIL",
"namespace": "http://www.parcore.org/properties"
},
"type": "string"
}
}
],
"preservationActionName": "MD5 Checksum Validation Using md5sum",
"tool": {
"toolID": "md5sum",
"toolName": "md5sum"
},
"type": {
"id": {
"guid": "f2e953e4-425e-5ed1-a65e-efd0b2e061be",
"name": "http://id.loc.gov/vocabulary/preservation/eventType/fix",
"namespace": "url"
},
"label": "fixity check"
}
}