From 6f521519720f4d4c5ea35af69b0e3688f7bf95f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Thu, 5 Dec 2024 12:04:31 +0000 Subject: [PATCH] star docstring fix --- .../ensembl/tools/anno/transcriptomic_annotation/star.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py b/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py index 4556a0e..f8e3e26 100755 --- a/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py +++ b/src/python/ensembl/tools/anno/transcriptomic_annotation/star.py @@ -12,7 +12,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The STAR (Spliced Transcripts Alignment to a Reference) alignment tool is widely used +""" +The STAR (Spliced Transcripts Alignment to a Reference) alignment tool is widely used in genomics research for aligning RNA-seq data to a reference genome. Dobin A, Davis CA, Schlesinger F, et al. STAR: ultrafast universal RNA-seq aligner. Bioinformatics. 2013;29(1):15-21. doi:10.1093/bioinformatics/bts635