Mercurial > repos > iuc > beacon2_csv2xlsx
diff test-data/runs.json @ 0:4509627e6ee1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2 commit dcaf8046840f163143075b276dd75909d344ec3a
| author | iuc |
|---|---|
| date | Sun, 01 Oct 2023 16:29:22 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/runs.json Sun Oct 01 16:29:22 2023 +0000 @@ -0,0 +1,56 @@ +[ + { + "biosampleId": "S0001", + "id": "INT_ID1", + "individualId": "NA24631", + "libraryLayout": "PAIRED", + "librarySelection": "LD-PCR", + "librarySource": { + "id": "NNN:01", + "label": "KAPA library quantification kit" + }, + "libraryStrategy": "WGS", + "platform": "Illumina ", + "runDate": "2017-04-30", + "platformModel": { + "id": "MODEL:HiSeq 2500 ", + "label": "2017-04-30" + } + }, + { + "biosampleId": "S0002", + "id": "INT_ID2", + "individualId": "NA24694", + "libraryLayout": "PAIRED", + "librarySelection": "LD-PCR", + "librarySource": { + "id": "NNN:01", + "label": "KAPA library quantification kit" + }, + "libraryStrategy": "WGS", + "platform": "Illumina ", + "runDate": "2017-04-30", + "platformModel": { + "id": "MODEL:HiSeq 2500 ", + "label": "2017-04-30" + } + }, + { + "biosampleId": "S0003", + "id": "INT_ID3", + "individualId": "NA24695", + "libraryLayout": "PAIRED", + "runDate": "2017-04-30", + "librarySelection": "LD-PCR", + "librarySource": { + "id": "NNN:01", + "label": "KAPA library quantification kit" + }, + "libraryStrategy": "WGS", + "platform": "Illumina ", + "platformModel": { + "id": "MODEL:HiSeq 2500 ", + "label": "2017-04-30" + } + } +]
