Dennis Dollée

Results 6 comments of Dennis Dollée

I have a similar error. I think it's unrelated to conda.el. `version

https://github.com/conda/conda/issues/13451 https://github.com/microsoft/vscode-python/issues/22752 For me it was an issue with the conda python plugin, which unsets the CONDA_PREFIX variable. Setting the CONDA_PREFIX env var fixed it for me.

The `star` parameter is still set in `conf/igenomes.config`, so the pipeline thinks a star index is provided. Remove or comment the `star = "${params.igenomes_base}...` line, this will trigger the `STAR_GENOMEGENERATE`...

Same problem here. It happens since e96c53f5035c841b20937b65142498bd8e161a40. Before this commit: ```elisp ELISP> (vterm--get-color 1) "#e45649" ELISP> (vterm--get-color 9) "#ea8076" ``` After this commit: ```elisp ELISP> (vterm--get-color 1) "#ea8076" ELISP> (vterm--get-color...

Do you happen to use emacsclient? Whenever I use emacsclient, emacs interprets `C-i` as a `TAB`. Which I think is similar behavior as terminals? If I use emacs without the...

You are absolutely right! The output file extensions are `txt` but the content is indeed `tsv`. I see there's already a pull request, do you want me to do anything?