Tim Dunn

Results 14 comments of Tim Dunn

Since the command terminated with signal 9, it most likely ran out of RAM. Limiting the maximum variant size with `-l 1000` should do the trick. Are you sure that...

PR #36 added in a `--max-supercluster-size` option, which should fix this issue.

Seconding this issue, @davidaknowles . As is, leafcutter filters each **junction** if the per-junction read count is less than `--minclureads` instead of filtering each **cluster** if the total number of...

Thanks for the quick response, that makes sense. In that case, it would probably be helpful to include a warning/note in the README about this default parameter. Am I correct...