Bing Guo

Results 5 issues of Bing Guo

Hi, I am new to this project but feel very excited about the idea of `sub-node tasks`. I tried the `hyperqueue` on the clusters managed by Sun Grid Engine(SGE) in...

If I understand it correctly, multiple-column sorting in arrow2 is done in two steps: - Step1: sort into indices via [sort_to_indices](https://docs.rs/arrow2/latest/arrow2/compute/sort/fn.sort_to_indices.html#) or [lexsort_to_indices](https://docs.rs/arrow2/latest/arrow2/compute/sort/fn.lexsort_to_indices.html#), and then - Step2: use the indices...

## Bug report This is not a bug report per se. It is mainly a request to add more docs about the GroupKey object. ### Expected behavior and actual behavior...

lang/operators

I used bcftools 1.19 to index a BCF file and tried to parse the CSI index file according to the spec https://github.com/samtools/hts-specs/blob/26347448cadff3cf40982d60fe2a97f20d2543ea/CSIv1.tex#L20C28-L20C33. It was not working as expected. After `hexdump...

## Bug report ### Expected behavior and actual behavior Expected behavior: hyperqueue and nextflow should have same interpretation of memory resources. Actual behavior: When set `memory 2.GB` in Nextflow, the...