Alan Silva
Alan Silva
I'm working on it.
Ok, I pinpointed the issue and it's basically, somehow, on our side, yet I cannot explain by testing lest it will break our production service. But essentially, when I simply...
Thanks for the tip, I will fetch AWS support.
Sorry, I found this issue by search... and I was doing, presumably, exactly what you said, yet, this not working for me: Test based on [example](https://github.com/serverless/serverless-plugin-typescript/tree/master/example) (which is awfully outdated)....
I'm using Conda to manage my packages. I use Pysam and its version 0.16.0.1 fails in a similar way, so I'm using 0.15.4. Ironically, we were not only trying with...
I haven't build anything yet, just using CONDA so far, but I created an example using a public VCF file in S3 ```bash aws s3 ls s3://3kricegenome/test/test.vcf.gz ``` ### Using...
I did in my docker container (using a slim Debian Buster) and all worked as expected. However, I'm using version `0.10.4` (from Dec 18). I feel ashamed that I may...
I'm lost, whatever I've tried, haven't work on my Mac so far. `python` and `pip` are from `Conda`. I'm trying @ccwang002 suggestion with few alterations: ```bash #For compilers to find...
I've tried to sort this myself. I've created this patch: ```diff diff --git a/hfile_gcs.c b/hfile_gcs.c index e6f72ae..c757d84 100644 --- a/hfile_gcs.c +++ b/hfile_gcs.c @@ -116,7 +116,8 @@ static hFILE *gcs_vopen(const char...
Thanks @ccwang002. I've been spending days on it. I'm testing with `tabix` as well (via `brew install htslib`). I will check all again. I've tried to create another private S3...