Commit graph

343 commits

Author SHA1 Message Date
wen
82a9051c9d Update to 2.1, from Wen Heping(myself) in PR 43395
Add LICENSE
Remove unneeded MESSAGE file

Upstream changes:
Version 2.1
----------------------------------------------------------------------
* Fixed bug 196 "clustalx: user feedback about use of secondary structure
  printed to console" - secondary structure is now used if specified
  in Alignment -> Alignment Parameters -> Secondary Structure Parameters
  UserParameters->getGui() should be used when ClustalW code needs to
  know if a function has been called from ClustalX

* Fixed bug 204 "Nexus alignment format contain invalid line" - the amino
  acid alphabet line has been removed

* Missing/corrupted file names in ClustalX status messages have been
  fixed

* Fixed bug 175 "msf/pileup files cannot be read if sequences names are
  all numbers" - this happened if a line such as
528244          .......... .......... .......... .......... ..........
  was present in the first block of the file

* Fixed bug 192 "Alignment in Phylip Format broken for big Alignments"

* Fixed bug 198 "Warning about divergent sequences gets printed to
  console in ClustalX"

* Fixed bug 151 "clustalx doesn't switch to profile alignment mode when
  profile12 is given on cmdline"

----------------------------------------------------------------------
Version 2.0.12
----------------------------------------------------------------------

* Fixed bug 189 "Fixed filename used for iteration":
Now Creating temporary file and added error check

* Fixed bug 180 "Pairwise NJ tree: final bracket missing"

* Fixed bug 178 "Seg-fault on 64bit when -quicktree -upgma for sequences with high identity":
  Using relative error now to avoid unsafe comparison which led to
  incorrect branching

* Fixed Bug 176 "iteration doesn't iterate if -usetree is used as well"

* Fixed bug 162 "percent identity file option in clustalW not working":
Added -pim as command line option. See help

* Fixed bug 155 "upgma trees cannot be read"

* Fixed bug 147 "report duplicate sequences":
 "ClustalW/X now report offending sequences which are empty, duplicates etc

* Fixed bug 134 "Exit when encountering unrecognized cmdline params":
ClustalW now exits when encountering invalid values for command line
arguments instead of just reverting to default values

* Fixed bug 185 "clustal alignments differ between interactive and commandline mode"
window-gap and ktuple initialisation now fixed and made the same
between commandline and interactive mode

* Fixed bug 184 "error messages are send to stdout"

* Fixed bug when weights are 0, and nseq > INT_SCALE_FACTOR in UPGMA
  code (see RootedGuideTree.cpp)

* General code cleanup
- Introduced return values where control reached end of non-void function
- Removed unused variables
- Removed comparison between signed and unsigned integer expressions
- Removed deprecated conversion from string constant to char*



----------------------------------------------------------------------
Version 2.0.11
----------------------------------------------------------------------

* fixed file extension bug 166 in interactive mode

* Fixed bug 169, memory violation for DNA/RNA k-tuple

* Cut down distance calculation, symmetric matrix


----------------------------------------------------------------------
Version 2.0.10
----------------------------------------------------------------------

* Fixed g++-4.3 compilation errors

* Added new -quiet command line flag

* Added new -stats=<file> command line flag

* Fixed bug 142: command separator can now be mixed "/" and "-" on all platforms

* Fixed bug 141: profile merging and saving failed

* Fixed bug 139: saving of column quality scores

* Updated help files (new flags, new colour parameter format)


----------------------------------------------------------------------
Version 2.0.9
----------------------------------------------------------------------

* GUI now responding and giving feedback during alignment

* automatic automake os detection

* new OS_ define (set by clustalw/configure clustalx/clustalx.pro)

* got rid of qt3 dependencies

* removed QScrollArea bug workaround (fixed in Qt 4.3)

* Fixed bug 135: Last sequence and last residue not displayed on MacOSX

* Fixed bug 123: secondary structure profile alignment in clustalX on Mac

* Fixed g++-4.3 build error (include climits.h)


----------------------------------------------------------------------
Version 2.0.8
----------------------------------------------------------------------

* Implemented maxseqlen cmdline switch

