guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add multiqc.


From: Ricardo Wurmus
Subject: Re: [PATCH] gnu: Add multiqc.
Date: Tue, 5 Jul 2016 16:04:46 +0200
User-agent: mu4e 0.9.16; emacs 24.5.1

Ben Woodcroft <address@hidden> writes:

> On 29/06/16 00:56, Ricardo Wurmus wrote:
>> Ricardo Wurmus <address@hidden> writes:
>>
>>> * gnu/packages/bioinformatics.scm (multiqc): New variable.
>>> ---
>>>   gnu/packages/bioinformatics.scm | 30 ++++++++++++++++++++++++++++++
>>>   1 file changed, 30 insertions(+)
>>>
>>> diff --git a/gnu/packages/bioinformatics.scm 
>>> b/gnu/packages/bioinformatics.scm
>>> index 04ed769..45595d0 100644
>>> --- a/gnu/packages/bioinformatics.scm
>>> +++ b/gnu/packages/bioinformatics.scm
>>> @@ -5321,3 +5321,33 @@ group or two ChIP groups run under different 
>>> conditions.")
>>>         (description "This program compares version strings.  It intends to 
>>> be a
>>>   replacement for strverscmp.")
>>>         (license license:gpl3+))))
>>> +
>>> +(define-public multiqc
>>> +  (package
>>> +    (name "multiqc")
>>> +    (version "0.6")
>>> +    (source
>>> +     (origin
>>> +       (method url-fetch)
>>> +       (uri (string-append
>>> +             
>>> "https://pypi.python.org/packages/23/d9/95a5e62eea95f220007d7a6683d0da1ee1d9f99e6932bcff793b6601ef15/multiqc-";
>>> +             version ".tar.gz"))
>
> I think 'pypi-uri' would be better here, now that it handles these kinds 
> of URLs. We should change 'import' so that these long URLs are not printed.

Oh, I missed that update to “pypi-uri”.  I’ll push with this change.
Thanks!

~~ Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]