Skip to content

Commit

Permalink
bowtie: non-functional: make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 22, 2024
1 parent 527dfc9 commit 0128faf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions science/bowtie/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@ PortGroup github 1.0
github.setup BenLangmead bowtie 1.3.1 v
revision 0
categories science biology
platforms darwin
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
license Artistic-1 LGPL-3+

description an ultrafast, memory-efficient short read aligner

long_description Bowtie is ${description}. It aligns short DNA sequences \
(reads) to the human genome at a rate of over 25 million \
35-bp reads per hour. Bowtie indexes the genome with a \
Burrows-Wheeler index to keep its memory footprint small: \
35-bp reads per hour. Bowtie indexes the genome with \
a Burrows-Wheeler index to keep its memory footprint small: \
typically about 2.2 GB for the human genome (2.9 GB for \
paired-end).

homepage http://bowtie-bio.sourceforge.net/
homepage https://bowtie-bio.sourceforge.net

checksums rmd160 c4aeaa1135bd40bbcbc38235878644d3b2b219da \
sha256 1e087c6bef7415419902d06b5a4f9d5180fd1daf39b3752044e6b448e46e6a1b \
Expand Down Expand Up @@ -50,7 +49,7 @@ post-extract {
compiler.cxx_standard 2011

supported_archs x86_64 ppc64 ppc
installs_libs no
installs_libs no

depends_build-append port:seqan-1

Expand Down

0 comments on commit 0128faf

Please sign in to comment.