-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for loop over D.query_iter(D.ms1_frames, columns=('intensity',)) crashed #7
Comments
Hello,
Not if you don't supply error messages :)
And the version of opentims!
Best,
*Mateusz Krzysztof Łącki*
*German tel. +49 159 01681376*
Polish tel. +48 579 647 311
Skype: mathewin
GitHub: MatteoLacki <https://github.com/MatteoLacki>
…On Fri, Sep 3, 2021 at 4:26 PM Ani ***@***.***> wrote:
I am running it over a window2016server machine with 128GB RAM where the
following works
path = Path(pathFiles)
D = OpenTIMS(path) # get data handle
print(pathFiles,D) #print(len(D)) # The number of peaks.
OpenTIMS(1634400182)
pprint(D.query(frames=[1], columns=all_columns))
{'frame': array([1, 1, 1, ..., 1, 1, 1], dtype=uint32),
'intensity': array([21, 54, 54, ..., 22, 61, 81], dtype=uint32),
'inv_ion_mobility': array([1.59926563, 1.59485905, 1.59045181, ..., 0.60113621, 0.60113621,
0.60113621]),
'mz': array([1377.64799752, 1436.23477832, 1613.74566582, ..., 515.79462555,
629.21372085, 801.32747883]),
'retention_time': array([0.456886, 0.456886, 0.456886, ..., 0.456886, 0.456886, 0.456886]),
'scan': array([ 35, 39, 43, ..., 926, 926, 926], dtype=uint32),
'tof': array([343878, 353782, 382616, ..., 161198, 191291, 232170], dtype=uint32)}
but following crashes after few loops
for fr in D.query_iter(D.ms1_frames, columns=('intensity',)):
print(fr['intensity'])
is there a way to know what is the underlying issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6H2AEB6FWDAOPZQEPBOVDUADLH5ANCNFSM5DL3X67Q>
.
|
The issue could be rooted here:
Using |
This code is fake! I can't plot_intensity_given_mz_inv_ion_mobility. it does NOT work at all. I wrote J prot Res to inform they have been publishing unfinished/fake bioinformatics work. |
While you at it, please write the Pope that they have some really bad Catholics. |
Hi, this is now fixed on the main branch of OpenTims. Best wishes, |
Works on my machine. |
@michalsta |
Wait, @liquidcarbon this cannot be the problem: @animesh was using |
I am running it over a window2016server machine with 128GB RAM where the following works
but following crashes after few loops
is there a way to know what is the underlying issue?
The text was updated successfully, but these errors were encountered: