Skip to content

Commit

Permalink
Do not include biosample id twice
Browse files Browse the repository at this point in the history
  • Loading branch information
stitam committed Nov 26, 2023
1 parent 0c3563d commit 6b4d39e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/ncbi_meta_biosample.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ ncbi_meta_biosample_xml_entry <- function(x, verbose = getOption("verbose")) {
out <- dplyr::bind_cols(
# primary key
data.frame(
biosample = main_attrs$accession,
biosample_uid = main_attrs$id
),
# ids
Expand Down

0 comments on commit 6b4d39e

Please sign in to comment.