8  References

Tips and links to potentially useful learning resources.

8.1 Tool Tips - Git

  • Version control with Git: Software Carpentries course.

  • How to undo (almost) anything: Tips on how to undo various actions in git.

  • Accidentally delete a tracked file?

    git restore <filename>
  • Do not add large ( > 100MB ) files.

  • Never commit sensitive information to a git repository e.g.,

    • usernames and passwords
    • API keys

8.2 Tool Tips - Docker

8.3 Tool Tips - Apptainer

8.4 Tool Tips - Nextflow

8.5 Tool Tips - Conda