Skip to content

Commit

Permalink
fixed wrong pango docker parser name
Browse files Browse the repository at this point in the history
  • Loading branch information
replikation authored Apr 12, 2022
1 parent e407cbf commit 4d86867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poreCov.nf
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if (params.update) {
println "\033[0;33mWarning: Running --update might not be poreCov compatible!\033[0m"
if ( internetcheck.toString() == "true" ) {
tagname = 'https://registry.hub.docker.com/v2/repositories/nanozoo/pangolin-v4/tags/'.toURL().text.split(',"name":"')[1].split('","')[0]
params.pangolindocker = "nanozoo/pangolin:" + tagname
params.pangolindocker = "nanozoo/pangolin-v4:" + tagname
println "\033[0;32mFound latest pangolin container, using: " + params.pangolindocker + " \033[0m"

tagname = 'https://registry.hub.docker.com/v2/repositories/nanozoo/nextclade/tags/'.toURL().text.split(',"name":"')[1].split('","')[0]
Expand Down

0 comments on commit 4d86867

Please sign in to comment.