grabix icon indicating copy to clipboard operation
grabix copied to clipboard

a wee tool for random access into BGZF files.

Results 17 grabix issues
Sort by recently updated
recently updated
newest added

Hi Aaron, Whilst on the way to getting up to speed on gemini, I've had a play with grabix. Unfortunately it's not playing nicely on our CentOS systems. Following the...

After using this command-$bash master=test.sh. I am getting the following error Using gemini found at: /usr/local/bin/gemini /usr/local/share/gemini/anaconda/lib/python2.7/site-packages/gemini/config.py:61: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe....

I have a file with 3102468676 lines compressed with pbgzip and indexed with grabix index. grabix size returns -1192498620. It seems that a long int needs to be updated to...

Hi all, what would it take to enable S3 access in grabix? I was hopeful/naive enough to think that it was as simple as replacing bgzf.c and linking against a...

Travis functionality. Consider to squash merge.

instead of ``` stuff | bgzip -c > o.vcf.gz grabix o.vcf.gz ``` we should have ``` stuff | grabix indexcompress o ```

``` wget -O - https://github.com/arq5x/gemini/raw/master/test/test.query.vcf | grep ^# | bgzip -c > o.vcf.gz grabix index o.vcf.gz grabix grab o.vcf.gz 1 1 ```

grabix grab some.vcf.gz 0 returns the same row as grabix grab some.vcf.gz 1