Skip to content

Commit bc8829a

Browse files
committed
add shebang to all main Nextflow script
Signed-off-by: maxulysse <[email protected]>
1 parent 7fc27fc commit bc8829a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+84
-0
lines changed

hands-on/final_main.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Define the default parameters
35
*/

hello-nextflow/hello-gatk.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Pipeline parameters
35
*/

hello-nextflow/hello-modules.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Pipeline parameters
35
*/

hello-nextflow/hello-nf-test.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
// Include modules
24
include { SAMTOOLS_INDEX } from './modules/local/samtools/index/main.nf'
35
include { GATK_HAPLOTYPECALLER } from './modules/local/gatk/haplotypecaller/main.nf'

hello-nextflow/hello-world.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
process sayHello {
24

35
output:

hello-nextflow/scripts/hello-gatk-1.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Pipeline parameters
35
*/

hello-nextflow/scripts/hello-gatk-2.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Pipeline parameters
35
*/

hello-nextflow/scripts/hello-gatk-3.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Pipeline parameters
35
*/

hello-nextflow/scripts/hello-gatk-4.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Pipeline parameters
35
*/

hello-nextflow/scripts/hello-gatk-5.nf

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env nextflow
2+
13
/*
24
* Pipeline parameters
35
*/

0 commit comments

Comments
 (0)