Skip to content

Commit

Permalink
Add message to point to Vierstra website
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorces committed May 6, 2022
1 parent b9ee266 commit f2d5d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/AnnotationPeaks.R
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,10 @@ addMotifAnnotations <- function(
}else if(tolower(motifSet)=="vierstra"){
if(tolower(collection)=="individual"){
url = "https://jeffgranja.s3.amazonaws.com/ArchR/Annotations/Vierstra_Individual_Motifs.rds"
message("Using Vierstra v1.0 motifs. See https://www.vierstra.org/resources/motif_clustering for more details.")
} else if(tolower(collection == "archetype")){
url = "https://jeffgranja.s3.amazonaws.com/ArchR/Annotations/Vierstra_Archetype_Motifs_v2.1.rds"
message("Using Vierstra v2.1beta motifs. See https://resources.altius.org/~jvierstra/projects/motif-clustering-v2.1beta/ for more details.")
} else {
stop(paste0("Error! collection ", collection, " not recognized for motifSet ",motifSet,
". Accepted values are 'individual' and 'archetype'"))
Expand Down

0 comments on commit f2d5d05

Please sign in to comment.