Skip to content

Commit

Permalink
chipqc env
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna.otylia.sikora@gmail.com committed Feb 7, 2025
1 parent e98e90d commit a819a48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snakePipes/common_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def set_env_yamls():
'CONDA_SEACR_ENV': 'envs/chip_seacr.yaml',
'CONDA_FQLINT_ENV': 'envs/fqlint.yaml',
'CONDA_WHATSHAP_ENV': 'envs/whatshap.yaml',
'CONDA_PICARD_ENV': 'envs/picard.yaml'
'CONDA_PICARD_ENV': 'envs/picard.yaml',
'CONDA_CHIPQC_ENV': 'envs/chipqc.yaml'
}


Expand Down
8 changes: 8 additions & 0 deletions snakePipes/shared/rules/envs/chipqc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: snakepipes_chipqc_environment_1.0
channels:
- conda-forge
- bioconda
dependencies:
- bioconductor-genomicranges
- bioconductor-rtracklayer
- bioconductor-chipqc

0 comments on commit a819a48

Please sign in to comment.