Skip to content

Commit

Permalink
Update funFetchUCSC.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasalmeida authored Feb 6, 2024
1 parent 3e32f00 commit 2272e54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functions/funFetchUCSC.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ async function funFetchUCSC(parms){
})
console.log(url)
let res = await (await fetch(url)).json()
return `The genomic sequence in that position is ${res.dna.toUpperCase()}`
//return JSON.stringify(res)
//debugger
return res.dna.toUpperCase()
}

0 comments on commit 2272e54

Please sign in to comment.