-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONTENTS
More file actions
43 lines (32 loc) · 2.12 KB
/
CONTENTS
File metadata and controls
43 lines (32 loc) · 2.12 KB
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
This module contains rules and microservices for various tasks for the iRODS
data management system.
Adil Hasan 15/Aug/13 Created
Copyright (c) Adil Hasan 2013 DataTailor Ltd All Rights Reserved
microservices Description
---------------------------------------------------------------------------
msiSha1Data(infile, option, Microservice to compute the
sha1) SHA1 checksum for an iRODS data
object and return it as a string.
Currently, the only option is
replNum=nnn (ie the replica
number)
msiSEMail(from, to, subject, body) Microservice to send emails. The
sender needs to be specified and
the recipients can be a comma
separated list.
---------------------------------------------------------------------------
rules Description
---------------------------------------------------------------------------
---------------------------------------------------------------------------
test Description
---------------------------------------------------------------------------
testChksum.r An example test rule showing how
the microservice can be used to
compute and store the checksum value.
testValidate.r An example test rule showing how the
microservice can be used to validate
the stored checksum.
---------------------------------------------------------------------------
scripts Description
---------------------------------------------------------------------------
---------------------------------------------------------------------------