Skip to content

Commit

Permalink
Update hummusFunctions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jdieramon authored Feb 8, 2019
1 parent de192f2 commit 2a17342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hummusFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ getArchids <- function(gene_family) {
cd <- vector(mode = "character")

for(i in seq_along(gene_family)) {
cd <- c(cd, getSparcleArchs(arf[i]))
cd <- c(cd, getSparcleArchs(gene_family[i]))
}

unique(cd)
Expand Down

0 comments on commit 2a17342

Please sign in to comment.