https://github.com/broadinstitute/cromwell-accountant
A script to calculate estimated cost of a Cromwell workflow on Google Cloud
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.9%) to scientific vocabulary
Repository
A script to calculate estimated cost of a Cromwell workflow on Google Cloud
Basic Info
Statistics
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
This script estimates the cost of running a Cromwell pipeline on Google Cloud
based on Cromwell metadata JSON, which is a full response to
GET https://${chromwell_host}/api/workflows/v1/{workflow_id}/metadata.
You can use it in the following format:
bash
./cost.py < metadata.json
It fetches the current GCP price list and calculates the cost of each task call based on the hourly price of its machine type and disk type and size. Then, it sums up the cost of all calls and prints it to stdout.
Note: This script can be used on the workflows that are still running.
Owner
- Name: Broad Institute
- Login: broadinstitute
- Kind: organization
- Location: Cambridge, MA
- Website: http://www.broadinstitute.org/
- Twitter: broadinstitute
- Repositories: 1,083
- Profile: https://github.com/broadinstitute
Broad Institute of MIT and Harvard
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 3 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 2.5
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- letaylor (1)
- edawson (1)