Henry E. Miller

Results 20 comments of Henry E. Miller

I have the exact same issue. Dropping to `6.4.0` also fixes it for me.

Was wondering if there has been any progress on this since last year? @johanneskoester

Big +1 for this feature :) `bwa-mem2` is awesome -- would love to be able to use it for my use case but not enough RAM at the moment

I am also finding this issue. Is there any way to control the memory usage when indexing? I am finding that the memory requirement is greater than what I have...

@mohamadi1024 The issue is that `bwa-mem2` requires a very large amount of memory that isn't suitable for a large number of workflows / systems. For example, I wouldn't be able...

Hello -- I am also experiencing this issue with some sequencing data in the yeast genome. I expect the issue is that the genome is too small. However, I also...

Thank you for looking into this. Changing to the correct genome size didn't make any difference with respect to this issue. Only changing the MFOLD seemed to help. Considering how...

I've got it working. Almost all of the real functionality of the package doesn't really require the `chart_studio` part. If you remove the line from `__init__.py` about `tools` module, it...

How would one set `RENV_CONFIG_REPOS_OVERRIDE` in the context of the `r-lib/actions/setup-renv@v2` action?

It's like this, for anyone else who was confused: ```YAML - name: Set up Renv uses: r-lib/actions/setup-renv@v2 with: cache-version: 2 env: RENV_CONFIG_REPOS_OVERRIDE: "https://packagemanager.rstudio.com/all/latest" ```