From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9unl-0003q1-1V for guix-patches@gnu.org; Tue, 09 Oct 2018 12:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9uni-000568-8L for guix-patches@gnu.org; Tue, 09 Oct 2018 12:24:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38239) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9unh-00055o-W8 for guix-patches@gnu.org; Tue, 09 Oct 2018 12:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g9unh-0004ss-OI for guix-patches@gnu.org; Tue, 09 Oct 2018 12:24:01 -0400 Subject: [bug#32984] [PATCH] gnu: filtlong: update path in aux script. References: <20181008091741.31531-1-madalinionel.patrascu@mdc-berlin.de> In-Reply-To: <20181008091741.31531-1-madalinionel.patrascu@mdc-berlin.de> Resent-Message-ID: From: pimi Date: Tue, 9 Oct 2018 18:22:39 +0200 Message-ID: <20181009162239.17415-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32984@debbugs.gnu.org Cc: pimi * gnu/packages/bioinformatics.scm (filtlong)[extra scritps]: corrected the loading path for the filtlong in the script read_info_histograms.sh. --- gnu/packages/bioinformatics.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ed713cd14..cb9ce4df0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -14103,6 +14103,8 @@ absolute GSEA.") (lambda _ (substitute* "scripts/read_info_histograms.sh" (("awk") (which "gawk"))) + (substitute* "scripts/read_info_histograms.sh" + (("/../") "/../../../")) #t))))) (inputs `(("gawk" ,gawk) ;for read_info_histograms.sh -- 2.17.1