From 921da8b10757bc7654489a81c506131c75719fa5 Mon Sep 17 00:00:00 2001 From: esohkevin Date: Sat, 16 Sep 2023 13:26:34 +0200 Subject: [PATCH] edit test --- illumina/test.nf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/illumina/test.nf b/illumina/test.nf index 1652bd7..ade0646 100644 --- a/illumina/test.nf +++ b/illumina/test.nf @@ -11,7 +11,7 @@ workflow { println "cluster_file = ${params.cluster_file}" if(params.build_ver == 'hg19') { - println "fasta_ref = ${params.fasta_ref}" + println "fasta_ref = ${params.fasta_ref}" } else { println "fasta_ref = ${params.fasta_ref}" @@ -27,7 +27,6 @@ workflow { //call_genotypes() plink() - //display_text() } @@ -74,11 +73,3 @@ process plink() { --file """ } - -process display_text() { - echo true - script: - """ - echo text - """ -}