mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use HTTPS URLs for GitHub home-pages.
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub.
This commit is contained in:
parent
9167488490
commit
7bf837fd43
12 changed files with 76 additions and 76 deletions
|
@ -3182,7 +3182,7 @@ data.")
|
|||
#:tests? #f)) ; no test target
|
||||
(inputs
|
||||
`(("python-numpy" ,python2-numpy)))
|
||||
(home-page "http://github.com/taoliu/MACS/")
|
||||
(home-page "https://github.com/taoliu/MACS/")
|
||||
(synopsis "Model based analysis for ChIP-Seq data")
|
||||
(description
|
||||
"MACS is an implementation of a ChIP-Seq analysis algorithm for
|
||||
|
@ -4747,7 +4747,7 @@ complexity samples.")
|
|||
`(("python-nose" ,python-nose)))
|
||||
(inputs
|
||||
`(("python-bz2file" ,python-bz2file)))
|
||||
(home-page "http://github.com/dib-lab/screed/")
|
||||
(home-page "https://github.com/dib-lab/screed/")
|
||||
(synopsis "Short read sequence database utilities")
|
||||
(description "Screed parses FASTA and FASTQ files and generates databases.
|
||||
Values such as sequence name, sequence description, sequence quality and the
|
||||
|
@ -4924,7 +4924,7 @@ bioinformatics file formats, sequence alignment, and more.")
|
|||
`(("python-biopython" ,python2-biopython-1.66)))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python2-nose)))
|
||||
(home-page "http://github.com/fhcrc/seqmagick")
|
||||
(home-page "https://github.com/fhcrc/seqmagick")
|
||||
(synopsis "Tools for converting and modifying sequence files")
|
||||
(description
|
||||
"Bioinformaticians often have to convert sequence files between formats
|
||||
|
@ -5969,7 +5969,7 @@ chr+pos+alt information in a database.")
|
|||
"Very fast parallel big-data BLAST XML file parser which can be used as
|
||||
command line utility. Use blastxmlparser to: Parse BLAST XML; filter output;
|
||||
generate FASTA, JSON, YAML, RDF, JSON-LD, HTML, CSV, tabular output etc.")
|
||||
(home-page "http://github.com/pjotrp/blastxmlparser")
|
||||
(home-page "https://github.com/pjotrp/blastxmlparser")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public bioruby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue