We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8971ff0 commit dd53afdCopy full SHA for dd53afd
README.md
@@ -41,9 +41,11 @@ import {
41
GenomeFeatureViewer,
42
} from 'genomefeatures'
43
44
+const BASE_URL = 'https://www.alliancegenome.org/apollo'
45
const locString = '2L:130639..135911'
46
const genome = 'fly'
47
const region = parseLocString(locString)
48
+
49
const trackData = await fetchApolloAPIFeatures({
50
region,
51
genome,
0 commit comments