mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 12:00:39 +00:00
24 lines
551 B
JSON
24 lines
551 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"annotations": {
|
||
|
|
"definition": "Test DNA sequence for FASTA conversion"
|
||
|
|
},
|
||
|
|
"id": "seq001",
|
||
|
|
"sequence": "atcgatcgatcgatcgatcgatcgatcgatcgatcgatcg"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"annotations": {
|
||
|
|
"definition": "Another test sequence with different nucleotide content"
|
||
|
|
},
|
||
|
|
"id": "seq002",
|
||
|
|
"sequence": "gctagctagctagctagctagctagctagctagctagct"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"annotations": {
|
||
|
|
"definition": "Third sequence for testing output format"
|
||
|
|
},
|
||
|
|
"id": "seq003",
|
||
|
|
"sequence": "ttaaccggttaaccggttaaccggttaaccggttaaccg"
|
||
|
|
}
|
||
|
|
]
|