Last active
November 25, 2024 17:49
-
-
Save peterk87/151d37fcc8b486b218dad65e83d3f371 to your computer and use it in GitHub Desktop.
Nextflow DSL-2 config for the latest version of Pangolin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process { | |
withName: PANGOLIN { | |
container = 'quay.io/biocontainers/pangolin:4.3.1--pyhdfd78af_0' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment