Feb 282014
 

JAGS 3.4.0,  Just Another Gibbs Sampler.  It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation  not wholly unlike BUGS.

http://mcmc-jags.sourceforge.net/

 

---------------------------------------------------------------------------------

$ module load apps/jags

apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

| — libs/gcc/system

|    * –> OK

|

OK

$ ls $JAGSDIR

bin  include  lib  libexec  share

 

$ ls $JAGSBIN

jags

 

$ jags

Welcome to JAGS 3.4.0 on Fri Feb 28 13:13:48 2014

JAGS is free software and comes with ABSOLUTELY NO WARRANTY

Loading module: basemod: ok

Loading module: bugs: ok

 

---------------------------------------------------------------------------------

$ module whatis apps/jags

apps/jags            :

Title: JAGS

Summary: Analysis of Bayesian hierarchical models using Markov Chain Monte Carlo simulation

License: GPLv2

Group: Bioinformatics

URL: http://mcmc-jags.sourceforge.net/

 

Name: jags

Version: 3.4.0

Module: apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

Module path: /opt/gridware/etc/modules/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

Package path: /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

 

Repository: file:/opt/gridware/etc/repos/local

Package: apps/jags/3.4.0@08f607cc

Last update: 2014-02-28

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-28T11:48:10

Build modules: libs/atlas/3.10.0/gcc-4.4.6

Compiler: compilers/gcc/system

System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64

Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)

Dependencies: libs/gcc/system (using: libs/gcc/system)

 

For further information, execute:

 

module help apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

---------------------------------------------------------------------------------

$ module help apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

 

———– Module Specific Help for ‘apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0’ —————————

======== JAGS ========

Analysis of Bayesian hierarchical models using Markov Chain

Monte Carlo simulation

=====================

This module sets up your environment for the use of the ‘jags’

application. This module sets up version ‘3.4.0’ of the

application.

 

>> SYNOPSIS <<

JAGS is Just Another Gibbs Sampler.  It is a program for analysis of

Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC)

simulation not wholly unlike BUGS.  JAGS was written with three aims

in mind:

* To have a cross-platform engine for the BUGS language.

* To be extensible, allowing users to write their own functions,

distributions and samplers.

* To be a plaftorm for experimentation with ideas in Bayesian

modelling.

 

>> LICENSING <<

This package is made available subject to the following license(s):

GPLv2

Please refer to the website for further details regarding licensing.

 

>> FURTHER INFORMATION <<

More information about this software can be found at the website:

http://mcmc-jags.sourceforge.net/

For further details regarding this module, including the environment

modifications it will apply, execute:

 

module show apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

>> GET STARTED <<

Please refer to the website for further details on usage of this

package.

---------------------------------------------------------------------------------

$ module show apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

——————————————————————-

/opt/gridware/etc/modules/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0:

module-whatis

Title: JAGS

Summary: Analysis of Bayesian hierarchical models using Markov Chain Monte Carlo simulation

License: GPLv2

Group: Bioinformatics

URL: http://mcmc-jags.sourceforge.net/

 

Name: jags

Version: 3.4.0

Module: apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

Module path: /opt/gridware/etc/modules/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

Package path: /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

 

Repository: file:/opt/gridware/etc/repos/local

Package: apps/jags/3.4.0@08f607cc

Last update: 2014-02-28

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-28T11:48:10

Build modules: libs/atlas/3.10.0/gcc-4.4.6

Compiler: compilers/gcc/system

System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64

Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)

Dependencies: libs/gcc/system (using: libs/gcc/system)

 

For further information, execute:

module help apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

module-prereq libs/gcc/system

module-conflict apps/jags

setenv JAGSDIR /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0

setenv JAGSBIN /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0/bin

setenv JAGSLIB /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0/lib

setenv JAGSINCLUDE /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0/include

prepend-path LD_LIBRARY_PATH /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0/lib

prepend-path MANPATH /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0/share/man

prepend-path PKG_CONFIG_PATH /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0/lib/pkgconfig

prepend-path PATH /opt/gridware/pkg/apps/jags/3.4.0/gcc-4.4.6+atlas-3.10.0/bin

———————————————————————————

Lampredi HPC
igm-lampredi-users@ncl.ac.uk

IGM IT
igmithelp@ncl.ac.uk
x8625

Feb 242014
 

MitoSeek has been updated to version 1.2, as of 24/02/2014

This is a software tool to reliably and easily extract mitochondrial genome information from exome sequencing data.

https://github.com/riverlee/MitoSeek

——————————————————————-

$ module load apps/mitoseek/1.2

apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

| — libs/gcc/system

|    * –> OK

| — apps/perl/5.16.1/gcc-4.4.6

|    | — libs/gcc/system … SKIPPED (already loaded)

|    * –> OK

| — apps/samtools/0.1.18/gcc-4.4.6

|    | — libs/gcc/system … SKIPPED (already loaded)

|    * –> OK

|

OK

 

——————————————————————-

 

$ module whatis apps/mitoseek/1.2

apps/mitoseek/1.2    :

 

Title: MitoSeek

Summary: Extraction of mitochondrial genome information from exome sequencing data

License: GPLv2

Group: Bioinformatics

URL: https://github.com/riverlee/MitoSeek

 

Name: mitoseek

Version: 1.2

Module: apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

Module path: /opt/gridware/etc/modules/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

Package path: /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

 

Repository: file:/opt/gridware/etc/repos/local

Package: apps/mitoseek/1.2@6ea5eade

Last update: 2014-02-24

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-24T11:08:18

Build modules: apps/perl/5.16.1/gcc-4.4.6, apps/samtools/0.1.18/gcc-4.4.6, apps/cpanminus/1.5017/noarch

Compiler: compilers/gcc/system

System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64

Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)

Dependencies: libs/gcc/system (using: libs/gcc/system)

apps/perl/5.16.1/gcc-4.4.6 (using: apps/perl/5.16.1/gcc-4.4.6)

apps/samtools/0.1.18/gcc-4.4.6 (using: apps/samtools/0.1.18/gcc-4.4.6)

 

For further information, execute:

 

module help apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

——————————————————————-

 

$ module help apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

 

———– Module Specific Help for ‘apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18’ —————————

 

 

======== MitoSeek ========

Extraction of mitochondrial genome information from exome

sequencing data

=========================

 

This module sets up your environment for the use of the ‘mitoseek’

application. This module sets up version ‘1.2’ of the

application.

 

 

>> SYNOPSIS <<

 

MitoSeek is an open-source software tool to reliably and easily

extract mitochondrial genome information from exome sequencing data.

MitoSeek evaluates mitochondrial genome alignment quality, estimates

relative mitochondrial copy numbers, and detects heteroplasmy,

somatic mutation, and structural variance of the mitochondrial

genome.

 

 

>> LICENSING <<

 

This package is made available subject to the following license(s):

 

GPLv2

 

Please refer to the website for further details regarding licensing.

 

 

>> FURTHER INFORMATION <<

 

More information about this software can be found at the website:

 

https://github.com/riverlee/MitoSeek

 

For further details regarding this module, including the environment

modifications it will apply, execute:

 

module show apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

 

 

>> GET STARTED <<

 

Please refer to the website for further details on usage of this

package.

——————————————————————-

 

$ module show apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

——————————————————————-

/opt/gridware/etc/modules/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18:

 

module-whatis

 

Title: MitoSeek

Summary: Extraction of mitochondrial genome information from exome sequencing data

License: GPLv2

Group: Bioinformatics

URL: https://github.com/riverlee/MitoSeek

 

Name: mitoseek

Version: 1.2

Module: apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

Module path: /opt/gridware/etc/modules/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

Package path: /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

 

Repository: file:/opt/gridware/etc/repos/local

Package: apps/mitoseek/1.2@6ea5eade

Last update: 2014-02-24

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-24T11:08:18

Build modules: apps/perl/5.16.1/gcc-4.4.6, apps/samtools/0.1.18/gcc-4.4.6, apps/cpanminus/1.5017/noarch

Compiler: compilers/gcc/system

System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64

Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)

Dependencies: libs/gcc/system (using: libs/gcc/system)

apps/perl/5.16.1/gcc-4.4.6 (using: apps/perl/5.16.1/gcc-4.4.6)

apps/samtools/0.1.18/gcc-4.4.6 (using: apps/samtools/0.1.18/gcc-4.4.6)

 

For further information, execute:

 

module help apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

 

module-prereq libs/gcc/system

module-prereq apps/perl/5.16.1/gcc-4.4.6

module-prereq apps/samtools/0.1.18/gcc-4.4.6

module-conflict apps/mitoseek

setenv MITOSEEKDIR /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18

setenv MITOSEEKBIN /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18/bin

setenv MITOSEEKDOC /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18/doc

prepend-path PERL5LIB /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18/perl/lib/perl5

prepend-path MANPATH /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18/perl/man

prepend-path PATH /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18/bin

prepend-path PATH /opt/gridware/pkg/apps/mitoseek/1.2/gcc-4.4.6+perl-5.16.1+samtools-0.1.18/perl/bin

——————————————————————-

Lampredi HPC
igm-lampredi-users@ncl.ac.uk

IGM IT
igmithelp@ncl.ac.uk
x8625

 

Feb 242014
 

FASTX-Toolkit 0.0.13 has been added to the cluster (24/02/2014)

The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing.
http://hannonlab.cshl.edu/fastx_toolkit/
-------------------------------------------------------------------

$ module load apps/fastx

apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

| — libs/gcc/system … SKIPPED (already loaded)

OK

$ ls $FASTXDIR

bin  share

ls $FASTXBIN

fasta_clipping_histogram.pl     fastx_barcode_splitter.pl

fasta_formatter                 fastx_clipper

fasta_nucleotide_changer        fastx_collapser

fastq_masker                    fastx_nucleotide_distribution_graph.sh

fastq_quality_boxplot_graph.sh  fastx_nucleotide_distribution_line_graph.sh

fastq_quality_converter         fastx_quality_stats

fastq_quality_filter            fastx_renamer

fastq_quality_trimmer           fastx_reverse_complement

fastq_to_fasta                  fastx_trimmer

fastx_artifacts_filter          fastx_uncollapser

——————————————————————-

$ module whatis apps/fastx

apps/fastx :
Title: fastx

Summary: A collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing

License: AGPLv3+

Group: Bioinformatics

URL: http://hannonlab.cshl.edu/fastx_toolkit/

Name: fastx

Version: 0.0.13

Module: apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

Module path: /opt/gridware/etc/modules/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

Package path: /opt/gridware/pkg/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

 

Repository: git+http://download.alces-software.com/git/packager-base@0d67d87

Package: apps/fastx/0.0.13@3f151052

Last update: 2012-09-09

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-24T10:41:52

Build modules: libs/gtextutils/0.6/gcc-4.4.6

Compiler: compilers/gcc/system

System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64

Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)

Dependencies: libs/gcc/system (using: libs/gcc/system)

 

For further information, execute:

module help apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

——————————————————————-

$ module help apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

 

———– Module Specific Help for ‘apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6’ —————————

 

 

======== fastx ========

A collection of command line tools for Short-Reads

FASTA/FASTQ files preprocessing

======================

 

This module sets up your environment for the use of the ‘fastx’

application. This module sets up version ‘0.0.13’ of the

application.

 

 

>> SYNOPSIS <<

 

The FASTX-Toolkit is a collection of command line tools for

Short-Reads FASTA/FASTQ files preprocessing.

 

Next-Generation sequencing machines usually produce FASTA or FASTQ

files, containing multiple short-reads sequences (possibly with

quality information).

 

The main processing of such FASTA/FASTQ files is mapping (aka

aligning) the sequences to reference genomes or other databases

using specialized programs. Example of such mapping programs are:

Blat, SHRiMP, LastZ, MAQ and many many others.

 

However, it is sometimes more productive to preprocess the

FASTA/FASTQ files before mapping the sequences to the genome –

manipulating the sequences to produce better mapping results. The

FASTX-Toolkit tools perform some of these preprocessing tasks.

 

 

>> LICENSING <<

 

This package is made available subject to the following license(s):

 

AGPLv3+

 

Please refer to the website for further details regarding licensing.

 

 

>> FURTHER INFORMATION <<

 

More information about this software can be found at the website:

 

http://hannonlab.cshl.edu/fastx_toolkit/

 

For further details regarding this module, including the environment

modifications it will apply, execute:

 

module show apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

 

 

>> GET STARTED <<

 

