Skip to content

Create conda environments under the analysis directory by default for 'make_fastqs' & 'run_qc' - #1180

Merged
pjbriggs merged 3 commits into
develfrom
auto_process-default-conda-env-dir-in-analysis-dir
Jul 20, 2026
Merged

pjbriggs merged 3 commits into
develfrom
auto_process-default-conda-env-dir-in-analysis-dir

Conversation

@pjbriggs

Copy link
Copy Markdown
Member

Updates the make_fastqs and run_qc commands so that by default create any conda environments are now created in a subdirectory of the current analysis directory (specifically <ANALYSIS_DIR>/__conda/envs).

This default will still be overridden by locations supplied either via the command line, or via the configuration settings. The change is intended to prevent old or unwanted environments being left lying around after analyses have completed.

pjbriggs added 2 commits July 15, 2026 11:31
If the location for conda environments is not explicitly supplied or set in the configuration then default is now to create within the analysis directory.
If the location for conda environments is not explicitly supplied or set in the configuration then default is now to create within the analysis directory.
@pjbriggs pjbriggs added enhancement QC pipeline Fastq generation dependencies Pull requests that update a dependency file labels Jul 15, 2026
Conda envs in the 'run_qc' command were defaulting to the working directory for the pipeline execution (rather than the analysis directory as originally intended).
@pjbriggs
pjbriggs merged commit aa53a6e into devel Jul 20, 2026
7 checks passed
@pjbriggs
pjbriggs deleted the auto_process-default-conda-env-dir-in-analysis-dir branch July 20, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement Fastq generation QC pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant