Bioinformatics
Staden Help Function (no Netscepe, no help)
Because I don't have Netscape installed on my computer, the help function of Staden doesn't work automatically. During the staden course James told be to look into /usr/local/staden-linux-rel-1-4/lib/tk_utils/help_netscape.tcl I might do so, but as a quick fix I made a symbolic link to mozilla: sudo ln -s /usr/bin/mozilla /usr/bin/netscape And this really works. I also tried it succesfully with Konqueror: sudo ln -sf /opt/kde3/bin/konqueror /usr/bin/netscape
Sequence trace files in tar archives (Staden)
I 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
Reference Sequences (Staden)
To make one sequence a reference sequence, just select its name from the gap4 Edit Contig window and right click and select as reference sequence. If the file is in embl format, the features will show up as Staden tags in the alignment.
EMBOSS and GCK for the assembly and documentation of construct sequences
I am trying to use EMBOSS for the assembly of vector sequences. Long time ago, I used the CGC seqed program for this purpose and at the moment I use the Gene Construction Kit. EMBOSS doesn't have a straight equivalent for seqed and one has to use a bunch of other tools to replace its functionality. Look at this comparison between CGC and EMBOSS.
Staden on MacOS X (ebiotools)
Today I installed the Staden Package on Tanja's Macintosh G4 computer (MacOS 10.3). I recommend using the ebiotools package made by Anders Nister. It includes other useful software such as EMBOSS, Blast, etc.). Installation instructions are available in the embnet news issues 9/1, 9/2, 9/3 and 10/1 or gathered into one pdf file from here.