Skip to content

Commit

Permalink
edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
esohkevin committed Sep 16, 2023
1 parent 6512a0c commit 921da8b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions illumina/test.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -27,7 +27,6 @@ workflow {

//call_genotypes()
plink()
//display_text()

}

Expand Down Expand Up @@ -74,11 +73,3 @@ process plink() {
--file
"""
}

process display_text() {
echo true
script:
"""
echo text
"""
}

0 comments on commit 921da8b

Please sign in to comment.