Skip to content

Commit 7e3bef4

Browse files
committed
Update LMAS.nf
1 parent 70e8292 commit 7e3bef4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

LMAS.nf

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
import Helper
44
import CollectInitialMetadata
55

6+
// Pipeline version
7+
if (workflow.commitId){
8+
version = "1.1.3 $workflow.revision"
9+
} else {
10+
version = "1.1.3 (local version)"
11+
}
12+
613
// Help message
714
params.help = false
815
if (params.help){

0 commit comments

Comments
 (0)