-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
304 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"APIVersion": "v1beta1", | ||
"Spec": { | ||
"EngineSpec": { | ||
"Type": "docker", | ||
"Params": { | ||
"Image": "ubuntu:latest", | ||
"Entrypoint": ["/bin/bash", "-c", "echo 15"] | ||
} | ||
} | ||
}, | ||
"Publisher": "ipfs", | ||
"Resources": { | ||
"CPU": "", | ||
"GPU": "", | ||
"Memory": "", | ||
"Disk": "" | ||
}, | ||
"Inputs": [ | ||
], | ||
"Outputs": [ | ||
"Name": "Job Docker Engine Spec", | ||
"Type": "batch", | ||
"Count": 1, | ||
"Tasks": [ | ||
{ | ||
"StorageSource": "ipfs", | ||
"Name": "output_custom", | ||
"CID": "", | ||
"Path": "/output_custom" | ||
"Name": "main", | ||
"Engine": { | ||
"Type": "docker", | ||
"Params": { | ||
"Image": "ubuntu:latest", | ||
"Entrypoint": [ | ||
"/bin/bash" | ||
], | ||
"Parameters": [ | ||
"-c", | ||
"echo 15" | ||
] | ||
} | ||
}, | ||
"Publisher": { | ||
"Type": "ipfs" | ||
}, | ||
"ResultPaths": [ | ||
{ | ||
"Name": "output_custom", | ||
"Path": "/output_custom" | ||
} | ||
] | ||
} | ||
], | ||
"Annotations": [] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
APIVersion: v1beta1 | ||
Spec: | ||
Publisher: ipfs | ||
EngineSpec: | ||
Type: docker | ||
Params: | ||
Image: ubuntu:latest | ||
Entrypoint: | ||
- /bin/bash | ||
- -c | ||
- echo 15 | ||
Resources: | ||
CPU: '' | ||
GPU: '' | ||
Memory: '' | ||
Disk: '' | ||
Inputs: [] | ||
Outputs: | ||
- StorageSource: ipfs | ||
Name: output_custom | ||
CID: '' | ||
Path: /output_custom | ||
Annotations: [] | ||
Name: Job Docker Engine Spec | ||
Type: batch | ||
Count: 1 | ||
Tasks: | ||
- Name: main | ||
Engine: | ||
Type: docker | ||
Params: | ||
Image: "ubuntu:latest" | ||
Entrypoint: | ||
- /bin/bash | ||
Parameters: | ||
- -c | ||
- echo 15 | ||
Publisher: | ||
Type: "ipfs" | ||
ResultPaths: | ||
- Name: output_custom | ||
Path: /output_custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# Missing API Version | ||
# APIVersion: v1beta1 | ||
Spec: | ||
Engine: docker | ||
Publisher: ipfs | ||
Docker: | ||
Image: gromacs/gromacs | ||
Entrypoint: | ||
- /bin/bash | ||
- -c | ||
- echo 15 | gmx pdb2gmx -f input/1AKI.pdb -o output/1AKI_processed.gro -water spc | ||
Outputs: | ||
- StorageSource: ipfs | ||
Name: output_custom | ||
Path: /output_custom | ||
Deal: | ||
Concurrency: 1 | ||
Name: Job Docker Output Engine Spec | ||
# Missing Job Type | ||
# Type: batch | ||
Count: 1 | ||
Tasks: | ||
- Name: main | ||
Engine: | ||
Type: docker | ||
Params: | ||
Image: gromacs/gromacs | ||
Entrypoint: | ||
- /bin/bash | ||
Parameters: | ||
- -c | ||
- echo 15 | gmx pdb2gmx -f input/1AKI.pdb -o output/1AKI_processed.gro -water spc | ||
Publisher: | ||
Type: "ipfs" | ||
ResultPaths: | ||
- Name: outputs | ||
Path: /outputs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Missing API Version | ||
# APIVersion: v1beta1 | ||
Spec: | ||
Engine: noop | ||
Publisher: noop | ||
Outputs: | ||
- StorageSource: ipfs | ||
Name: output_custom | ||
Path: /output_custom | ||
Deal: | ||
Concurrency: 1 | ||
# Type: batch | ||
Namespace: default | ||
Count: 1 | ||
Tasks: | ||
- Name: main | ||
Engine: | ||
Type: noop | ||
Publisher: | ||
Type: noop | ||
ResultPaths: | ||
- Name: output_custom | ||
Path: /output_custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
APIVersion: v1beta1 | ||
Spec: | ||
Engine: noop | ||
Publisher: noop | ||
Inputs: | ||
- StorageSource: urlDownload | ||
URL: https://gist.githubusercontent.com/enricorotundo/990f0ad01a50d08dfb580e4ad404870e/raw/aa6934257351a0da93f1e740c72f27128590cebc/foo_data.txt | ||
Path: /app/foo_data_1.txt | ||
Outputs: | ||
- StorageSource: ipfs | ||
Name: output_custom | ||
Path: /output_custom | ||
Deal: | ||
Concurrency: 1 | ||
Name: Noop Job URL | ||
Type: batch | ||
Namespace: default | ||
Count: 1 | ||
Tasks: | ||
- Name: main | ||
Engine: | ||
Type: noop | ||
Publisher: | ||
Type: ipfs | ||
ResultPaths: | ||
- Name: output_custom | ||
Path: /output_custom | ||
InputSources: | ||
- Target: /inputs | ||
Source: | ||
Type: urlDownload | ||
Params: | ||
URL: https://raw.githubusercontent.com/bacalhau-project/bacalhau/main/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
{ | ||
"APIVersion": "v1beta1", | ||
"Spec": { | ||
"Engine": "noop", | ||
"Publisher": "noop", | ||
"Resources": { | ||
"CPU": "", | ||
"GPU": "", | ||
"Memory": "", | ||
"Disk": "" | ||
"Name": "Noop Job", | ||
"Type": "batch", | ||
"Namespace": "default", | ||
"Count": 1, | ||
"Tasks": [ | ||
{ | ||
"Name": "main", | ||
"Engine": { | ||
"Type": "noop" | ||
}, | ||
"Inputs": [], | ||
"Outputs": [], | ||
"Annotations": [] | ||
} | ||
} | ||
"Publisher": { | ||
"Type": "noop" | ||
}, | ||
"ResultPaths": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
APIVersion: v1beta1 | ||
Spec: | ||
Engine: noop | ||
Publisher: noop | ||
Outputs: | ||
- StorageSource: ipfs | ||
Name: output_custom | ||
Path: /output_custom | ||
Deal: | ||
Concurrency: 1 | ||
Name: Noop Job | ||
Type: batch | ||
Namespace: default | ||
Count: 1 | ||
Tasks: | ||
- Name: main | ||
Engine: | ||
Type: noop | ||
Publisher: | ||
Type: noop | ||
ResultPaths: | ||
- Name: output_custom | ||
Path: /output_custom |
Oops, something went wrong.