#------------------- SeqLength ( 4/10/06) -------------------------- item:gi to Sequence Length # Problem with Linux-Intel version of GDE (doesn't affect Solaris): # If we declare an 'out' file, then it must always exist, # even if we don't use it. Otherwise, gde will look for the file # after it is done, and crash. itemmethod:echo '' > out1; (python $BIRCH/script/SHGet.py in1 -mn SHoundSequenceLength -e len in1.flat; $WHERE)& itemhelp:doc/dGDE/SeqHound_API_Functions.html#SHoundSequenceLength itemopen:browser.csh in:in1 informat:flat insave: arg:WHERE arglabel:Send output to argtype:chooser argchoice:New GDE window:(dgde in1.flat; $RM_CMD -f in1 in1.flat)& argchoice:Current GDE window:mv in1.flat out1; rm in1 argchoice:Output file:mv in1.flat $OUTFILE; rm in1*; echo ' Get gi to Sequence Length completed' argvalue:0 arg:OUTFILE arglabel:Output file name argtype:text out:out1 outformat:flat outsave: