Skip to content

Commit

Permalink
Merge pull request #28 from icgc-argo/[email protected].…
Browse files Browse the repository at this point in the history
…2-1.3.2

[release]
  • Loading branch information
junjun-zhang authored Feb 17, 2021
2 parents 077af8f + 476da06 commit 95e2016
Show file tree
Hide file tree
Showing 155 changed files with 178 additions and 55,539 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ docs/_build
work
outdir
trace.txt*

wfpr_modules/github.com/*/*/*/tests
8 changes: 4 additions & 4 deletions demo-dna-seq-processing-wf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

nextflow.enable.dsl = 2
name = 'dna-seq-processing'
version = '1.7.1-1.3.1'
version = '1.7.2-1.3.2'


params.ref_genome_fa = ""
Expand Down Expand Up @@ -70,9 +70,9 @@ DnaAln_params = [
include {
getSecondaryFiles;
cleanupWorkdir as cleanup
} from './wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-utils@1.1.0/main.nf'
include { DnaAln } from './wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-dna-seq-alignment-wf@1.6.0/main.nf' params(DnaAln_params)
include { alignedSeqQC } from './wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-aligned-seq-qc@1.0.0/aligned-seq-qc.nf' params(params)
} from './wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-utils@1.2.0/main.nf'
include { DnaAln } from './wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-dna-seq-alignment-wf@1.7.2/main.nf' params(DnaAln_params)
include { alignedSeqQC } from './wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-aligned-seq-qc@1.1.0/aligned-seq-qc.nf' params(params)


workflow DnaSeqProcess {
Expand Down
6 changes: 3 additions & 3 deletions demo-dna-seq-processing-wf/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-dna-seq-alignment-wf",
"version": "1.7.1-1.3.1",
"version": "1.7.2-1.3.2",
"description": "DNA Seq Alignment Workflow with QC Metrics Collection",
"main": "main.nf",
"scripts": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": [
"github.com/icgc-argo/demo-wfpkgs/[email protected]",
"github.com/icgc-argo/demo-wfpkgs/[email protected].1",
"github.com/icgc-argo/demo-wfpkgs/[email protected].2",
"github.com/icgc-argo/demo-wfpkgs/[email protected]"
],
"devDependencies": [],
Expand All @@ -34,4 +34,4 @@
"license": "AGPL-3.0",
"bugReport": "https://github.com/icgc-argo/demo-wfpkgs/issues",
"homepage": "https://github.com/icgc-argo/demo-wfpkgs#readme"
}
}

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading

0 comments on commit 95e2016

Please sign in to comment.