Skip to content

Commit

Permalink
Merge pull request #44 from Sage-Bionetworks-Workflows/bwmac/orca-262…
Browse files Browse the repository at this point in the history
…/txt_support

[ORCA-262] Adds TXTSuite
  • Loading branch information
BWMac authored Jul 26, 2023
2 parents 088fac5 + 8b88406 commit 5189dc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dcqc/suites/suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ class BAMSuite(FileSuite):
class FastqSuite(FileSuite):
file_type = FileType.get_file_type("FASTQ")
add_tests = (tests.PairedFastqParityTest,)


class TXTSuite(FileSuite):
file_type = FileType.get_file_type("TXT")

0 comments on commit 5189dc8

Please sign in to comment.