#πŸ”’ Help in Python code of unidec software

10 messages Β· Page 1 of 1 (latest)

primal surge
#

there is an open source software unidec on github
used for mass spectrometry data analysis
diff versions
i download the latest one 8.0.0
i open the gui unidec and upload a agilent .d folder (which has mass spec data)
the unidec software to read that .d folder converts it into a text file
and uses that text file to make a graph for analysis
i upload the .d folder and and it automatically closes with that basetof.dll error
but i still have to find a way to convert that folder to txt file
so i downgrade and download the source code for version 7.0.2
where they have used multiple libraries for converting that .d to txt file
and when i run the vs code for gui in ver 7.0.2
it converts and gives a txt file and a graph
but from that source code i am not able to extract that conversion method
even though i think i have pin pointed the py files doing the conversion
thats where i need help
gettin txt file from .d in 7.0.2
pinpointed the files that do conversion but now able to properly take out that conversion process.
https://github.com/michaelmarty/UniDec/tree/v.7.0.2

GitHub

Universal Deconvolution of Mass and Ion Mobility Spectra - GitHub - michaelmarty/UniDec at v.7.0.2

waxen wedgeBOT
#

@primal surge

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

plain valve
#

and so what are you asking, @primal surge

#

apologies if I missed it

#

there's a lot here to unpack

#

I mean, what is your overall goal

#

forgetting for a moment the implementation details of solutions you tried

#

what problem needs to be solved

waxen wedgeBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.