-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (21 loc) · 1.07 KB
/
README
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
PMP - set of Perl classes for defining pipelines. See the POD
documentation for all the gory details.
Installation: copy the .pm and .pod files somewhere and set your
PERL5LIB environment to reflect that location.
CVS: The following tags exist or are planned:
milestone3 [planned: * = undone, + = done.]:
* additiong of -to type specification of resetting of stages
* pretty printing of stages
* documentation of which methods affect the actual filesystem and
which ones are safe to run.
* correct installation of modules.
* automation of startup tasks in PBSarray.pm
* announcement to BIC community.
milestone2_5: intermediate tag between milestone 2 and 3. After this
correct installation procedures will be used and therefore files have
to be moved around considerably.
milestone2: addition of lots of documentation. Announced to a small
group of people for feedback on the design.
milestone1: first version that appears to run with no known bugs. That
of course does not mean that there are no bugs (they are in fact still
likely), but all test cases run the way that they should.