Mercurial > repos > iuc > alphagenome_sequence_predictor
comparison test-data/fixture_variant_effect.json @ 0:7c47594f8a48 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/alphagenome commit 5c5a853db3db3e6590e2e39d9b4b54c5a3b1a708
| author | iuc |
|---|---|
| date | Fri, 20 Mar 2026 20:08:37 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:7c47594f8a48 |
|---|---|
| 1 { | |
| 2 "variants": [ | |
| 3 { | |
| 4 "chrom": "chr22", | |
| 5 "pos": 36201698, | |
| 6 "ref": "A", | |
| 7 "alt": "C", | |
| 8 "scores": { | |
| 9 "RNA_SEQ": 9.74931 | |
| 10 } | |
| 11 }, | |
| 12 { | |
| 13 "chrom": "chr22", | |
| 14 "pos": 36201750, | |
| 15 "ref": "G", | |
| 16 "alt": "T", | |
| 17 "scores": { | |
| 18 "RNA_SEQ": 0.794512 | |
| 19 } | |
| 20 }, | |
| 21 { | |
| 22 "chrom": "chr22", | |
| 23 "pos": 36202000, | |
| 24 "ref": "C", | |
| 25 "alt": "A", | |
| 26 "scores": { | |
| 27 "RNA_SEQ": 0.960974 | |
| 28 } | |
| 29 } | |
| 30 ] | |
| 31 } |
