Giter Site home page Giter Site logo

Comments (14)

chambm avatar chambm commented on July 26, 2024

What are your <instrumentConfiguration> sections in the resulting mzML?

from pwiz.

chrashwood avatar chrashwood commented on July 26, 2024

from pwiz.

chambm avatar chambm commented on July 26, 2024

I mean what are the contents in the <instrumentConfigurationList>

from pwiz.

chrashwood avatar chrashwood commented on July 26, 2024

from pwiz.

chambm avatar chambm commented on July 26, 2024

Hmm, are you sure that your data contains FT scans? The scan filters say FTMS? Can you send a RAW file?

from pwiz.

chrashwood avatar chrashwood commented on July 26, 2024

100% sure. It's a triggered neutral loss experiment. I've compressed the raw file so it's a 400MB zip archive. Do you have a preferred method to share the data? It's not a sensitive method/sample so can be public.

from pwiz.

chambm avatar chambm commented on July 26, 2024

This will work for non-sensitive data: https://skyline.ms/filecontent/home/support/file%20sharing/begin.view?

from pwiz.

chrashwood avatar chrashwood commented on July 26, 2024

Thanks. It's uploaded and available now.

from pwiz.

chambm avatar chambm commented on July 26, 2024

I can reproduce the problem and have figured out the cause, I just haven't gotten to fix it yet. (the filter only checks the first analyzer, when it really should check the last, or all)

from pwiz.

chrashwood avatar chrashwood commented on July 26, 2024

That's great to hear, thanks Matt! Is this problem specific for msconvert or are fixes required for the entire Proteowizard suite (I'm particularly interested in msaccess)

from pwiz.

chambm avatar chambm commented on July 26, 2024

Should be fixed in #204. This problem would happen anywhere --filter is used.

from pwiz.

jspaezp avatar jspaezp commented on July 26, 2024

Sorry for resurrecting this issue but I am having the same problem using the msconvert in ProteoWizard 3.0.18215.f6864290f

I am using this file from PRIDE
Pride repo: PXD004732
Test File: 01625b_GB2-TUM_first_pool_10_01_01-2xIT_2xHCD-1h-R1.raw

MSCONVERT="/c/Program Files/ProteoWizard/ProteoWizard 3.0.18215.f6864290f/msconvert.exe"
TESTFILE="01625b_GB2-TUM_first_pool_10_01_01-2xIT_2xHCD-1h-R1.raw"
count_filters() {
    grep -P "filter" ./out/*.mzML | grep -oP "value=\".*?ms(\d|\s)" | sort | uniq -c 
}

"${MSCONVERT}" ${TESTFILE} --filter "peakPicking true 1-" -o out/
count_filters
#   28830 value="FTMS + c NSI d Full ms2
#    3227 value="FTMS + p NSI Full ms
#   28830 value="ITMS + c NSI r d Full ms2

"${MSCONVERT}" ${TESTFILE} --filter "analyzer orbi" --filter "peakPicking true 1-" -o out/
count_filters
# EMPTY

"${MSCONVERT}" ${TESTFILE} --filter  "peakPicking true 1-" --filter "analyzer orbi" -o out/
count_filters
# EMPTY

"${MSCONVERT}" ${TESTFILE} --filter "analyzer orbi" -o out/
count_filters
# EMPTY

"${MSCONVERT}" ${TESTFILE} --filter "analyzer FT" -o out/
count_filters
# EMPTY

"${MSCONVERT}" ${TESTFILE} --filter "analyzer FTMS" -o out/
count_filters
# EMPTY

Is there anything I am doing wrong?

Kindest wishes,
Sebastian

from pwiz.

chambm avatar chambm commented on July 26, 2024

Try a newer version of pwiz. Even though this issue was fixed in 2018, it seems your version manages to predate it.

from pwiz.

jspaezp avatar jspaezp commented on July 26, 2024

Noticed the error was due to the path not using msconvert from the actual updated installation (so I guess the issue is that updating pwiz does not remove older versions, which in itself could be a design choice...)

Thanks for the reply.

from pwiz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.