diff --git a/modules/local/common.nf b/modules/local/common.nf index 8955164..9a8d14c 100755 --- a/modules/local/common.nf +++ b/modules/local/common.nf @@ -397,7 +397,6 @@ process getVersions { script: """ mosdepth --version | sed 's/ /,/' >> versions.txt - bamstats --version | awk '{print "bamstats,"\$1}' >> versions.txt """ } diff --git a/nextflow.config b/nextflow.config index 37ff356..8ce9cbc 100755 --- a/nextflow.config +++ b/nextflow.config @@ -127,7 +127,7 @@ params { agent = null // container sha - e2l_base_tag = "shabc191fb13edb77002e7874ae10de48ab3fedab21" + e2l_base_tag = "sha0f033fe23a576cf4da9df8d2d6745d63329a8611" e2l_snp_tag = "sha6d5c80963ce346695d98205563c87dc71fc182ff" e2l_sv_tag = "sha8f02fbfaea233fe4763f7c7142696efcadab2f4d" e2l_mod_tag = "sha0253e9e9ba92aacc852ba376edefe8ff0932f71a"