Please refer to the website for further details on usage of this

package.

——————————————————————-

$ module show apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

/opt/gridware/etc/modules/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6:

module-whatis

 

Title: fastx

Summary: A collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing

License: AGPLv3+

Group: Bioinformatics

URL: http://hannonlab.cshl.edu/fastx_toolkit/

 

Name: fastx

Version: 0.0.13

Module: apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

Module path: /opt/gridware/etc/modules/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

Package path: /opt/gridware/pkg/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

 

Repository: git+http://download.alces-software.com/git/packager-base@0d67d87

Package: apps/fastx/0.0.13@3f151052

Last update: 2012-09-09

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-24T10:41:52

Build modules: libs/gtextutils/0.6/gcc-4.4.6

Compiler: compilers/gcc/system

System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64

Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)

Dependencies: libs/gcc/system (using: libs/gcc/system)

 

For further information, execute:

module help apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

 

module-prereq libs/gcc/system

module-conflict apps/fastx

setenv FASTXDIR /opt/gridware/pkg/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6

setenv FASTXBIN /opt/gridware/pkg/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6/bin

setenv FASTXLIB /opt/gridware/pkg/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6/lib

prepend-path GDFONTPATH /usr/share/fonts/dejavu

setenv GNUPLOT_DEFAULT_GDFONT DejaVuSans

prepend-path PATH /opt/gridware/pkg/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6/bin

prepend-path LD_LIBRARY_PATH /opt/gridware/pkg/apps/fastx/0.0.13/gcc-4.4.6+gtextutils-0.6/lib

——————————————————————-

Lampredi HPC
igm-lampredi-users@ncl.ac.uk

IGM IT
igmithelp@ncl.ac.uk
x8625

Feb 242014
 

FASTQC 0.10.1, a quality control tool for high throughput sequence data, has been added to the cluster (24/02/2014)

FastQC aims to provide a simple way to do some quality control checks on raw sequence data coming from high throughput sequencing pipelines. It provides a modular set of analyses which you can use to give a quick impression of whether your data has any problems of which you should be aware before doing any further analysis.

The main functions of FastQC are

  • Import of data from BAM, SAM or FastQ files (any variant)
  • Providing a quick overview to tell you in which areas there may be problems
  • Summary graphs and tables to quickly assess your data
  • Export of results to an HTML based permanent report
  • Offline operation to allow automated generation of reports without running the interactive application

http://www.bioinformatics.babraham.ac.uk/projects/fastqc/

---------------------------------------------------------------------------------

$ module load apps/fastqc

apps/fastqc/0.10.1/noarch

|

OK

$ ls $FASTQCDIR

app  bin  doc

$ fastqc –version

FastQC v0.10.1

———————————————————————————

$ module whatis apps/fastqc

apps/fastqc          :

 

Title: FastQC

Summary: A quality control tool for high throughput sequence data

License: GPLv3+

Group: Bioinformatics

URL: http://www.bioinformatics.babraham.ac.uk/projects/fastqc/

 

Name: fastqc

Version: 0.10.1

Module: apps/fastqc/0.10.1/noarch

Module path: /opt/gridware/etc/modules/apps/fastqc/0.10.1/noarch

Package path: /opt/gridware/pkg/apps/fastqc/0.10.1/noarch

 

Repository: git+http://download.alces-software.com/git/packager-base@0d67d87

Package: apps/fastqc/0.10.1@0380e731

Last update: 2012-10-31

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-24T10:41:03

Compiler: N/A

 

For further information, execute:

module help apps/fastqc/0.10.1/noarch

 

———————————————————————————

$ module help apps/fastqc/0.10.1/noarch

 

———– Module Specific Help for ‘apps/fastqc/0.10.1/noarch’ —————————

 

 

======== FastQC ========

A quality control tool for high throughput sequence data

=======================

 

This module sets up your environment for the use of the ‘fastqc’

application. This module sets up version ‘0.10.1’ of the

application.

 

 

>> SYNOPSIS <<

 

FastQC aims to provide a simple way to do some quality control

checks on raw sequence data coming from high throughput sequencing

pipelines. It provides a modular set of analyses which you can use

to give a quick impression of whether your data has any problems of

which you should be aware before doing any further analysis.

 

The main functions of FastQC are:

 

