Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
[harmony] Update Docker from 1.0-2 to 1.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
dweemx committed Jul 8, 2021
1 parent e0868eb commit 74371bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/harmony/bin/run_harmony.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ library("argparse")
library("reticulate")
library("anndata")

# Link Python to this R session
use_python("/opt/conda/envs/harmony-v1.0-3/bin")
Sys.setenv(RETICULATE_PYTHON = "/opt/conda/envs/harmony-v1.0-3/bin")

parser <- ArgumentParser(description='Scalable integration of single cell RNAseq data for batch correction and meta analysis')
parser$add_argument(
'input',
Expand Down
3 changes: 2 additions & 1 deletion src/harmony/environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: harmony-v1.0-2
name: harmony-v1.0-3
channels:
- r
- conda-forge
- bioconda
dependencies:
- python=3.7
- anndata=0.7.6
- r-base=4.0.2
- r-argparse=2.0.1
- r-devtools
Expand Down
2 changes: 1 addition & 1 deletion src/harmony/harmony.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
params {
sc {
harmony {
container = 'vibsinglecellnf/harmony:1.0-2'
container = 'vibsinglecellnf/harmony:1.0-3'
report_ipynb = "${params.misc.test.enabled ? '../../..' : ''}/src/harmony/bin/reports/sc_harmony_report.ipynb"
varsUse = ['batch']
// theta = ''
Expand Down

0 comments on commit 74371bf

Please # to comment.