Skip to content

Commit e7a3ae4

Browse files
committed
Rename
1 parent a4e5143 commit e7a3ae4

File tree

12 files changed

+2
-17
lines changed

12 files changed

+2
-17
lines changed

.DS_Store

0 Bytes
Binary file not shown.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name": ".", "type": "folder", "children": [{"name": "channel_check.py", "type": "file"}, {"name": ".DS_Store", "type": "file"}, {"name": "LICENSE", "type": "file"}, {"name": "manifest.py", "type": "file"}, {"name": "tests", "type": "folder", "children": [{"name": "pull_tests.py", "type": "file"}]}, {"name": "workflows", "type": "folder", "children": [{"name": ".DS_Store", "type": "file"}, {"name": "Hello", "type": "folder", "children": [{"name": "sources", "type": "folder", "children": [{"name": "Hello", "type": "folder", "children": [{"name": "config", "type": "folder", "children": [{"name": ".test.yaml", "type": "file"}, {"name": "config.yaml", "type": "file"}]}, {"name": "resources", "type": "folder", "children": [{"name": "Hello.png", "type": "file"}]}, {"name": "workflow", "type": "folder", "children": [{"name": "Snakefile", "type": "file"}, {"name": "grapevne_helper.py", "type": "file"}]}, {"name": ".test.sh", "type": "file"}]}]}]}]}, {"name": "README.md", "type": "file"}, {"name": ".gitignore", "type": "file"}, {"name": ".ropeproject", "type": "folder", "children": []}, {"name": ".github", "type": "file"}, {"name": "manifest.json", "type": "file"}, {"name": ".git", "type": "file"}]}
1+
{"name": ".", "type": "folder", "children": [{"name": "channel_check.py", "type": "file"}, {"name": ".DS_Store", "type": "file"}, {"name": "LICENSE", "type": "file"}, {"name": "manifest.py", "type": "file"}, {"name": "tests", "type": "folder", "children": [{"name": "pull_tests.py", "type": "file"}]}, {"name": "workflows", "type": "folder", "children": [{"name": ".DS_Store", "type": "file"}, {"name": "Hello", "type": "folder", "children": [{"name": ".DS_Store", "type": "file"}, {"name": "sources", "type": "folder", "children": [{"name": ".DS_Store", "type": "file"}]}]}, {"name": "EpiEstim", "type": "folder", "children": [{"name": ".DS_Store", "type": "file"}, {"name": "config", "type": "folder", "children": [{"name": ".test.yaml", "type": "file"}, {"name": "config.yaml", "type": "file"}]}, {"name": "resources", "type": "folder", "children": [{"name": "Hello.png", "type": "file"}]}, {"name": "workflow", "type": "folder", "children": [{"name": "Snakefile", "type": "file"}, {"name": "grapevne_helper.py", "type": "file"}]}]}]}, {"name": "README.md", "type": "file"}, {"name": ".gitignore", "type": "file"}, {"name": ".ropeproject", "type": "folder", "children": []}, {"name": ".github", "type": "file"}, {"name": "manifest.json", "type": "file"}, {"name": ".git", "type": "file"}]}

workflows/.DS_Store

0 Bytes
Binary file not shown.

workflows/EpiEstim/.DS_Store

6 KB
Binary file not shown.

workflows/Hello/sources/Hello/workflow/Snakefile renamed to workflows/EpiEstim/workflow/Snakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Hello World!
2-
3-
This is a simple example module that demonstrates how to use GRAPEVNE modules. This module displays an image on the screen in a platform-independent way. The module touches an output file that we call a 'trigger' to signify that the module has completed successfully. The name of the trigger file is configurable.
1+
"""EpiEstim
42
53
Params:
64
Triggers:

workflows/Hello/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)