Hello,
I experienced problems when I tried to use commands in the new 1.3
version of pregap4. I entered the commands in the "Experiment File Line
Types" dialogs of the "Augment Experiment Files" module. An example for
one of my commands is given below. This command was ment to parse the
template names (TN) from the sequence file names.
global lines
if {[regexp {([^.]*)\.(.).*} $lines(ID) matched 1 2] == 0} {
return ""
}
return $1
This command worked fine in pregap4 v. 1.1.
Any idea what I can change to make such commands work again in pregap4
1.3?
Thank you for your time.
Frank
--
Frank-Joerg Vorhoelter
Biologie VI Tel. +49-(0)521-1062990
Zentrales Isotopenlabor Fax +49-(0)521-1065626
Universitaetsstr. 25
D-33615 Bielefeld e-mail frank at genetik.uni-bielefeld.de
Germany