Roman Valls Guimera
Roman Valls Guimera
Bravo! :)
Thanks a ton for all the detailed explanations and references to the issues around voffsets and htsget+htslib, very useful stuff. This topic has now come back to my attention and...
True that @hzpc-joostk, as I mentioned towards the end of the original post... the problem here is mostly a UX one: users expect bgzip to behave somewhat similarly to gzip/bzip2/etc......
Also, this can be used to support `sync` between two S3 buckets more transparently between two different accounts. All example usages I find about sync assume that both S3 buckets...
Same issue here, here's the compilation log of `fs` itself on an Apple Silicon M1 running on OSX Monterey: ``` > install.packages("fs") Installing package into ‘/opt/homebrew/lib/R/4.1/site-library’ (as ‘lib’ is unspecified)...
1000% This issue. I will setup a Slack channel in my org called `#iam-confused` as soon as this is up to follow, i.e `cognito-idp` and act when AWS fixes things...
@zeroaltitude Setting up AWS SSO with Google is fairly straightforward with SAML, here's a step by step guide (one of many): https://deductivelabs.com/blog/aws/amazon-web-services-sso-authentication-with-google-gsuite/ Yawsso only covers the "last mile" tools like...
Yeah, [SCIM](http://www.simplecloud.info/) is still lacking, that's together with having to use the yawsso "bridge", the only significant drawback, other than that, works a treat!
@stevemac007 At least put a reference/link to the very beginning of the README pointing to this issue? In our experience, our transition to AWS SSO has been the difference between...
Btw, support for CLIv2 on AWS Terraform provider has just been merged: https://github.com/hashicorp/terraform-provider-aws/issues/10851#issuecomment-769434408 The AWS Go SDK is supporting it now, so that was pretty much the last inconvenience milestone...