-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release edits for cromshell2 #255
Conversation
- GNU grep doesn't like to work with tabs, so it wasn't properly parsing the aliases out. Removed the offending grep command so aliases can be pulled from the TSV file on linux. - Fixes #135
* Added the sub-command "update-server" Co-authored-by: Stephen Fleming <[email protected]>
* Minor change to remove temp files in the notify helper. - This fixes an issue found where cromshell was filling /tmp disk space with the `notify` daemon. Not 100% sure why the trap didn't catch the temp files, but this fixes it.
* Added commands to calculate the cost for workflows (GCS backend only).
* adding completions for cost/cost-detailed
* Improve formatting of readme for new cost commands * Add forgotten "update-server" command to completions * Add completions/reload.sh script to help developing zsh completions
* Updating wait time for cost from 8h to 24h * Fixing cost wait message to include more information. * Fixed user message.
* timing was putting an extra "http" into the url which caused it to not load correctly. * fixes #167
* Add the ability to pass request headers to the curl command by specifying the "CROMSHELL_HEADER" environment variable. * Useful for passing oauth tokens.
Added docs for CROMSHELL_HEADER env variable
- Fixed problem in task parsing where if a task had the word `Failed` in it, it would be labeled as a failing task regardless of status.
* add a note about cromshell 2 alpha to the master branch readme so people know it exists and how to find it.
…2022 Aug 11 (#219) * Updated `_PARTITIONTIME` to `partition_time` as per SADA billing changes. * Fixing parsing error in `cost-detailed` function.
…inor edits to README.md
# cromshell | ||
A CLI for submitting workflows to a cromwell server and monitoring / querying their results. | ||
# Cromshell | ||
[![GitHub version](https://badge.fury.io/gh/broadinstitute%2Fcromshell.svg)](https://badge.fury.io/gh/broadinstitute%2Fcromshell) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
Outdated
# Cromshell | ||
[![GitHub version](https://badge.fury.io/gh/broadinstitute%2Fcromshell.svg)](https://badge.fury.io/gh/broadinstitute%2Fcromshell) | ||
[![Integration Workflow](https://github.com/broadinstitute/cromshell/actions/workflows/integration_tests.yml/badge.svg)](https://github.com/broadinstitute/cromshell/actions/workflows/integration_tests.yml/badge.svg) | ||
[![Integration Workflow](https://github.com/broadinstitute/cromshell/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/broadinstitute/cromshell/actions/workflows/unit_tests.yml/badge.svg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is called integration workflow twice, I think one is unit test?
README.md
Outdated
@@ -90,19 +84,19 @@ functions as Cromshell 1 but has been rebuilt in python with many added benefits | |||
|
|||
#### Get email notification on job completion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we pull this from the readme for now?
# Conflicts: # README.md
…cript to legacy_cromshell folder
cromshell
instead ofcromshell-beta
--cu