Skip to content

Commit

Permalink
Changes to formatting of main script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-d-campbell committed Jan 29, 2017
1 parent 65b93d8 commit 15e74b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nf-GATK_Exome_Preprocess.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ DBSNP = file(params.dbsnp)

logParams(params, "nextflow_parameters.txt")

VERSION = "1.0.0"
VERSION = "1.0"

// Header log info
log.info "========================================="
log.info "Exome-Seq : GATK Best Practices for Preprocessing v${VERSION}"
log.info "GATK Best Practices for Exome-Seq Preprocessing v${VERSION}"
log.info "Nextflow Version: $workflow.nextflow.version"
log.info "Command Line: $workflow.commandLine"
log.info "========================================="
Expand Down Expand Up @@ -696,4 +696,4 @@ def logParams(p, n) {
for(s in p) {
file << "${s.key}:\t${s.value}\n"
}
}
}

0 comments on commit 15e74b8

Please sign in to comment.