Skip to content

Commit

Permalink
Merge pull request #24 from icgc-argo/[email protected]
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
junjun-zhang authored Feb 15, 2021
2 parents 901d1c3 + 4aad145 commit 30f0d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions demo-dna-seq-alignment-wf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@


nextflow.enable.dsl = 2
name = 'dna-seq-alignment'
version = '1.7.0'
name = 'demo-dna-seq-alignment-wf'
version = '1.7.1'


params.ref_genome_fa = ""
Expand All @@ -38,6 +38,7 @@ params.cpus = 1
params.mem = 1
params.tempdir = "NO_DIR"
params.publish_dir = ""
params.container_registry = ""

params.bwaMemAligner = [:]
params.bamMergeSortMarkdup = [:]
Expand Down
4 changes: 2 additions & 2 deletions demo-dna-seq-alignment-wf/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-dna-seq-alignment",
"version": "1.7.0",
"name": "demo-dna-seq-alignment-wf",
"version": "1.7.1",
"description": "DNA Seq Alignment Workflow",
"main": "main.nf",
"scripts": {
Expand Down

0 comments on commit 30f0d3f

Please sign in to comment.