Skip to content

Refactoring this package #34

@LucyHut

Description

@LucyHut

For each package - get rid of code redundancies by refactoring the following:

  1. Config files
  2. Install scripts
  3. Download scripts

Notes: We have the following types of packages --

  1. The package has no git repos - version check using release notes -

    • Blat ( install done from binaries)
    • R (install running a set of commands)
  2. The package has a git repos but the git repos does not tag new releases - version check using release notes -

    • Hisat2 ( install from source running a set of commands)
    • Trimmomatic ( install done from binaries)
  3. 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
  4. 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)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions