Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
B3rse committed Nov 16, 2023
1 parent 179fffb commit fe4e8ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ workflows:
data_type:
- Unaligned Reads
higlass_file: True
variant_type: SNV
variant_type:
- SNV
# gatk-GT config
config:
ebs_size: 3x
Expand Down
2 changes: 1 addition & 1 deletion tests/test_yaml_file_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_file_reference():
"uuid": "1936f246-22e1-45dc-bb5c-9cfd55537fe7",
"data_category": ["Sequencing Reads"],
"data_type": ["Unaligned Reads"],
"variant_types": ["SNV"]
"variant_type": ["SNV"]
},
{
"aliases": ["cgap-core:FileReference-reference_genome_hg38"],
Expand Down
2 changes: 1 addition & 1 deletion tests/test_yaml_metaworkflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_metaworkflow():
"GT_vcf": {
"description": "output from gatk-GT",
"higlass_file": True,
"variant_type": "SNV",
"variant_type": ["SNV"],
"data_category": ["Sequencing Reads"],
"data_type": ["Unaligned Reads"]
}
Expand Down

0 comments on commit fe4e8ca

Please sign in to comment.