From 85922b058fc3761c1201dd0a69b05b83e68c73e7 Mon Sep 17 00:00:00 2001 From: Heath O'Brien Date: Fri, 13 May 2022 11:22:34 +0100 Subject: [PATCH 1/6] re-enable DSL-1 --- script7.nf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script7.nf b/script7.nf index a5932be..8faf87a 100755 --- a/script7.nf +++ b/script7.nf @@ -1,3 +1,5 @@ +nextflow.enable.dsl = 1 + /* * pipeline input parameters */ From 71c310ee2ab603647db9f4cd5929834fb7a81e55 Mon Sep 17 00:00:00 2001 From: Heath O'Brien Date: Fri, 13 May 2022 14:52:33 +0100 Subject: [PATCH 2/6] enable DSL-1 --- script2.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/script2.nf b/script2.nf index 0c9b4e9..927651d 100755 --- a/script2.nf +++ b/script2.nf @@ -1,3 +1,4 @@ +nextflow.enable.dsl = 1 /* * pipeline input parameters */ From 3310173bbed14f2ef1e2c47d9ef00af3eb196205 Mon Sep 17 00:00:00 2001 From: Heath O'Brien Date: Fri, 13 May 2022 14:52:55 +0100 Subject: [PATCH 3/6] enable DSL-1 --- script3.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/script3.nf b/script3.nf index 280bd52..719de26 100755 --- a/script3.nf +++ b/script3.nf @@ -1,3 +1,4 @@ +nextflow.enable.dsl = 1 /* * pipeline input parameters */ From 700c1d53c1c8d52b12101d84b8ecb6ccd48b5c87 Mon Sep 17 00:00:00 2001 From: Heath O'Brien Date: Fri, 13 May 2022 14:53:30 +0100 Subject: [PATCH 4/6] enable DSL-1 --- script4.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/script4.nf b/script4.nf index e3138c1..739836d 100755 --- a/script4.nf +++ b/script4.nf @@ -1,3 +1,4 @@ +nextflow.enable.dsl = 1 /* * pipeline input parameters */ From e15b50f2ecd4f26c981c65ba7cd1e6f9f7797287 Mon Sep 17 00:00:00 2001 From: Heath O'Brien Date: Fri, 13 May 2022 14:53:50 +0100 Subject: [PATCH 5/6] enable DSL-1 --- script5.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/script5.nf b/script5.nf index 0e83afa..6559260 100755 --- a/script5.nf +++ b/script5.nf @@ -1,3 +1,4 @@ +nextflow.enable.dsl = 1 /* * pipeline input parameters */ From bb1dbbab53fff2e36b821e0bbfdb0c463d608de1 Mon Sep 17 00:00:00 2001 From: Heath O'Brien Date: Fri, 13 May 2022 14:54:15 +0100 Subject: [PATCH 6/6] enable DSL-1 --- script6.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/script6.nf b/script6.nf index 9091c42..567b22f 100755 --- a/script6.nf +++ b/script6.nf @@ -1,3 +1,4 @@ +nextflow.enable.dsl = 1 /* * pipeline input parameters */