-
Notifications
You must be signed in to change notification settings - Fork 0
Package Types
Lucie Hutchins edited this page Jun 11, 2018
·
5 revisions
Each tool/library package we maintain is a sub-directory under package_downloads root directory.
We have the following categories of packages --
-
The package has no git repos - we get the release version from static files -
- Blat ( install done from binaries)
- R (install running a set of commands)
-
The package has a git repos but the git repos does not tag new releases - we get the release version from static files-
- Hisat2 ( install from source running a set of commands)
- Trimmomatic ( install done from binaries)
-
The package has a git repos with release tags and the install is done from git export version tarball - then run the install commands.
- Bamtools
- Bedtools
- Bowtie
- Bowtie2
- Bwa
- Cutadapt
- Htslib
- Samtools
- Star
- Toil
-
The package has a git repos with release tags - But package version downloaded from site
- Boost (install from source running a set of commands)
- Fastx_toolkit (install from source running a set of commands)
- Eigen (install done from binaries/libraries)
- Cufflinks ( install done from binaries)
- Fastqc ( install done from binaries)
- Kallisto ( install done from binaries)
- Picard ( install done from binaries)
- Salmon ( install done from binaries)
- Stringtie ( install done from binaries)
- Tophat ( install done from binaries)
- Trimgalore ( install done from binaries)