Skip to content

Commit

Permalink
Changing some stuff to kick off real CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jul 28, 2023
1 parent 568afbc commit f8e5c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/gatk4/haplotypecaller/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process GATK4_HAPLOTYPECALLER {
conda "bioconda::gatk4=4.4.0.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gatk4:4.4.0.0--py36hdfd78af_0':
'biocontainers/gatk4:4.4.0.0--py36hdfd78af_0' }"
'quay.io/biocontainers/gatk4:4.4.0.0--py36hdfd78af_0' }"

input:
tuple val(meta), path(input), path(input_index), path(intervals), path(dragstr_model)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/samtools/sort/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SAMTOOLS_SORT {
conda "bioconda::samtools=1.17"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.17--h00cdaf9_0' :
'biocontainers/samtools:1.17--h00cdaf9_0' }"
'quay.io/biocontainers/samtools:1.17--h00cdaf9_0' }"

input:
tuple val(meta), path(bam)
Expand Down

0 comments on commit f8e5c94

Please sign in to comment.