Skip to content

Commit

Permalink
Update nextflow.config with manifest for nextflow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
slheidig authored Sep 3, 2024
1 parent 20c8989 commit d7bc2dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
// this is a comment, and it is here to help you!
manifest {
author = "Sophie-Luise Heidig"
version = "1.0.0"
homePage = "https://github.com/Bio2Byte/bioenvada"
mainScript = "pipeline.nf"
name = "BioEnvAda"
description = "A Nextflow pipeline that assesses evolutionary relationships and pressure on a set of ortholog proteins"
defaultBranch = "main"
}


params.executionTimestamp = new java.text.SimpleDateFormat("yyyy_MM_dd_HH_mm_ss").format(new Date())
Expand Down

0 comments on commit d7bc2dd

Please sign in to comment.