diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8c73a5917..1ade5e3cc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 =================== diff --git a/resolwe_bio/processes/workflows/gene-fusion-calling-arriba.py b/resolwe_bio/processes/workflows/gene-fusion-calling-arriba.py index 3bd72e100..8a196472b 100644 --- a/resolwe_bio/processes/workflows/gene-fusion-calling-arriba.py +++ b/resolwe_bio/processes/workflows/gene-fusion-calling-arriba.py @@ -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"} @@ -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(