forked from troelsfr/BatchQ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMANIFEST
94 lines (94 loc) · 3.05 KB
/
MANIFEST
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# file GENERATED by distutils, do NOT edit
AUTHORS
LICENSE
README
setup.py
batchq/__init__.py
batchq/bin/q
batchq/contrib/__init__.py
batchq/contrib/alps/__init__.py
batchq/contrib/alps/test.py
batchq/contrib/alps/tools.py
batchq/contrib/alps/examples/example1_dict.py
batchq/contrib/alps/examples/example1_dict.py~
batchq/contrib/alps/examples/example2_configuration.py
batchq/contrib/alps/examples/example3_class.py
batchq/contrib/alps/examples/example3_class.py~
batchq/contrib/alps/examples/original.py
batchq/contrib/examples/00_basics.py
batchq/contrib/examples/00f_wildcards.py
batchq/contrib/examples/01_create_file.py
batchq/contrib/examples/core_basepipe.output
batchq/contrib/examples/core_basepipe.py
batchq/contrib/examples/core_process.output
batchq/contrib/examples/core_process.py
batchq/contrib/examples/hello.txt
batchq/contrib/examples/replacement.py
batchq/contrib/examples/test.py
batchq/contrib/examples/tutorial2_basestructure.py
batchq/contrib/examples/tutorial2_call.py
batchq/contrib/examples/tutorial2_create_file2.py
batchq/contrib/examples/tutorial2_create_file3.py
batchq/contrib/examples/tutorial2_create_file4.py
batchq/contrib/examples/tutorial2_error1.py
batchq/contrib/examples/tutorial2_error2.py
batchq/contrib/examples/tutorial2_hello_param.output
batchq/contrib/examples/tutorial2_hello_param.py
batchq/contrib/examples/tutorial2_hello_world.output
batchq/contrib/examples/tutorial2_hello_world.py
batchq/contrib/examples/tutorial2_inherit.py
batchq/contrib/examples/tutorial2_python_implementation.py
batchq/contrib/examples/tutorial2_python_implementation_SSH.py
batchq/contrib/examples/tutorial2_replacement.output
batchq/contrib/examples/tutorial2_replacement.py
batchq/contrib/examples/tutorial3_nohup1.py
batchq/contrib/examples/tutorial3_nohup2.py
batchq/contrib/examples2/nohup/__init__.py
batchq/contrib/examples2/nohup/nohup.py
batchq/core/__init__.py
batchq/core/batch.py
batchq/core/communication.py
batchq/core/errors.py
batchq/core/library.py
batchq/core/memory.py
batchq/core/process.py
batchq/core/terminal.py
batchq/core/utils.py
batchq/core/terminal/__init__.py
batchq/core/terminal/base.py
batchq/core/terminal/patternregister.py
batchq/core/terminal/vt100.py
batchq/core/terminal/xterm.py
batchq/pipelines/__init__.py
batchq/pipelines/interpreters/__init__.py
batchq/pipelines/interpreters/python.py
batchq/pipelines/math/__init__.py
batchq/pipelines/math/maple.py
batchq/pipelines/shell/__init__.py
batchq/pipelines/shell/bash.py
batchq/pipelines/shell/sftp.py
batchq/pipelines/shell/ssh.py
batchq/pipelines/shell/utils.py
batchq/queues/__init__.py
batchq/queues/functions.py
batchq/queues/lsf.py
batchq/queues/nohup.py
batchq/shortcuts/__init__.py
batchq/shortcuts/queue.py
batchq/shortcuts/shell.py
batchq/templates/__init__.py
docs/api.rst
docs/index.rst
docs/introduction.rst
docs/tutorial.rst
docs/tutorial_bsub.rst
docs/tutorial_nhup.rst
docs/vistrails.rst
docs/webinterface.rst
docs/api/batch.rst
docs/api/math_terminals.rst
docs/api/shell_terminals.rst
docs/api/terminal.rst
docs/contrib/django_webserver.rst
docs/contrib/kivy_terminal.rst
docs/user/intro.rst