Skip to content

Commit

Permalink
Merge pull request #105 from jweile/dev
Browse files Browse the repository at this point in the history
mavevis: disable Pfam
  • Loading branch information
jweile authored Dec 8, 2022
2 parents d708e20 + 7515033 commit 5fb42bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inst/scripts/mavevisLocal.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ for (infile in infiles) {
cons <- calc.conservation(uniprot)
td$add.constrack(cons)

cat("Querying PFam")
domains <- fetch.domains.pfam(uniprot)
if (!is.null(domains) && nrow(domains) > 0) {
colkey <- c(`Pfam-A`="goldenrod")
td$add.domtrack(domains,colkey)
}
# cat("Querying PFam")
# domains <- fetch.domains.pfam(uniprot)
# if (!is.null(domains) && nrow(domains) > 0) {
# colkey <- c(`Pfam-A`="goldenrod")
# td$add.domtrack(domains,colkey)
# }

cat("Querying Uniprot")
domains <- fetch.domains.uniprot(uniprot)
Expand Down

0 comments on commit 5fb42bb

Please sign in to comment.