Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 457b26a

Browse files
committed
updates
1 parent f035a07 commit 457b26a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Dockstore.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dct:creator:
2323
2424
requirements:
2525
- class: DockerRequirement
26-
dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-2"
26+
dockerPull: "quay.io/briandoconnor/dockstore-tool-bamstats:1.25-3"
2727
- { import: node-engine.cwl }
2828
2929
hints:

sample_configs.local.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"bam_input": {
3+
"class": "File",
4+
"path": "/tmp/NA12878.chrom20.ILLUMINA.bwa.CEU.low_coverage.20121211.bam"
5+
},
6+
"bamstats_report": {
7+
"class": "File",
8+
"path": "/tmp/bamstats_report.zip"
9+
}
10+
}

0 commit comments

Comments
 (0)