Skip to content

ViWrap set_up_env bug fix and improve experience for ViWrap download#62

Open
biociao wants to merge 2 commits intoAnantharamanLab:mainfrom
BGIGPD:main
Open

ViWrap set_up_env bug fix and improve experience for ViWrap download#62
biociao wants to merge 2 commits intoAnantharamanLab:mainfrom
BGIGPD:main

Conversation

@biociao
Copy link
Copy Markdown

@biociao biociao commented Jul 8, 2025

  1. The -y(--yes) argument is valid in mamba=1.5.1 and above. Current mamba=1.3.0 will cause error when execute ViWrap set_up_env as it use -y in each mamba env create ** -y >/dev/null 2>&1. Refer to scripts/master_set_up_env.py:line 40

  2. Database downloading is time-consuming and easily interrupted by many reasons. So to avoid re-downloading those already finished _db could easy our pain. I add condition judgements to avoid overwritten already exists db files. To those partially downloaded packages, one can remove the corresponding files and execute ViWrap download again.

biociao added 2 commits July 8, 2025 13:00
…v`, where `-y(--yes)` in `mamba env create` was invalid in mamba<=v1.5.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant