Skip to content

Commit

Permalink
be more polite
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Apr 2, 2019
1 parent 4c1f475 commit 9f353d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/readDesignMergeCel.R
Expand Up @@ -142,7 +142,7 @@ meltDesign = function(desFile, gsm = 'samples',


if (len(header[!header %in% unlist(gsms)])>0){
print("what the fuck man! I can't find some GSMs in your design file")
print("I can't find some GSMs in your design file")
print(header[!header %in% make.names(unlist(gsms))])
}

Expand Down

0 comments on commit 9f353d5

Please sign in to comment.