Nathan Weeks

Results 35 issues of Nathan Weeks

Given the following DDL: ```sql CREATE TABLE "foo1" ( "col1" varchar(255), KEY "key1" ("x"), CONSTRAINT "constraint1" FOREIGN KEY ("fk1") REFERENCES "foo2" ("col2") ); ``` mysql2sqlite emits (1) a malformed CREATE...

Every GitHub-hosted markdown file URL that I've tried in Remarkise (https://remarkjs.com/remarkise) (e.g., https://raw.githubusercontent.com/gnab/remark/develop/README.md , which admittedly wouldn't render anything useful) results in the error: > Error! (probably a violation of...

pyd4 is available as a python package, but only as a source distribution, requiring a rust compiler to install---which is still a rare find on hosts to Python. After a...

The dmtcp_launch(1) man page DESCRIPTION section is currently: ``` DESCRIPTION dmtcp_launch launches a process under DMTCP control. A typical usage is: rm ckpt_a.out_*.dmtcp # Remove any stale copies of ckpt...

- [x] I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature. The sendget_by_ref issue first reported in https://github.com/sourceryinstitute/OpenCoarrays/issues/632#issuecomment-474827958...

bug
help-wanted
confirmed

[ULFM2](https://bitbucket.org/icldistcomp/ulfm2) is a fork of Open-MPI that implements ULFM-based fault tolerance. When OpenCoarrays 2.4.0 is configured with CAF_ENABLE_FAILED_IMAGES=TRUE, the cafrun wrapper script adds the `--disable-auto-cleanup` option to mpiexec to allow...

in progress

Add a flexible array member to the bam1_t struct to allow the variable-length data to be colocated in memory with the rest of the bam1_t. This should be backwards compatible,...

breaks-ABI

When invoked without `--exonhints` or `--nomult`, bam2hints expects reads to be sorted by read name. However, in this case, it only checks that any sort order specified in the BAM...

It would be convenient if JBrowse could render spliced alignments from tabix-indexed GFF3 files using the CIGAR string in the GFF3 Gap attribute (e.g., produced from gmap's gff3_match_est format), rather...

feature req
help wanted

Would it be a bad idea to use docker2singularity to build Singularity images from Singularity definition files with `singularity build`? Lightly modifying the example in the [Singularity 3.7 User Guide...