Skip to content

Commit

Permalink
Add png_validator
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Nov 19, 2024
1 parent 25496e3 commit 025fe0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions wdl-ci.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,16 @@
"value": "${resources_file_path}/merge_bam_stats/one_input/HG002.read_length_histogram.png",
"test_tasks": [
"calculate_md5sum",
"compare_file_basename"
"compare_file_basename",
"png_validator"
]
},
"read_quality_plot": {
"value": "${resources_file_path}/merge_bam_stats/one_input/HG002.read_quality_histogram.png",
"test_tasks": [
"calculate_md5sum",
"compare_file_basename"
"compare_file_basename",
"png_validator"
]
},
"stat_num_reads": {
Expand Down Expand Up @@ -531,7 +533,7 @@
},
{
"inputs": {
"sample_id": "HG002",
"sample_id": "HG002-trio",
"svsigs": [
"${resources_file_path}/inputs/HG002.GRCh38.chr6_10000000_20000000.svsig.gz",
"${resources_file_path}/inputs/HG003.GRCh38.chr6_10000000_20000000.svsig.gz",
Expand Down

0 comments on commit 025fe0b

Please sign in to comment.