aidenlab / juicer

A One-Click System for Analyzing Loop-Resolution Hi-C Experiments
http://aidenlab.org
MIT License
402 stars 180 forks source link

Straw successfully dumps data, but juicer_tools.jar fails #266

Closed ArielPaulson closed 2 years ago

ArielPaulson commented 2 years ago

I have several hic files, and when dumping data for certain chromosomes / bin sizes, juicer_tools.jar (even the most recent) will fail, while the equivalent 'straw' command returns the expected data.

For instance this command fails: java -jar juicer_tools.jar dump oe KR $myHicFile 10 10 BP 5000 # 100% "nan"

But this equivalent command succeeds: straw oe KR $myHicFile 10 10 BP 5000 # all normal data

I am using the latest straw build (just a few days ago), versus two different juicer tools versions, both juicer_tools.jar v1.22.01 and feature_tools.jar v2.14.00.

Thanks, Ariel

sa501428 commented 2 years ago

Hey Ariel! Our plan is to deprecate dump in favor of straw, which supports C++, Java, Python, R, and MATLAB. Is there a use case where dump does something that straw cannot do? (if so, we can aim to add that feature to straw)

ArielPaulson commented 2 years ago

Hi Muhammad,

No that I know of. If the plan is to replace dump then everything is ok, just make sure all the wiki instructions get updated!

Thanks, Ariel

From: Muhammad Saad Shamim @.> Sent: Friday, February 11, 2022 2:03 PM To: aidenlab/juicer @.> Cc: Paulson, Ariel @.>; Author @.> Subject: Re: [aidenlab/juicer] Straw successfully dumps data, but juicer_tools.jar fails (Issue #266)

CAUTION: This email is from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.

Hey Ariel! Our plan is to deprecate dump in favor of straw, which supports C++, Java, Python, R, and MATLAB. Is there a use case where dump either outperforms straw or does something that straw cannot do?

— Reply to this email directly, view it on GitHubhttps://github.com/aidenlab/juicer/issues/266#issuecomment-1036574649, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAGDUHTJFMXH622BQXVBVMDU2VTNVANCNFSM5OFF3ZXA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>

sa501428 commented 2 years ago

Will do, thanks!