apolo-docs
  • Getting Started
  • Supercomputers
  • Software
    • Virtualization
    • Programming Languages
    • Scientific Applications
      • ABySS
      • ANSYS
      • ARCS
      • AutoDock
      • autoDock_Vina
      • BayeScan
      • BEAST2
      • BLAST
      • BLAT
      • bowtie2
      • Bpp
      • BWA
      • CDO
      • CHARMM
      • Calculix
      • Clustalw
      • crystal
      • Curl
      • Cufflinks
        • Description
      • delft3D
      • DL_POLY_Classic
      • ECL
      • EDGE-pro
      • elmer
      • fastQC
      • Flye
      • gamess
      • garli
      • GATK4
      • GROMACS
      • GROMACS-LS
      • gurobi
      • intel
      • IQ-TREE
      • Kraken
      • IOAPI
      • LAMMPS
      • leDock
      • lePro
      • LINKS
      • Lotos Euros
      • MAFFT
      • MDSTRESS-LIB
      • MedeA
      • Mothur
      • MPICH
      • mrBayes
      • MUSCLE
      • NAMD
      • ncl
      • NCAR NCL
      • OpenFOAM
      • OpenQuake
      • OpenSees
      • ORCA
      • Openstructure
      • parallel
      • ParGenes
      • Partition Finder
      • PhyloNet
      • PICRUSt2
      • Pigz
      • Plumed
      • Prank
      • Prinseq-lite
      • Pteros
      • pyrad
      • QE
      • Qiime2
      • RACKET
      • RAxML
      • rDock
      • REPET
      • SAMtools
      • SMOKE
      • Google Sparsehash
      • stacks
      • TensorFlow
      • Tigmint
      • TopHat
      • Trans-ABySS
      • Transrate
      • trimmomatic
      • Trinity
      • USPEX
      • VASP
      • VMD
      • vsearch
      • Wps
      • WRF
      • Makedepf90
      • GEANT4
      • ROOT
    • Management Software
    • Provisioning
    • Monitoring
    • Operating Systems
    • Scientific Libraries
    • Accelerators
  • How to Acknowledge
  • Report a Bug
apolo-docs
  • Software
  • Scientific Applications
  • Cufflinks
  • Cufflinks 2.2.1
  • Edit on GitHub

Cufflinks 2.2.1

  • Installation date: 28/02/2017

  • URL: http://cole-trapnell-lab.github.io/cufflinks/

  • Apolo version: Apolo II

  • License: Boost Software License, Version 1.0

Table of Contents

  • Cufflinks 2.2.1

    • Installation

    • Module

    • Mode of use

    • References

    • Author

Installation

These are the steps to install Cufflinks:

  1. Download the latest version of the software (Binaries - bz2) (http://cole-trapnell-lab.github.io/cufflinks/install/):

cd /home/$USER/apps/cufflinks/src
wget http://cole-trapnell-lab.github.io/cufflinks/assets/downloads/cufflinks-2.2.1.Linux_x86_64.tar.gz
tar xf cufflinks-2.2.1.Linux_x86_64.tar.gz
  1. For installation, the following steps must be done:

..code-block:: bash

cd cufflinks-2.2.1.Linux_x86_64 sudo mkdir -p /share/apps/cufflinks/2.2.1/bin sudo cp cuff* g* /share/apps/cufflinks/2.2.1/bin

Module

#%Module1.0#####################################################################
##
## module cufflinks/2.2.1
##
## /share/apps/modules/cufflinks/2.2.1     Written by Mateo Gomez-Zuluaga
##

proc ModulesHelp { } {
    puts stderr "\tcufflinks/2.2.1_intel-2017_update-1 - sets the Environment for Cufflinks in \
    \n\tthe share directory /share/apps/cufflinks/2.2.1\n"
}

module-whatis "\n\n\tSets the environment for using Cufflinks 2.2.1 \n"

# for Tcl script use only
set       topdir     /share/apps/cufflinks/2.2.1
set       version    2.2.1
set       sys        x86_64-redhat-linux

repend-path PATH    $topdir/bin

Mode of use

Load the necessary environment through the module:

module load cufflinks/2.2.1

TO-DO

References

  • https://github.com/cole-trapnell-lab/cufflinks

Author

  • Mateo Gómez Zuluaga

Previous Next

© Copyright Creative Commons Attribution-NonCommercial 4.0 International License.

Built with Sphinx using a theme provided by Read the Docs.