* Updated help-file

* Fixed Bug 123: loading profile using gap penalties (ClustalX, Mac)

* Fixed bug 133: providing profiles on command line fails (ClustalX)

* Fixed bug 125: Angle bracket inside sequence

* Fixed bug 129: Early exit on empty sequence

* Fixed a couple of possible memory leaks


----------------------------------------------------------------------
Version 2.0.7
----------------------------------------------------------------------

* Fixed bug 121: CRLF  in sequence names (Pearson) are not trimmed

* Fixed bug 122: convert option broken

* Fixed reopened bug 114: profile alignment input didn't work with new
  getSeqRange routines

* Fixed bug 119: build with g++ 4.3

----------------------------------------------------------------------
Version 2.0.6
----------------------------------------------------------------------

* Fixed bug 77: fasta input performance issue

* Fixed bug 114: segfault while doing profile alignment with secondary
  structure mask

* Removed unncessary id console output in EMBLFileParser.cpp

* Fixed Bugs 108 and 109 and allowed mixed-case command line options


----------------------------------------------------------------------
Version 2.0.5
----------------------------------------------------------------------

* Fixed bug 105: Disallowed combination of "Reset Gaps"
  and Iteration in GUI

* Fixed bug 104 "reset all gaps doesn't work"

* Changed command line separator for Mac to hyphen instead slash

* Fixed full command line parsing for ClustalX after help flag


----------------------------------------------------------------------
Version 2.0.4
----------------------------------------------------------------------

* Updated URLs in help files

* Fixed bug 96: error message when loading alignment with identical
  sequence names

* Made console output look more like 1.83

* Fixed bug 100: "Scores in clustalw2.0 don't match clustalw1.83"
  getMatrix was called with wrong scaling factor

* Fixed bug 99: "stars in input not ignored"
  Asterisks were changed to gaps in alignment

* New command line option: -fullhelp which dumps the built-in help
  file content.

* Quickfix for bug 94 "quicktree seqfault"


----------------------------------------------------------------------
<= Version 2.0.3
----------------------------------------------------------------------

* Added LICENSE file to distribution
This file contains the information about commercial licensing of
clustal as well as FAQ for licensing issues

* Added README file to distribution
This is the file that lists the files and directories on the Clustal
FTP site.  It also includes acknowledgements of people who have
contributed binaries

* Removed .pro Qt file from the distribution
pro-file should be generated anew using qmake and modified according
to build requirements, i.e. no need for version control.

* Fixed bug where ClustalX2 was not processing command line args

* Fixed Segfault on opening helpfile.  Happened on Linux only with -O2
and when calling binary directly, not using the wrapper

* Added debian packaging files

* Added support for help command line flag GUI/xmenus version
When requesting help file, graphical version of command line help is
displayed (1.83 tried to open clustalw help)

* Added complete automake (configure etc) system according to the
following websites:
- http://www.openismus.com/documents/linux/automake/automake.shtml
- http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html

* clustalw files source files have been moved to subdir

* Fixed bug #53 change MAXNAMESTODISPLAY back to 10 from 30.
This fixes problem of large amount of space between sequence name and
actual alignment in clustal output files

* This solves bug #72 with long lines (5000+) in fasta files
changed code to use strings rather than arrays.  Needed to add delim
parameter to getline in order to read files formatted for different
OSs on different platforms.

* Fixed Bug 79:
"The count of amino acids in the ClustalX Postscript output not correct"
Off-by-one issue

* ClustalX and ClustalW version numbers are now the same and defined in
ClustalW code (automake)

* Fixed problem with compilation of ClustalX2 with gcc3
avoiding gcc3 error message: cannot declare member function
QDir::currentPath'

* Target now clustalw2 instead of clustalw

* Fixed Bug 46
added in aminoacid code O for pyrrolysine

* Fixed bug 89
changed clustalw2.0 to conform to 1.83 behaviour for width of sequence
ID and alignment

* Fixed bug 90
changed clustalw2.0 to conform to 1.83 behaviour leading spaces are
stripped from FASTA identifiers.

