From d6c4d6af71ba700c0f3b184e4180b26ea0c1bd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Thu, 5 Dec 2024 12:11:42 +0000 Subject: [PATCH] star docstring fix --- src/python/ensembl/tools/anno/transcriptomic_annotation/star.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py b/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py index f8e3e26..44b0dab 100755 --- a/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py +++ b/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py @@ -61,6 +61,7 @@ def run_star( # pylint:disable=too-many-branches ) -> None: """ Run STAR alignment on list of short read data. + :param genome_file: Genome file path. :type genome_file: Path :param output_dir: Working directory path.