For the ms/ms spectrum viewer, it looks for the location of the mzXML
file using the value specified in the "Dta=<full_path_to_dta_file>" in
the URL. Can you reply with:
1) the full path directory+name of your mzXML file
2) there are two "base_name=" attributes in your interact.xml file; what
are their values (should be the same)?
3) what is the <full_path_to_dta_file> string from the "Dta=" variable
in the ms/ms spectrum viewer cgi URL?
4) did you run the search/tools through the TPP GUI?
- Jimmy
CH wrote:
> 1) the full path directory+name of your mzXML file
> C:\Inetpub\wwwroot\ISB\data\tpp_newversiontest
> \3_4_1\cn109_silac_jl_rh_01.mzxml
>
> 2) there are two "base_name=" attributes in your interact.xml file;
> what
> are their values (should be the same)?
> How do I find these values? Do I open up the interact.xml file? And
> look where?
If you need to, open up the interact.xml file in some text editor (like
Word) and do a search for "base_name=". Report back what the value is.
> 3) what is the <full_path_to_dta_file> string from the "Dta=" variable
> in the ms/ms spectrum viewer cgi URL?
> Again, I'm not sure of where to find this...sorry, thanks for your
> patience.
When you click on the link under the ions column to pull up the ms/ms
spectrum view, there is a long text string in your browser's address bar
starting with "http://". This is the URL (uniform resource locator).
Look in that string, you have to use your mouse cursor to scroll to the
right, and report back what the value of "Dta=" is. Report the text
right after "Dta=" and end at the first "&" which is a delimiter character.
To, repeat, what's the value of the 'base_name' attribute in the
interact.xml file and the value of the 'Dta' variable in the ms/ms
spectrum view URL?
Now that I'm reading through the old thread, I see Brian on 1/29 had
already noted that the path information was not being written out. I
was looking through the thread to see what search engine you were using
but I don't see that mentioned anywhere. I'll assume you're using
X!Tandem. If so, just make sure that you always specify the full path
reference to the input spectra you are searching.
Do this
<note type="input" label="spectrum, path">c:\my\path\my.mzXML</note>
instead of
<note type="input" label="spectrum, path">my.mzXML</note>
I'm assuming that if you run searched through the TPP GUI, you would not
have this problem.
For your existing results below, you can hopefully salvage them by
editing your interact.xml file. In the two occurrences of
base_name=cn109_silac_c_jl_rh_01
change them to
base_name=c:\Inetpub\wwwroot\ISB\data\tpp_newversiontest\3_4_1\cn109_silac_c_jl_rh_01
using a text editor. My only concern at this point is that you'll need
to use cygwin paths (/cygdrive/c/Inetpub/wwwroot/ISB/data/...) instead
of Windows paths. Other developers can chime in if they know the answer
to this concern.
Good luck.
- Jimmy
If you can zip up some representative files and drop them on the Insilicos
ftp site (ftp://insilicos.serveftp.net/pub) I'll have a look.
Brian
Output
c:\Inetpub\wwwroot\ISB\data\07Aug07a1.mzXML (file not found: not created or deleted?)
but
Command
/usr/bin/readw "c:\Inetpub\wwwroot\ISB\data\07Aug07a1.RAW" c
--------------------------------------------------------------------------------
Xcalibur 2.0 interface initialized.
(Thermo lib opened file c:\Inetpub\wwwroot\ISB\data\07Aug07a1.RAW)
file version is 62, interface version is 2.0 or greater
file should contain scan numbers 1 through 2395
(got computer name: WCNTUSRDLB0576)
Calculating sha1-sum of mzXML
--done (mzXML sha1):e4c2dad7bc8c8a1922729b4a5a26da7d7cf2dc3a
Command Successful
looks OK. No mzXML file is there however.
Also DB search from GUI spits
FIND: Parameter format not correct
params file here: yw7112705/sequest.params
FIND: Parameter format not correct
Then sequest27.exe debugging popups start. Error is related to signature.
Command line works fine for both. Noted command line does not work w/ -c but does w/ --centroid. Also noted notes for readw.exe ref system1 folder should be system folder.
DD
Darryl L. Davis, Ph.D.
Senior Research Scientist
Centocor, PD Analytical Development
145 King of Prussia Rd.
Radnor, PA 19087
610 240-8286
Fax 610 651-6986
MailStopR-1-1
CONFIDENTIALITY NOTICE : The information in this email may be confidential and/or privileged. This email is intended to be reviewed by only the individual or organization named above. If you are not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email and its attachments, if any, or the information contained herein is prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system. Thank You
Sorry to hear you've having trouble. Could you please give a little more detail about what steps you're running when you get these errors?
>Also noted notes for readw.exe ref s System1 folder should be system folder.
Could you please explain what you mean here?
Thanks,
Josh
The second ref. is
When doing database search (Sequest)
> FIND: Parameter format not correct
> params file here: yw7112705/sequest.params
> FIND: Parameter format not correct
Running the command in TPP command line
MzXML2Search -dta -P15 07Aug07a1.mzXML
chmod g+w 07Aug07a1; cp c:/Inetpub/wwwroot/ISB/data/sequest.params 07Aug07a1/
cd 07Aug07a1; tar --wildcards -xzf ../07Aug07a1.tgz '*.out'
cd 07Aug07a1; find . -maxdepth 1 -depth -name "07Aug07a1*.dta" -print | xargs --max-args=50 /cygdrive/c/xcalibur/system/programs/bioworksbrowser/sequest27.exe -Pc:/Inetpub/wwwroot/ISB/data/sequest.params
Out2XML 07Aug07a1 1
gives correct output
This is still not working. Attached is error log.
Going to wiki.
http://tools.proteomecenter.org/wiki/index.php?title=Software:ReAdW
regsvr32 "C:\Xcalibur2\system\programs\XRawfile2.dll" should read Xcalibur not Xcalibur2 but i guess one may install there (sorry I said system1 earlier).
Hi Darryl,
Sorry to hear you've having trouble. Could you please give a little more detail about what steps you're running when you get these errors?
>Also noted notes for readw.exe ref s System1 folder should be system folder.
Could you please explain what you mean here?
Thanks,
Josh
Davis, Darryl [CNTUS] wrote:
> Hi,
> After upgrading to 3.5 (Windows XP machine).
When doing mzXML conversion
The message on the command "FIND" comes from the copy distributed in
Windows (<windows dir>\system32\find.exe). The copy that should be run
is the Cygwin copy of /usr/bin/find but is not 'cos the the environment
variable PATH having windows and windows system directory before the
path to Cygwin's related path. (If you searched the mailing list
archive, I think there are some related postings.)
You can use http://localhost:1441/tpp-bin/check_env.pl to check for the
exact value that your CGI program will see.
You can override this with "SetEnv PATH" directive with the correct path
order in your apache configuration.
Cheers,
Chee-Hong.
Darryl L. Davis, Ph.D.
Senior Research Scientist
Centocor, PD Analytical Development
145 King of Prussia Rd.
Radnor, PA 19087
610 240-8286
Fax 610 651-6986
MailStopR-1-1
CONFIDENTIALITY NOTICE : The information in this email may be confidential and/or privileged. This email is intended to be reviewed by only the individual or organization named above. If you are not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email and its attachments, if any, or the information contained herein is prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system. Thank You
Darryl L. Davis, Ph.D.
Senior Research Scientist
Centocor, PD Analytical Development
145 King of Prussia Rd.
Radnor, PA 19087
610 240-8286
Fax 610 651-6986
MailStopR-1-1
CONFIDENTIALITY NOTICE : The information in this email may be confidential and/or privileged. This email is intended to be reviewed by only the individual or organization named above. If you are not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email and its attachments, if any, or the information contained herein is prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system. Thank You
-----Original Message-----
From: spctools...@googlegroups.com
[mailto:spctools...@googlegroups.com]On Behalf Of CH
Sent: Thursday, March 13, 2008 11:54 AM
To: spctools-discuss
Sorry to hear about the GUI issues. Perhaps the GUI isn't calling the new version of readw (which has different options formats than that last version) correctly. I will try to track this down. As Darryl found, I believe, an alternate route is to use the command-line to run readw instead of the GUI. I recommend using the newest readw rather than the 3.4 version, if possible.
Unfortunately if other user has same issue as me then the command line will not work (from either win cmd or TPP, try to run it and generic application configuration incorrect pops up).
The command line works for machine that was upgrade but not for fresh install. Seems to be tied to permissions (bash: usr/bin/readw/: permission denied). Maybe Cygwin issue, here is shell which is not seen on other platforms (guess the machine it is not as Unix like as hoped). Files do exist though.
Your group is currently "mkpasswd". This indicates that
the /etc/passwd (and possibly /etc/group) files should be rebuilt.
See the man pages for mkpasswd and mkgroup then, for example, run
mkpasswd -l [-d] > /etc/passwd
mkgroup -l [-d] > /etc/group
Note that the -d switch is necessary for domain users.
Tried it w/out domain but each restart the message is still there.
DD
Darryl L. Davis, Ph.D.
Senior Research Scientist
Centocor, PD Analytical Development
145 King of Prussia Rd.
Radnor, PA 19087
610 240-8286
Fax 610 651-6986
MailStopR-1-1
CONFIDENTIALITY NOTICE : The information in this email may be confidential and/or privileged. This email is intended to be reviewed by only the individual or organization named above. If you are not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email and its attachments, if any, or the information contained herein is prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system. Thank You
-----Original Message-----
From: spctools...@googlegroups.com
[mailto:spctools...@googlegroups.com]On Behalf Of CH
Sent: Thursday, March 13, 2008 1:39 PM
To: spctools-discuss
Subject: Re: 3.5rev1 GUI
As expected, success with the 3.4 version. Would prefer using the 3.5
version if possible. Let us know if there's a readw fix for TPP v3.5.
> >>> You can usehttp://localhost:1441/tpp-bin/check_env.pltocheck for the