* Fixed bug 91
Clustalw2.0 now handles pseudo-FASTA/MoST format files. Strips out
numbers and spaces.
2012-12-13 13:27:13 +00:00
joerg
a1261cd19a Don't redefine local variables. 2012-11-16 00:32:07 +00:00
joerg
c1a3c6240e Implicit int is not valid C++. 2012-11-16 00:31:35 +00:00
asau
0e747dbb57 + plinkseq 2012-11-01 04:08:03 +00:00
asau
f380f51377 Import PLINK/SEQ version 0.08 as biology/plinkseq
Packaged by Jason Bacon for pkgsrc-wip.


PLINK/SEQ is an open-source C/C++ library for working with human genetic
variation data. The specific focus is to provide a platform for analytic tool
development for variation data from large-scale resequencing and genotyping
projects, particularly whole-exome and whole-genome studies. It is independent
of (but designed to be complementary to) the existing PLINK package.
2012-11-01 04:06:21 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
cheusov
09f9fcba4f Add CONFLICTS between "azara" and "connect" 2012-10-21 17:56:13 +00:00
cheusov
a8b20227e0 Fix pkglint warnings; Clean-ups 2012-10-21 17:53:09 +00:00
joerg
37c927f9ae Don't return without value in non-void function. 2012-10-20 22:02:07 +00:00
wiz
cbe13be7b0 Recursive bump for new gtkglext pangox-compat dependency. 2012-10-16 17:47:19 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
cheusov
4b97be0632 Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
cheusov
11c7685b77 CONFLICTS between python modules 2012-10-03 23:40:35 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
cheusov
df1918e42a CONFLICTS with generate-[0-9]*; ++pkgrevision 2012-09-16 17:20:17 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
asau
3efb89d214 Fix PKGNAME. 2012-09-14 17:56:15 +00:00
asau
9775ab5cd8 + plink 2012-09-14 17:49:03 +00:00
asau
f510d3c6ac Remove errorneously imported backup file. (Why was it not ignored??) 2012-09-14 17:48:22 +00:00
asau
979be07cda Import PLINK 1.07 as biology/plink
From Jason Bacon via pkgsrc-wip.


PLINK is a free, open-source whole genome association analysis
toolset, designed to perform a range of basic, large-scale
analyses in a computationally efficient manner.

