File tree 3 files changed +7
-6
lines changed 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jdk: openjdk8
4
4
services : docker
5
5
6
6
env :
7
- - NXF_VER=0.31 .0
7
+ - NXF_VER=0.32 .0
8
8
- NXF_VER=''
9
9
10
10
before_install :
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def compileLatex_ascii() {
88
88
89
89
def compileLatexMessage() {
90
90
// Display compile-latex message
91
- log. info " compile-latex ~ ${ params .version} - " + this . grabRevision() + (workflow. commitId ? " [$workflow . commitId ]" : " " )
91
+ log. info " compile-latex ~ ${ workflow.manifest .version} - " + this . grabRevision() + (workflow. commitId ? " [$workflow . commitId ]" : " " )
92
92
}
93
93
94
94
def grabRevision() {
@@ -134,7 +134,7 @@ def minimalInformationMessage() {
134
134
135
135
def nextflowMessage() {
136
136
// Nextflow message (version + build)
137
- log. info " N E X T F L O W ~ version" + workflow. nextflow. version + " " + workflow. nextflow. build
137
+ log. info " N E X T F L O W ~ version " + workflow. nextflow. version + " " + workflow. nextflow. build
138
138
}
139
139
140
140
def startMessage() {
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
manifest {
9
- description = ' Compile LaTeX'
9
+ description = ' Compile LaTeX Beamer documents '
10
10
homePage = ' https://github.com/MaxUlysse/compile-latex'
11
- nextflowVersion = ' >=0.31.0'
11
+ nextflowVersion = ' >=0.32.0'
12
+ author = ' MaxUlysse'
13
+ version = ' 2.1.1'
12
14
}
13
15
14
16
params {
@@ -20,7 +22,6 @@ params {
20
22
outName = ' '
21
23
pictures = ' pictures'
22
24
tag = ' 2.0'
23
- version = ' 2.1'
24
25
}
25
26
26
27
process {
You can’t perform that action at this time.
0 commit comments