Skip to content

Commit

Permalink
sequence in position
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasalmeida committed Nov 9, 2023
1 parent f05d2aa commit 13e0d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/testFunctions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function funFetchUCSC(parms){
})
console.log(url)
let res = await (await fetch(url)).json()
return `The genomic sequence is ${res.dna.toUpperCase()}`
return `The genomic sequence in that position is ${res.dna.toUpperCase()}`
//return JSON.stringify(res)
//debugger
}
Expand Down

0 comments on commit 13e0d59

Please sign in to comment.