Skip to content

Commit

Permalink
test cmbuild informat
Browse files Browse the repository at this point in the history
  • Loading branch information
cossio committed Mar 15, 2023
1 parent aa4721a commit 9e5a907
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cmbuild.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ import ..RFAM_SEED
@test isfile(results.cmout)
@test isfile(results.stdout)
@test isfile(results.stderr)

results = cmbuild(seed.out; informat="Stockholm")
@test isfile(results.cmout)
@test isfile(results.stdout)
@test isfile(results.stderr)
end

0 comments on commit 9e5a907

Please sign in to comment.