Skip to content

Commit

Permalink
Update cd-hit and mmseq installation4
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Jun 27, 2024
1 parent 9cb3cc0 commit 0386c97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/data_handling_tests/test_comp_seq_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,5 @@ def test_invalid_seqs_and_df_seq(self):
seq2 = "ACGT"
with pytest.raises(ValueError):
aa.comp_seq_sim(df_seq=None, seq1=None, seq2=seq2)
df_seq = aa.load_dataset(name="DOM_GSEC", n=25)
with pytest.raises(ValueError):
aa.comp_seq_sim(df_seq=df_seq, seq1=None, seq2=[])


0 comments on commit 0386c97

Please sign in to comment.