Skip to content

Commit

Permalink
added manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
iferres committed Apr 5, 2023
1 parent 35905b3 commit 01c0f7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
manifest {
name = "porefile"
version = "1.0.0"
description = "A Nextflow full-length 16S profiling pipeline for ONT reads."
homePage = "https://github.com/microgenlab/porefile"
defaultBranch = "master"
mainScript = "main.nf"
nextflowVersion = ">=22.10.2"
}



process.container = "ghcr.io/microgenlab/porefile:1.0.0"

Expand Down

0 comments on commit 01c0f7b

Please sign in to comment.