Skip to content

Commit

Permalink
aaCheck test was added
Browse files Browse the repository at this point in the history
  • Loading branch information
dosorio committed Jun 5, 2017
1 parent a4ba982 commit 12f85fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testthat/test.aacheck.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# NON STANDARD AMINO ACIDS PRESENT

test_that("Non standard aminoacids present in sequence",{expect_warning(
aaCheck("KLRSTZMZ")
)})

0 comments on commit 12f85fd

Please sign in to comment.