Skip to content

Commit

Permalink
Ensure unique fasta per reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Dec 13, 2024
1 parent a38e1d9 commit af80edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/schema_fasta.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@
"bam_reference_id": ["bam"]
}
},
"allOf": [{ "uniqueEntries": "reference_name" }, { "uniqueEntries": "fasta" }]
"uniqueEntries": ["reference_name", "fasta"]
}

0 comments on commit af80edd

Please sign in to comment.