walaj / bxtools

Tools for analyzing 10X Genomics data
MIT License
42 stars 10 forks source link

split, stats, tile with no arguments segfaults #8

Closed sjackman closed 7 years ago

sjackman commented 7 years ago

relabel and mol with no arguments print useful --help text. split, stats, and tile segfault.

❯❯❯ src/bxtools split
[1]    64359 segmentation fault  src/bxtools split

mol accepts --help as an option, but none of the other tools do. Please consider adding a --help option to each tool.

walaj commented 7 years ago

Good catch. Fixed in next commit.

sjackman commented 7 years ago

Thanks, Jeremiah.