Skip to content

Commit

Permalink
Merge pull request #3494 from verdurin/20160829221940_new_pr_Clustal-…
Browse files Browse the repository at this point in the history
…Omega120
  • Loading branch information
boegel committed Aug 30, 2016
2 parents b00b0b5 + a417e70 commit eed505a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/a/argtable/argtable-2.13-foss-2016b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
# Modified by: Adam Huffman
# The Francis Crick Institute

easyblock = 'ConfigureMake'

name = 'argtable'
version = '2.13'

homepage = 'http://argtable.sourceforge.net/'
description = """ Argtable is an ANSI C library for parsing GNU style
command line options with a minimum of fuss. """

toolchain = {'name': 'foss', 'version': '2016b'}

source_urls = [SOURCEFORGE_SOURCE]
sources = ['%s%s.tar.gz' % (name, version.replace('.', '-'))]

sanity_check_paths = {
'files': ['lib/libargtable2.so', 'lib/libargtable2.la'],
'dirs': ['include', 'lib', 'share'],
}

moduleclass = 'lib'
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
# Modified by Adam Huffman
# Francis Crick Institute

easyblock = 'ConfigureMake'

name = 'Clustal-Omega'
version = '1.2.0'

homepage = 'http://www.clustal.org/omega/'
description = """ Clustal Omega is a multiple sequence alignment
program for proteins. It produces biologically meaningful multiple
sequence alignments of divergent sequences. Evolutionary relationships
can be seen via viewing Cladograms or Phylograms """

toolchain = {'name': 'foss', 'version': '2016b'}

source_urls = [homepage]
sources = [SOURCELOWER_TAR_GZ]

dependencies = [('argtable', '2.13')]

sanity_check_paths = {
'files': ['bin/clustalo'],
'dirs': [],
}

moduleclass = 'bio'

0 comments on commit eed505a

Please sign in to comment.