Skip to content

Instantly share code, notes, and snippets.

@samesense
Last active October 22, 2018 16:58
Show Gist options
  • Save samesense/8ff4b8c394b08a3cacd6b075675d34bc to your computer and use it in GitHub Desktop.
Save samesense/8ff4b8c394b08a3cacd6b075675d34bc to your computer and use it in GitHub Desktop.
nf-core_pipelines

nf-core

Singularity runs on all CHOP machines

  • module load singularity
  • respublica node support

Singularity does not run on macs

Singularity images do not always update for snakemake

  • Dockerhub updates are not always applied for snakemake
  • Delete the snakemake simg file, and try a different machine

You can package data with tools

  • Dockerhub has no container size limit

Images are difficult to debug

  • Local experementation requires a lot of disk space
    • mac has disj space bug
    • chop machines have little docker space
  • Dockerhub builds are slow

snakemake does not support tags/versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment