Skip to content

Commit

Permalink
fixup! IMP: add protein types and formats
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Oct 12, 2020
1 parent b1e026a commit e871c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions q2_types/feature_data/tests/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def test_protein_fasta_format_validate_positive(self):
format = ProteinFASTAFormat(filepath, mode='r')

format.validate()
format.validate('min')

def test_protein_fasta_format_invalid_characters(self):
filepath = self.get_data_path('not-dna-sequences.fasta')
Expand Down Expand Up @@ -383,6 +384,7 @@ def test_aligned_protein_fasta_format_validate_positive(self):
format = AlignedProteinFASTAFormat(filepath, mode='r')

format.validate()
format.validate('min')

def test_aligned_protein_fasta_format_unaligned(self):
filepath = self.get_data_path('protein-sequences.fasta')
Expand Down

0 comments on commit e871c30

Please sign in to comment.