ucsc-pslhisto¶
Summary¶
Collect counts on PSL alignments for making histograms. These then be analyzed with R, textHistogram, etc.
Versions¶
- 324
License¶
varies; see http://genome.ucsc.edu/license
Meta¶
package:
name: "ucsc-pslhisto"
version: "324"
source:
url: "http://hgdownload.cse.ucsc.edu/admin/exe/userApps.v324.src.tgz" # [linux]
fn: "userApps.src.tgz" # [linux]
md5: "c49c168584c5917081d71df854e3cd9d" # [linux]
patches: # [linux]
- "include.patch" # [linux]
url: "http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/pslHisto" # [osx]
fn: "pslHisto" # [osx]
build: # [osx]
script: "mkdir -p $PREFIX/bin; cp pslHisto $PREFIX/bin; chmod +x $PREFIX/bin/pslHisto" # [osx]
requirements:
build:
- libpng # [linux]
- mysql # [linux]
- zlib # [linux]
- openssl # [linux]
run: # [linux]
- libpng # [linux]
- mysql # [linux]
- zlib # [linux]
- openssl # [linux]
about:
home: "http://hgdownload.cse.ucsc.edu/admin/exe/"
license: "varies; see http://genome.ucsc.edu/license"
summary: "
Collect counts on PSL alignments for making histograms. These then be
analyzed with R, textHistogram, etc.
"