Skip to content

Commit

Permalink
Add references lists
Browse files Browse the repository at this point in the history
  • Loading branch information
cpauvert committed Jun 7, 2021
1 parent 984a44a commit 7c0cd53
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if(length(better_reference) != length(atlas_ref)){
# Write the updated tsv
write.table(
data.frame(dois = names(new_references), references = new_references, stringsAsFactors = F),
"better_references.tsv", append = T,
"better-references.tsv", append = T, sep = "\t",
row.names = F
)
# Update the named vector as well
Expand Down
Loading

0 comments on commit 7c0cd53

Please sign in to comment.