Sequence trace files in tar archives (Staden)
By jeltsch on Thu, 04/05/2007 - 22:28I want to store all sequence traces of a sequencing project (using Staden) in one file. You can do that if you simply tar all the *.ztr files: tar -cvf ./test.tar *.ztr
Then you have to specify in gap4 Options -> Configure menus -> Expert
And then you need to specify Options -> Trace file location -> TAR=./test.tar