Chris Wright

Results 17 issues of Chris Wright

## Bug report The semantics of these two operators are poorly documented and counter intuitive. From the documentation its not clear what the different between `.collect()` and `.toList()`, as the...

kind/docs
lang/operators

## Bug report ### Expected behavior and actual behavior According to, https://www.nextflow.io/docs/latest/process.html#multiple-output-files, a glob pattern can be used to emit a list of multiple items from a process into an...

lang/processes

## Bug report (Please follow this template replacing the text between parentheses with the requested information) ### Expected behavior and actual behavior When running with AWS batch some container image...

The program [align.py](https://github.com/lh3/minimap2/files/7816510/align.py.txt) uses mappy to align reads in Python using multiple worker threads. After loading the index the memory usage jumps up quickly to >20Gb and then continues to...

help wanted

Thank you. Would you consider adding that as a feature to have it detect a set number of regions or chromosomes and parallelize itself? Also it does not seem like...

enhancement
contributions welcome

Section 3.3 of the specification has: ![image](https://user-images.githubusercontent.com/3592009/158998231-2662155a-d8eb-4c01-bd12-e86528eb5129.png) and links to "IEEE Standard for Binary Floating-Point Arithmetic. IEEE 754–1985, 1985". This IEEE specification does not specify how NaNs should be represented...

bed

The example here: https://echarts.apache.org/examples/en/editor.html?c=data-transform-filter uses `datasetId` to reference datasets from series' definitions rather that `datasetIndex`, this does not appear in the documentation.

Under Python 3.8, Linux x86 the source package is fetched (there's only a Python 3.7 wheel) but fails to install. ```$ pip install pyabpoa Collecting pyabpoa Using cached pyabpoa-1.4.0.tar.gz (738...

I'm starting to investigate various memory errors we have seen with clair3 code. This commit is a small one have getting acquianted with the bits full alignment feature code (the...

https://github.com/yangao07/abPOA/pull/62 went most of the way to setting up building and pushing wheels to PyPI. There currently are no wheels on PyPI. The GitHub project needs to be given credentials...