Skip to content

Commit

Permalink
Resolved merged conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Rowell authored and Jessica Rowell committed Feb 5, 2025
2 parents e2a79d2 + 99aeca0 commit b4de025
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion modules/local/aggregate_tsvs.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process AGGREGATE_TSVS {
conda (params.enable_conda ? "conda-forge::python=3.8.3" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bionumpy:0.2.17--pyha8f3691_0 ' :
'quay.io/biocontainers/bionumpy' }"
'quay.io/biocontainers/bionumpy:0.2.17--pyha8f3691_0' }"

input:
path(individual_tsvs)
Expand Down
3 changes: 2 additions & 1 deletion modules/local/graph_reconstruct.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ process GRAPH_RECON {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
python: \$(python3 --version | sed 's/Python //g')
END_VERSIONS
"""
}
}
4 changes: 2 additions & 2 deletions modules/local/publish_contigs.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PUBLISH_CONTIGS {
conda (params.enable_conda ? "conda-forge::python=3.8.3" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bionumpy:0.2.17--pyha8f3691_0 ' :
'quay.io/biocontainers/bionumpy' }"
'quay.io/biocontainers/bionumpy:0.2.17--pyha8f3691_0' }"

input:
tuple val(meta), path(assembly)

Expand Down
2 changes: 1 addition & 1 deletion modules/local/summarize_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process SUMMARIZE_QC {
conda (params.enable_conda ? "conda-forge::python=3.8.3 conda-forge::pandas" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pandas:1.1.5' :
'quay.io/biocontainers/pandas' }"
'quay.io/biocontainers/pandas:1.1.5' }"

input:
path summarize_qc_files
Expand Down
2 changes: 1 addition & 1 deletion modules/local/summarize_tsv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SUMMARIZE_TSV {
conda (params.enable_conda ? "conda-forge::python=3.8.3" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bionumpy:0.2.17--pyha8f3691_0 ' :
'quay.io/biocontainers/bionumpy' }"
'quay.io/biocontainers/bionumpy:0.2.17--pyha8f3691_0' }"

input:
tuple val(meta), path(ivar_tsv)
Expand Down
7 changes: 4 additions & 3 deletions modules/local/variant_convert.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ process VARIANT_CONVERT {
tag "$meta.id"
label 'process_medium'

container "${ workflow.containerEngine == 'singularity' && !task.ext. singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.8.3' :
'quay.io/biocontainers/python:3.8.3' }"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bionumpy:0.2.17--pyha8f3691_0 ' :
'quay.io/biocontainers/bionumpy:0.2.17--pyha8f3691_0' }"


input:
tuple val(meta), path(tsv)
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/modules/sratools/fasterqdump/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/modules/sratools/prefetch/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/quast/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/unicycler/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ profiles {
}
docker {
docker.enabled = true
docker.userEmulation = true
// docker.userEmulation = true
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
Expand Down

0 comments on commit b4de025

Please sign in to comment.