From 1a4578257f739fec0c77bb3d348524cbcfccb2ff Mon Sep 17 00:00:00 2001 From: clintval Date: Fri, 4 Oct 2024 10:54:25 -0700 Subject: [PATCH] chore: update stale URLs in docs --- prymer/offtarget/bwa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prymer/offtarget/bwa.py b/prymer/offtarget/bwa.py index a6c0f7d..61500d1 100644 --- a/prymer/offtarget/bwa.py +++ b/prymer/offtarget/bwa.py @@ -18,7 +18,7 @@ Use of this module requires installation of a custom version of BWA named `bwa-aln-interactive`. See: - - https://github.com/fulcrumgenomics/bwa/tree/interactive_aln + - https://github.com/fulcrumgenomics/bwa-aln-interactive - https://bioconda.github.io/recipes/bwa-aln-interactive/README.html ## Example @@ -201,8 +201,8 @@ class BwaAlnInteractive(ExecutableRunner): back without waiting for a full batch of reads to be sent. See: + - https://github.com/fulcrumgenomics/bwa-aln-interactive - https://bioconda.github.io/recipes/bwa-aln-interactive/README.html - - https://github.com/fulcrumgenomics/bwa/tree/interactive_aln Attributes: