I'm having a problem building program. I'm using the environment provided by the env.yml file. Here are the last few lines of log output.
+ rm -rf /var/lib/apt/lists/auxfiles /var/lib/apt/lists/deb.debian.org_debian-security_dists_buster_updates_InRelease /var/lib/apt/lists/deb.debian.org_debian-security_dists_buster_updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_buster-updates_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_buster-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_buster_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_buster_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
+ echo library(devtools)
+ R --no-save
R version 3.5.2 (2018-12-20) -- "Eggshell Igloo"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(devtools)
>
+ R CMD INSTALL /dndscv/dndscv.tar.gz
Error in untar2(tarfile, files, list, exdir, restore_times) :
incomplete block on file
FATAL: While performing build: while running engine: exit status 1
make: *** [containers/dndscv/dndscv.mk:12: ../containers/dndscv.simg] Error 255
Is the dndscv.tar.gz file it mentions supposed to be the one found here https://github.com/im3sanger/dndscv/releases and if so can I replace the file at intogen-plus/build/containers/dndscv/dndscv.tar.gz with that file and have this work?
I'm having a problem building program. I'm using the environment provided by the env.yml file. Here are the last few lines of log output.
Is the dndscv.tar.gz file it mentions supposed to be the one found here https://github.com/im3sanger/dndscv/releases and if so can I replace the file at intogen-plus/build/containers/dndscv/dndscv.tar.gz with that file and have this work?