Skip to content

Commit

Permalink
feat: Add translator modules for JAFFA and STAR-Fusion fusion detecti…
Browse files Browse the repository at this point in the history
…on algorithms (#193)
  • Loading branch information
jarbesfeld authored Nov 12, 2024
1 parent 8d92d3f commit 62f51eb
Show file tree
Hide file tree
Showing 5 changed files with 1,055 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,9 @@ dynamodb_local_latest/*

# Build files
Pipfile.lock

# Test data
fusor/*.txt
fusor/*.csv
fusor/*.tsv
test_data/
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ description = "Computable object representation and validation for gene fusions"
license = {file = "LICENSE"}
dependencies = [
"pydantic ==2.*",
"polars ~= 1.0",
"ga4gh.vrs ~=2.0.0a10",
"biocommons.seqrepo",
"gene-normalizer ==0.4.0",
Expand Down
Loading

0 comments on commit 62f51eb

Please sign in to comment.