Skip to content

Commit

Permalink
Merge pull request #139 from CCBR/iss-138
Browse files Browse the repository at this point in the history
fix: remove singularity version number
  • Loading branch information
kelly-sovacool authored Jul 16, 2024
2 parents 97e0377 + e01bb9b commit eb1100d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
- Ensures control replicate number is an integer.
- Fixes FDR cutoff misassigned to log2FC cutoff.
- Fixes `no_dedup` variable names in library normalization scripts.
- Containerize rules that require R (`deseq`, `go_enrichment`, and `spikein_assessment`) to fix installation issues with common R library path. (#129, @kelly-sovacool)
- The `Rlib_dir` and `Rpkg_config` config options have been removed as they are no longer needed.
- New visualizations: (#132, @epehrsson)
- New rules `cov_correlation`, `homer_enrich`, `combine_homer`, `count_peaks`
- Add peak caller to MACS2 peak xls filename
- New parameters in the config file to make certain rules optional: (#133, @kelly-sovacool)
- GO enrichment is controlled by `run_go_enrichment` (default: `false`)
- ROSE is controlled by `run_rose` (default: `false`)
- Fig bug that added nonexistent directories to the singularity bind paths. (#135, @kelly-sovacool)
- Fig bug that added nonexistent directories to the singularity bind paths. (#135, @kelly-sovacool)
- New features:
- Containerize rules that require R (`deseq`, `go_enrichment`, and `spikein_assessment`) to fix installation issues with common R library path. (#129, @kelly-sovacool)
- The `Rlib_dir` and `Rpkg_config` config options have been removed as they are no longer needed.
- New visualizations: (#132, @epehrsson)
- New rules `cov_correlation`, `homer_enrich`, `combine_homer`, `count_peaks`
- Add peak caller to MACS2 peak xls filename
- New parameters in the config file to make certain rules optional: (#133, @kelly-sovacool)
- GO enrichment is controlled by `run_go_enrichment` (default: `false`)
- ROSE is controlled by `run_rose` (default: `false`)
- Misc:
- The singularity version is no longer specified, per request of the biowulf admins. (#139, @kelly-sovacool)

## CARLISLE v2.5.0
- Refactors R packages to a common source location (#118, @slsevilla)
Expand Down
2 changes: 1 addition & 1 deletion carlisle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

PYTHON_VERSION="python/3.9"
SNAKEMAKE_VERSION="snakemake/7.19.1"
SINGULARITY_VERSION="singularity/3.10.5"
SINGULARITY_VERSION="singularity"

set -eo pipefail

Expand Down

0 comments on commit eb1100d

Please sign in to comment.