Skip to content

Commit

Permalink
fix(multiqc): fixes typo in docker address
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Jun 12, 2020
1 parent 5cef852 commit 3ecda94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/mip_install_rd_dna_config_-1.0-.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ singularity:
multiqc:
executable:
multiqc:
uri: docker://ewels/multiqc:v1.9
uri: docker://ewels/multiqc:1.9
peddy:
executable:
peddy: "python -m peddy"
Expand Down
2 changes: 1 addition & 1 deletion templates/mip_install_rd_rna_config_-1.0-.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ singularity:
multiqc:
executable:
multiqc:
uri: docker://ewels/multiqc:v1.9
uri: docker://ewels/multiqc:1.9
picard:
executable:
picard: "no_executable_in_image"
Expand Down

0 comments on commit 3ecda94

Please sign in to comment.