Skip to content

Commit

Permalink
Update LMAS.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Nov 23, 2021
1 parent 70e8292 commit 7e3bef4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LMAS.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
import Helper
import CollectInitialMetadata

// Pipeline version
if (workflow.commitId){
version = "1.1.3 $workflow.revision"
} else {
version = "1.1.3 (local version)"
}

// Help message
params.help = false
if (params.help){
Expand Down

0 comments on commit 7e3bef4

Please sign in to comment.