The focus of PLINK is purely on analysis of genotype/phenotype
data, so there is no support for steps prior to this (e.g. study
design and planning, generating genotype or CNV calls from raw
data). Through integration with gPLINK and Haploview, there is
some support for the subsequent visualization, annotation and
storage of results.
2012-09-14 17:46:23 +00:00
asau
372426dca4 "user-destdir" is default these days 2012-09-11 20:32:10 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
drochner
726773ceb2 more omf-scrollkeeper missing 2012-08-30 07:54:29 +00:00
ryoon
67471284d5 Update to 0.12.13
Changelog:
Version 0.12.13
        GChemPaint:
                * Fix View::BuildSVG() and View::BuildEPS() which were missing the
                trailing 0.
                * Fix loading of arrows inside a group. [#27032]
2012-08-16 19:10:15 +00:00
ryoon
b76a1f3d01 Update to 0.12.12
Changelog:
Version 0.12.12
        GCrystal:
                * Fix atoms loading.
                * Fix infinite loop condition. [#36583]

Version 0.12.11
        GChemPaint:
                * fixed text position serialization. [#34947]
                * fixed crash when selecting the alignment item inside a mechanism
                step. [#35626]
2012-07-03 19:32:10 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
c595076396 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
sbd
b25c6345de Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
2012-02-07 06:36:35 +00:00
wiz
6b5bd8d27a Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:17 +00:00
asau
01641df47b Update to Gromacs 4.5.5
Notable changes in Gromacs 4.5.5:

  * Improved pdb2gmx -chainsep option and reintroduced the -merge option.
  * Fixed mdrun file appending truncating files to 0 bytes when
    continuation runs stopped before writing new output.
  * Fixed COM pulling with multiple constraints checking the
    convergence of one constraint instead of all.
  * Fixed some dihedrals in sugars in Gromos53a5/6 working on the wrong atoms.
  * AmberGS force field is now based on Amber94 instead of Amber96.
  * Moved hydrogens in Charmm27 protein termini to separate
    charge groups and added ACE and CT3 residue types.
  * Many small fixes which avoid termination with fatal errors
    or crashes in mdrun and tools.
  * Many small updates to the manual pages of programs.
2012-01-14 00:38:18 +00:00
ryoon
c90df68b61 Update to 1.6.13.
Changelog:
Fixes and enhancements in chemtool 1.6.13

- New export option "ASY" for Asymptote files (http://asymptote.sourceforge.net)
- Added support for Unicode symbol characters inserted e.g. by cut-and-paste from LibreOffice
- Fixed build with newer linkers that do not resolve indirect requirements automatically
- Rewritten logic for choosing to include national language support during build
- Fixed crash on startup due to errors in menu icon setup
- Batch mode could crash due to incomplete initialisation of color arrays
- Undo/redo in "move fragment"-mode did not work as intended
- Default extension is now appended to the save filename as needed
- Fixed exporting to files or directories containing spaces in their names
2012-01-08 12:47:18 +00:00
drochner
a03a684eb1 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
joerg
2bf828612b Remove concurrently created patch. 2011-11-25 20:09:01 +00:00
joerg
1f96ffcc6a Fix build with GCC 4.5 2011-11-24 14:24:34 +00:00
marino
dc3724a074 biology/mummer: Put sort function in scope
Add <algorithm> header for sort, DragonFly's compiler needs it.
No PKGREVISION bump required.
2011-11-23 22:37:44 +00:00
ryoon
21bbb6385e Update to 0.12.10
Changelog:
Version 0.12.10
        GCrystal:
                * show only atoms from the first crystal when loading a CIF file
                with several structures.
                * don't crash when loading a file with invalid atoms.
                * don't display two atoms at the same position.
                * don't loose the radius ratio on serialization.
        Other:
                * fix build with most recent glib-2.0 and xulrunner.
                * enhanced translation: de.
2011-11-22 19:34:08 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
brook
b50285d184 Initial import of primer3.
Primer3 is a widely used program for designing PCR primers (PCR =
"Polymerase Chain Reaction").  PCR is an essential and ubiquitous tool
in genetics and molecular biology.  Primer3 can also design
hybridization probes and sequencing primers.
2011-10-31 21:25:57 +00:00
obache
4a599cc6bf python24 is not acceptable. 2011-10-28 14:06:11 +00:00
obache
b62f109878 Update py-mol to 1.4.1.
many improvements and bug fixes.
2011-10-27 14:03:17 +00:00
dholland
d9306a5577 Fix impossible depends. 2011-10-07 03:57:23 +00:00
ryoon
f921a2d1cf Add bodr, chemical-mime-data, gnome-chemistry-utils, and openbabel. 2011-10-05 22:29:44 +00:00
ryoon
3bb05c41db Reset MAINTAINER, because no response. 2011-10-05 22:26:48 +00:00
ryoon
02b7c92932 Initial import of gnome-chemistry-utils-0.12.9 from wip/gnome-chemistry-utils
GChemPaint, a 2D chemical editor and some other programs related to chemistry
suitable for the GNOME desktop.

The Gnome Chemistry Utils include three utilities:
- a 2D chemical editor (GChemPaint).
- a chemical calculator (computes raw formule, molar weight, mass composition,
  etc..) and isotopic pattern).
- a molecule 3d viewer using OpenGL to display molecular models.
- a crystal structues viewer and editor.
- a periodic table of the elements.
- a spectrum viewer.

These programs are based on an included C++ library which provides a few
widgets and various classes, some related to chemistry and some utility
classes.
2011-10-05 22:18:05 +00:00
ryoon
605987fb45 Initial import of openbabel-2.3.0 from wip/openbabel
Open Babel is a chemical toolbox designed to speak the many languages
of chemical data. It's an open, collaborative project allowing
anyone to search, convert, analyze, or store data from molecular
modeling, chemistry, solid-state materials, biochemistry, or related
areas.
2011-10-05 22:15:48 +00:00