We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148de11 commit aff0446Copy full SHA for aff0446
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.6.0'
+VERSION = '3.0.0'
31
32
manifest {
33
name = 'TRON-Bioinformatics/tronflow-vcf-postprocessing'
0 commit comments