We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f992231 + b76eb84 commit e71b4faCopy full SHA for e71b4fa
panpipes/panpipes/pipeline_integration.py
@@ -256,6 +256,8 @@ def run_scvi(outfile):
256
cmd += " --neighbors_k %s" % neighbor_params['k']
257
cmd += " > logs/1_rna_scvi.log "
258
job_kwargs = {}
259
+ if PARAMS['condaenv'] is not None:
260
+ job_kwargs["job_condaenv"] =PARAMS['condaenv']
261
if PARAMS['queues_gpu'] is not None:
262
job_kwargs["job_queue"] = PARAMS['queues_gpu']
263
job_kwargs["job_threads"] = int(PARAMS['resources_threads_gpu'])
0 commit comments