Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffquinn-msk committed Feb 21, 2024
1 parent 89a9323 commit 731d080
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process BAYESTME_BLEEDING_CORRECTION {
label 'process_high_memory'
label 'process_long'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://jeffquinnmsk/bayestme:latest' :
'docker.io/jeffquinnmsk/bayestme:latest' }"
'docker://jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' :
'docker.io/jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' }"

input:
tuple val(meta), path(adata)
Expand Down
4 changes: 2 additions & 2 deletions nextflow/modules/bayestme/bayestme_deconvolution/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process BAYESTME_DECONVOLUTION {
label 'process_high_memory'
label 'process_long'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://jeffquinnmsk/bayestme:latest' :
'docker.io/jeffquinnmsk/bayestme:latest' }"
'docker://jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' :
'docker.io/jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' }"

input:
tuple val(meta), path(adata), val(n_cell_types), val(spatial_smoothing_parameter), path(expression_truth)
Expand Down
4 changes: 2 additions & 2 deletions nextflow/modules/bayestme/bayestme_filter_genes/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process BAYESTME_FILTER_GENES {
tag "$meta.id"
label 'process_single'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://jeffquinnmsk/bayestme:latest' :
'docker.io/jeffquinnmsk/bayestme:latest' }"
'docker://jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' :
'docker.io/jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' }"

input:
tuple val(meta), path(adata), val(filter_ribosomal_genes), val(n_top_by_standard_deviation), val(spot_threshold), path(expression_truth)
Expand Down
4 changes: 2 additions & 2 deletions nextflow/modules/bayestme/bayestme_load_spaceranger/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process BAYESTME_LOAD_SPACERANGER {
tag "$meta.id"
label 'process_single'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://jeffquinnmsk/bayestme:latest' :
'docker.io/jeffquinnmsk/bayestme:latest' }"
'docker://jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' :
'docker.io/jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' }"

input:
tuple val(meta), path(spaceranger_dir)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ process BAYESTME_PHENOTYPE_SELECTION {
label 'process_high_memory'
label 'process_long'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://jeffquinnmsk/bayestme:latest' :
'docker.io/jeffquinnmsk/bayestme:latest' }"
'docker://jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' :
'docker.io/jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' }"

input:
tuple val(meta), path(adata), val(job_index), val(min_n_cell_types), val(max_n_cell_types), val(min_lambda), val(max_lambda), val(n_folds)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process BAYESTME_READ_PHENOTYPE_SELECTION_RESULTS {
tag "$meta.id"
label "process_single"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://jeffquinnmsk/bayestme:latest' :
'docker.io/jeffquinnmsk/bayestme:latest' }"
'docker://jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' :
'docker.io/jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' }"

input:
tuple val(meta), file(fold_results)
Expand Down
4 changes: 2 additions & 2 deletions nextflow/modules/bayestme/bayestme_spatial_expression/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process BAYESTME_SPATIAL_EXPRESSION {
label 'process_high_memory'
label 'process_long'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://jeffquinnmsk/bayestme:latest' :
'docker.io/jeffquinnmsk/bayestme:latest' }"
'docker://jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' :
'docker.io/jeffquinnmsk/bayestme:89a932361287e7eaa9552d70908239d95479937e' }"

input:
tuple val(meta), path(adata), path(deconvolution_samples)
Expand Down

0 comments on commit 731d080

Please sign in to comment.