diff mbox series

[bug#61381] gnu: tetoolkit: Update to 2.2.1b.

Message ID 20230209080938.30022-1-navid.afkhami@mdc-berlin.de
State New
Headers show
Series [bug#61381] gnu: tetoolkit: Update to 2.2.1b. | expand

Commit Message

nafkhamdc Feb. 9, 2023, 8:09 a.m. UTC
* gnu/packages/bioinformatics.scm (tetoolkit): Update to 2.2.1b.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Tournier Feb. 9, 2023, 12:31 p.m. UTC | #1
Hi,

On Thu, 09 Feb 2023 at 09:09, Navid Afkhami <navid.afkhami@mdc-berlin.de> wrote:
> * gnu/packages/bioinformatics.scm (tetoolkit): Update to 2.2.1b.

[...]

> -               (("'Rscript'")
> +`               (("'Rscript'")

What’s the change here?


Cheers,
simon
nafkhamdc Feb. 9, 2023, 12:51 p.m. UTC | #2
Hi,

Thank you for your Email. Probably it happened when i was doing a local commit (Sending a GUIX package). Please ignore it!
Thank you
Navid Afkhami
IT Administration

navid.afkhami@mdc-berlin.de (mailto:navid.afkhami@mdc-berlin.de)

On Feb 9 2023, at 1:31 pm, zimoun <zimon.toutoune@gmail.com> wrote:
> Hi,
>
> On Thu, 09 Feb 2023 at 09:09, Navid Afkhami <navid.afkhami@mdc-berlin.de> wrote:
> > * gnu/packages/bioinformatics.scm (tetoolkit): Update to 2.2.1b.
>
> [...]
> > - (("'Rscript'")
> > +` (("'Rscript'")
>
> What’s the change here?
>
> Cheers,
> simon
>
Simon Tournier Feb. 9, 2023, 1 p.m. UTC | #3
Hi,

On Thu, 9 Feb 2023 at 13:51, Navid Afkhami <navid.afkhami@mdc-berlin.de>
wrote:

> Thank you for your Email. Probably it happened when i was doing a local
commit (Sending a GUIX package). Please ignore it!

No worry.  The change is an extra backquote and I was not sure to
understand if it was expected.  Hence my quesiton. :-)
Anway.

I am closing this.  Thanks for your other contributions.

Cheers,
simon
diff mbox series

Patch

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 78979eea0d..155ce81083 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2836,7 +2836,7 @@  (define-public tetoolkit
                 (string-append "'" (search-input-file inputs "bin/sort") " "))
                (("'rm -f ")
                 (string-append "'" (search-input-file inputs "bin/rm") " -f "))
-               (("'Rscript'")
+`               (("'Rscript'")
                 (string-append "'" (search-input-file inputs "bin/Rscript")
                                "'")))
              (substitute* "TEToolkit/IO/ReadInputs.py"