Skip to content

Commit

Permalink
Fix gene-fusion-calling-arriba workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkokosar committed Oct 10, 2024
1 parent 9d7d151 commit d98baeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Fixed
for variant model to 150
- Fix failing requests in the ``geo-import`` process by using eutils for
fetching data from SRA
- Fix rendering of ``star_index`` input field in
``gene-fusion-calling-arriba`` workflow


===================
Expand Down
4 changes: 2 additions & 2 deletions resolwe_bio/processes/workflows/gene-fusion-calling-arriba.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class WorkflowGeneFusionCallingArriba(Process):

slug = "gene-fusion-calling-arriba"
name = "Gene Fusion Calling with Arriba"
version = "1.1.0"
version = "1.1.1"
process_type = "data:workflow:genefusions:arriba"
category = "Pipeline"
entity = {"type": "sample"}
Expand Down Expand Up @@ -79,7 +79,7 @@ class Input:
label="Indexed reference genome",
description="Genome index prepared by STAR aligner indexing tool.",
required=False,
hidden="!input.reads",
hidden="!reads",
)

blacklist_file = DataField(
Expand Down

0 comments on commit d98baeb

Please sign in to comment.