googlegenomics / pipelines-api-examples

Examples for the Google Genomics Pipelines API.
BSD 3-Clause "New" or "Revised" License
50 stars 31 forks source link

Fixes the input recursive argument #69

Closed slagelwa closed 6 years ago

slagelwa commented 6 years ago

The input recursive argument is documented as "-I" but coded as "-r" which just so happens to conflict with the "--runner" argument.

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


slagelwa commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!

mbookman commented 6 years ago

Thanks Joe!