According to a 2016 poll of 1,500 scientists reported in the journal Nature, 70% of them had failed to reproduce at least one other scientist's experiment (50% had failed to reproduce one of their own experiments). Ref
According to a 2016 poll of 1,500 scientists reported in the journal Nature, 70% of them had failed to reproduce at least one other scientist's experiment (50% had failed to reproduce one of their own experiments). Ref
As a software:
Recipe file:
Dockerfile Reference
docker commit
$ docker run biocorecrg/c4lwg-2018 /bin/echo "Hello world!"
Examples:
containers for HPC
Summarising
$ singularity exec c4lwg-2018.simg /bin/echo 'Hello world'
$ singularity exec -e c4lwg-2018.simg /bin/echo 'Hello world'
Execute a command
Execute a command (with clean environment)
Execute a shell
$ singularity shell c4lwg-2018.simg
$ singularity run c4lwg-2018.simg
Execute defined runscript (parameters can be used)