We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07ad6b commit 9aead35Copy full SHA for 9aead35
1 file changed
nextflow.config
@@ -27,7 +27,7 @@ env {
27
// Capture exit codes from upstream processes when piping
28
process.shell = ['/bin/bash', '-euo', 'pipefail']
29
30
-VERSION = '2.3.2'
+VERSION = '2.4.0'
31
32
manifest {
33
name = 'TRON-Bioinformatics/tronflow-vcf-postprocessing'
0 commit comments