Skip to content

Commit

Permalink
Merge pull request #25 from GeneMAP-Research/dev
Browse files Browse the repository at this point in the history
edit test
  • Loading branch information
esohkevin authored Sep 16, 2023
2 parents c38223f + 6512a0c commit 71bce82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions illumina/configs/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ params {


// computing resource-related parameters
account = "YOUR CLUSTER ACCOUNT/PROJECT NAME"
partition = "YOUR CLUSTER QUEUE/PARTITION"
account = "humgen"
partition = "sadacc-short"
njobs = 2
containers_dir = "PATH WHERE CONTAINERS ARE STORED"
containers_dir = ""


// IDAT to GTC: requires less resources
Expand Down
6 changes: 3 additions & 3 deletions illumina/test.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ workflow {

println "output_prefix = ${params.output_prefix}"
println "output_dir = ${params.output_dir}"
println "account = ${params.account}"
println "partition = ${params.partition}"
println "containers_dir = ${params.containers_dir}"
println "containers_dir = PATH WHERE CONTAINERS ARE STORED"
println "account = ${params.account} # CHANGE TO YOURS"
println "partition = ${params.partition} # CHANGE TO YOURS"
println ""

//call_genotypes()
Expand Down

0 comments on commit 71bce82

Please sign in to comment.