Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit c284bce

Browse files
committed
typo fix update
1 parent b586d80 commit c284bce

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

HCV1a.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,13 @@
217217
]
218218
},
219219
"execution_domain": {
220-
"script": {
221-
"uri": "https://example.com/workflows/antiviral_resistance_detection_hive.py"
222-
},
220+
"script":[
221+
{
222+
"uri": {
223+
"uri": "https://example.com/workflows/antiviral_resistance_detection_hive.py"
224+
}
225+
}
226+
],
223227
"script_driver": "shell",
224228
"software_prerequisites": [
225229
{
@@ -258,9 +262,9 @@
258262
"parametric_domain": [
259263
{"param": "seed", "value": "14", "step": "1"},
260264
{"param":"minimum_match_len", "value": "66", "step": "1"},
261-
{"param": "divergence_threshold_percent", "value": 0.30, "step": "1"},
265+
{"param": "divergence_threshold_percent", "value": "0.30", "step": "1"},
262266
{"param": "minimum_coverage", "value": "15", "step": "2"},
263-
{"param": "freq_cutoff", "value": 0.10, "step": "2"}
267+
{"param": "freq_cutoff", "value": "0.10", "step": "2"}
264268
],
265269
"io_domain": {
266270
"input_subdomain": [

UVP.json

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@
227227
"name": "BWA",
228228
"description": "Aligns sequence reads to reference genome",
229229
"version": "0.7.12",
230-
"prerequisites": [
230+
"prerequisite": [
231231
{
232-
"filename": "M. tuberculosis H37Rv genome reference file",
232+
"name": "M. tuberculosis H37Rv genome reference file",
233233
"uri": {
234234
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/NC_000962.fa"
235235
}
@@ -433,9 +433,9 @@
433433
"name": "IndelRealigner",
434434
"description": "Perfoms re-alignment around insertions and deletions",
435435
"version": "3.4.0",
436-
"prerequisites": [
436+
"prerequisite": [
437437
{
438-
"filename": "M. tuberculosis H37Rv genome reference file",
438+
"name": "M. tuberculosis H37Rv genome reference file",
439439
"uri": {
440440
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/NC_000962.fa"
441441
}
@@ -457,15 +457,15 @@
457457
"name": "BaseRecalibrator",
458458
"description": "Recalibrates base quality scores",
459459
"version": "3.4.0",
460-
"prerequisites": [
460+
"prerequisite": [
461461
{
462-
"filename": "M. tuberculosis H37Rv genome reference file",
462+
"name": "M. tuberculosis H37Rv genome reference file",
463463
"uri": {
464464
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/NC_000962.fa"
465465
}
466466
},
467467
{
468-
"filename": "Variation sites file",
468+
"name": "Variation sites file",
469469
"uri": {
470470
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/snps.vcf"
471471
}
@@ -503,9 +503,9 @@
503503
"name": "UnifiedGenotyper",
504504
"description": "Calls variant positions in alignment",
505505
"version": "3.4.0",
506-
"prerequisites": [
506+
"prerequisite": [
507507
{
508-
"filename": "M. tuberculosis H37Rv genome reference file",
508+
"name": "M. tuberculosis H37Rv genome reference file",
509509
"uri": {
510510
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/NC_000962.fa"
511511
}
@@ -530,10 +530,9 @@
530530
"name": "VCFtools",
531531
"description": "Filters raw VCF to exclude poor quality variants",
532532
"version": "0.1.12b",
533-
"tool_package": "VCFtools",
534-
"prerequisites": [
533+
"prerequisite": [
535534
{
536-
"filename": "Excluded list file",
535+
"name": "Excluded list file",
537536
"uri": {
538537
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/excluded_loci.txt"
539538
}
@@ -555,9 +554,9 @@
555554
"name": "SnpEff",
556555
"description": "Annotates variants in VCF file",
557556
"version": "4.1",
558-
"prerequisites": [
557+
"prerequisite": [
559558
{
560-
"filename": "M. tuberculosis H37Rv GenBank File",
559+
"name": "M. tuberculosis H37Rv GenBank File",
561560
"uri": {
562561
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/NC_000962.gbk"
563562
}
@@ -595,9 +594,9 @@
595594
"name": "lineage_parser.py",
596595
"description": "Assigns Mycobacterium tuberculosis Complex lineage to isolate",
597596
"version": "",
598-
"prerequisites": [
597+
"prerequisite": [
599598
{
600-
"filename": "Lineage Markers File",
599+
"name": "Lineage Markers File",
601600
"uri": {
602601
"uri": "http://bco.reseqtb.org/UVP-BCO/UVPv2.4.1_reference_files/lineage_markers.txt"
603602
}
@@ -652,9 +651,13 @@
652651
]
653652
},
654653
"execution_domain": {
655-
"script": {
656-
"uri": "https://github.com/CPTR-ReSeqTB/UVP/commit/9e8f588b3cd3f5eebde29f7d2879e1a1e1c1aed3"
657-
},
654+
"script": [
655+
{
656+
"uri": {
657+
"uri": "https://github.com/CPTR-ReSeqTB/UVP/commit/9e8f588b3cd3f5eebde29f7d2879e1a1e1c1aed3"
658+
}
659+
}
660+
],
658661
"script_driver": "Python",
659662
"software_prerequisites": [
660663
{

0 commit comments

Comments
 (0)