* Import of data from BAM, SAM or FastQ files (any variant)

* Providing a quick overview to tell you in which areas there may

be problems

* Summary graphs and tables to quickly assess your data

* Export of results to an HTML based permanent report

* Offline operation to allow automated generation of reports

without running the interactive application

 

 

>> LICENSING <<

 

This package is made available subject to the following license(s):

 

GPLv3+

 

Please refer to the website for further details regarding licensing.

 

 

>> FURTHER INFORMATION <<

 

More information about this software can be found at the website:

 

http://www.bioinformatics.babraham.ac.uk/projects/fastqc/

 

For further details regarding this module, including the environment

modifications it will apply, execute:

 

module show apps/fastqc/0.10.1/noarch

 

 

>> GET STARTED <<

 

Please refer to the website for further details on usage of this

package.

———————————————————————————

$ module show apps/fastqc/0.10.1/noarch

 

/opt/gridware/etc/modules/apps/fastqc/0.10.1/noarch:

 

module-whatis

 

Title: FastQC

Summary: A quality control tool for high throughput sequence data

License: GPLv3+

Group: Bioinformatics

URL: http://www.bioinformatics.babraham.ac.uk/projects/fastqc/

 

Name: fastqc

Version: 0.10.1

Module: apps/fastqc/0.10.1/noarch

Module path: /opt/gridware/etc/modules/apps/fastqc/0.10.1/noarch

Package path: /opt/gridware/pkg/apps/fastqc/0.10.1/noarch

 

Repository: git+http://download.alces-software.com/git/packager-base@0d67d87

Package: apps/fastqc/0.10.1@0380e731

Last update: 2012-10-31

 

Builder: root@headnode1.lampredi.cluster.local

Build date: 2014-02-24T10:41:03

Compiler: N/A

 

 

For further information, execute:

 

module help apps/fastqc/0.10.1/noarch

 

module-conflict apps/fastqc

setenv FASTQCDIR /opt/gridware/pkg/apps/fastqc/0.10.1/noarch

setenv FASTQCBIN /opt/gridware/pkg/apps/fastqc/0.10.1/noarch/bin

setenv FASTQCAPP /opt/gridware/pkg/apps/fastqc/0.10.1/noarch/app

setenv FASTQCDOC /opt/gridware/pkg/apps/fastqc/0.10.1/noarch/doc

prepend-path PATH /opt/gridware/pkg/apps/fastqc/0.10.1/noarch/bin

———————————————————————————

Lampredi HPC
igm-lampredi-users@ncl.ac.uk

IGM IT
igmithelp@ncl.ac.uk
x8625

Feb 242014
 

LoFreq 0.6.1 was added to the cluster (05/12/2013)

A fast and sensitive variant-caller for inferring single-nucleotide variants (SNVs) from high-throughput sequencing data.

http://sourceforge.net/p/lofreq/wiki/Home/

——————————————————————-

$ module load apps/lofreq
apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3
| — libs/gcc/system
| * –> OK
| — apps/python/2.7.3/gcc-4.4.6
| | — libs/gcc/system … SKIPPED (already loaded)
| * –> OK
|
OK

$ ls $LOFREQDIR
bin python

$ ls $LOFREQBIN
base_qual_calib_wrapper.sh lofreq_bonf.py lofreq_pileup_summary.py lofreq_snpcaller.py lofreq_varpos_to_vcf.py
bwa_unique.sh lofreq_diff.py lofreq_regionbed.py lofreq_uniq_pipeline.py lofreq_version.py
lofreq_alnoffset.py lofreq_filter.py lofreq_samtools lofreq_uniq.py

——————————————————————-

$ module whatis apps/lofreq
apps/lofreq :

Title: LoFreq
Summary: fast and sensitive variant-caller for inferring SNVs from high-throughput sequencing data
License: BSD License
Group: Bioinformatics
URL: http://sourceforge.net/p/lofreq/wiki/Home/

Name: lofreq
Version: 0.6.1
Module: apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3
Module path: /opt/gridware/etc/modules/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3
Package path: /opt/gridware/pkg/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3

Repository: git+http://download.alces-software.com/git/packager-base@85035c8
Package: apps/lofreq/0.6.1@18d95c51
Last update: 2013-12-05

