Skip to content

Commit

Permalink
fix: allow bwa_mem2 and mbcs in cbioportal_export model (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil authored Feb 5, 2025
1 parent f49fafb commit 882e869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snappy_pipeline/workflows/cbioportal_export/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

class MappingTool(enum.StrEnum):
BWA = "bwa"
BWA_MEM2 = "bwa_mem2"
MBCS = "mbcs"
MINIMAP2 = "minimap2"


class ExpressionTool(enum.StrEnum):
Expand Down

0 comments on commit 882e869

Please sign in to comment.