Skip to content

Commit

Permalink
Merge pull request #27 from GeneMAP-Research/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
esohkevin authored Sep 16, 2023
2 parents 71bce82 + 44f2f54 commit 8d8bb2f
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 8d8bb2f

Please sign in to comment.