Builder: root@headnode1.lampredi.cluster.local
Build date: 2013-12-05T16:00:29
Build modules: apps/python/2.7.3/gcc-4.4.6
Compiler: compilers/gcc/system
System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64
Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)
Dependencies: libs/gcc/system (using: libs/gcc/system)
apps/python/2.7.3/gcc-4.4.6 (using: apps/python/2.7.3/gcc-4.4.6)

For further information, execute:

module help apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3

——————————————————————-

$ module help apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3

———– Module Specific Help for ‘apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3’ —————————

======== LoFreq ========
fast and sensitive variant-caller for inferring SNVs from
high-throughput sequencing data
=======================

This module sets up your environment for the use of the ‘lofreq’
application. This module sets up version ‘0.6.1’ of the
application.

>> SYNOPSIS << LoFreq is a fast and sensitive variant-caller for inferring single-nucleotide variants (SNVs) from high-throughput sequencing data. It is designed to robustly call low-frequency variants by exploiting base-call quality values. LoFreq has been used to call rare variants in viral and bacterial sequencing datasets and can be used to study mitochondrial heteroplasmy and rare somatic mutations in heterogeneous tumors. LoFreq makes full use of base-call qualities (and versions >=0.5
also use read mapping qualities) which are usually ignored by other
methods or only used for filtering. It is very sensitive; most
notably, it is able to predict variants below the average base-call
quality (i.e. sequencing error rate). Each SNV call is assigned a
p-value which allows for rigorous false positive control. Even
though it uses no approximations or heuristics, it is very efficient
due to several runtime optimizations. LoFreq is generic and fast
enough to be applied to high-coverage data and large genomes. It
takes a minute to analyze Dengue genome sequencing data with nearly
4000X coverage, roughly one hour to call SNVs on a 600X coverage
E.coli genome and 1.5 hours to run on a 100X coverage human exome
dataset.

>> LICENSING << This package is made available subject to the following license(s): BSD License Please refer to the website for further details regarding licensing. >> FURTHER INFORMATION << More information about this software can be found at the website: http://sourceforge.net/p/lofreq/wiki/Home/ For further details regarding this module, including the environment modifications it will apply, execute: module show apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3 >> GET STARTED <<

Please refer to the website for further details on usage of this
package.

——————————————————————-

$ module show apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3
——————————————————————-
/opt/gridware/etc/modules/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3:

module-whatis

Title: LoFreq
Summary: fast and sensitive variant-caller for inferring SNVs from high-throughput sequencing data
License: BSD License
Group: Bioinformatics
URL: http://sourceforge.net/p/lofreq/wiki/Home/

Name: lofreq
Version: 0.6.1
Module: apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3
Module path: /opt/gridware/etc/modules/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3
Package path: /opt/gridware/pkg/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3

Repository: git+http://download.alces-software.com/git/packager-base@85035c8
Package: apps/lofreq/0.6.1@18d95c51
Last update: 2013-12-05

Builder: root@headnode1.lampredi.cluster.local
Build date: 2013-12-05T16:00:29
Build modules: apps/python/2.7.3/gcc-4.4.6
Compiler: compilers/gcc/system
System: Linux 2.6.32-279.2.1.el6_lustre.gc46c389.x86_64 x86_64
Arch: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 2×4 (b6b89932)
Dependencies: libs/gcc/system (using: libs/gcc/system)
apps/python/2.7.3/gcc-4.4.6 (using: apps/python/2.7.3/gcc-4.4.6)

For further information, execute:

module help apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3

module-prereq libs/gcc/system
module-prereq apps/python/2.7.3/gcc-4.4.6
module-conflict apps/lofreq
setenv LOFREQDIR /opt/gridware/pkg/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3
setenv LOFREQBIN /opt/gridware/pkg/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3/bin
setenv LOFREQPYTHON /opt/gridware/pkg/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3/python
prepend-path PATH /opt/gridware/pkg/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3/bin
prepend-path PYTHONPATH /opt/gridware/pkg/apps/lofreq/0.6.1/gcc-4.4.6+python-2.7.3/python/lib/python2.7/site-packages

——————————————————————-

Lampredi HPC
igm-lampredi-users@ncl.ac.uk

IGM IT
igmithelp@ncl.ac.uk
x8625