-
Notifications
You must be signed in to change notification settings - Fork 16
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
download pre-trained Peakachu models #34
Comments
Hi Bo, all the pre-trained models can be found at https://github.com/tariks/peakachu#using-peakachu-as-a-standard-loop-caller. |
Hi Bo, I recently released a new version (https://github.com/XiaoTaoWang/NeoLoopFinder#release-notes). All the reference data and models were moved to a new server. Can you upgrade your NeoLoopFinder and try again? Note that the dependent packages need to be re-installed as well. Thanks! |
Hi Xiaotao,
Thanks a lot! Will try the new version.
Best,
Bo
…On Fri, Sep 16, 2022 at 11:41 PM Xiaotao Wang ***@***.***> wrote:
Hi Bo, I recently released a new version (
https://github.com/XiaoTaoWang/NeoLoopFinder#release-notes). All the
reference data and models were moved to a new server. Can you upgrade your
NeoLoopFinder and try again? Note that the dependent packages need to be
re-installed as well. Thanks!
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANEBFVRWUINFOXVMTYY4NSDV6VDXTANCNFSM54GBYVIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi Xiaotao, I tried the new version of NeoLoopFinder and it works well. Thanks! I tried to plot genes with the sample codes: but constantly got the error. Do you have an idea what the problem? Thanks a lot! ----> 6 vis.plot_genes(filter_=List, fontsize=10) File ~/miniconda3/envs/neoloop/lib/python3.10/site-packages/neoloop/visualize/core.py:487, in Triangle.plot_genes(self, species, release, filter_, color, border_color, fontsize, labels, style, global_max_row, label_aligns) File ~/miniconda3/envs/neoloop/lib/python3.10/site-packages/neoloop/visualize/bed.py:319, in plotGenes.init(self, file_, **kwargs) File ~/miniconda3/envs/neoloop/lib/python3.10/site-packages/neoloop/visualize/bed.py:324, in plotGenes._process_bed(self) File ~/miniconda3/envs/neoloop/lib/python3.10/site-packages/neoloop/visualize/base.py:258, in ReadBed.init(self, file_handle) File ~/miniconda3/envs/neoloop/lib/python3.10/site-packages/neoloop/visualize/base.py:290, in ReadBed.get_no_comment_line(self) StopIteration: |
Hi Bo, it seems that no genes were left after filtering by |
Hi Xiaotao,
Thanks so much for your prompt response!
I put one gene located in the current region to the list and it works. Many
thanks!
I have one more question, is there any way to make the plot window wider?
Take the assembly "C24 inversion,6,164305000,+,6,169035000,+ 6,162710000
6,168820000" for example, I want to plot the range of *[160M, 180M]*
instead of [164305000, 168820000]. Thanks in advance.
Regards,
Bo
…On Wed, Nov 2, 2022 at 11:01 AM Xiaotao Wang ***@***.***> wrote:
Hi Bo, it seems that no genes were left after filtering by List. Can you
check to make sure at least one genes in the List are located in the
current region?
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANEBFVW6CDKMT7TATEPS23DWGKF6RANCNFSM54GBYVIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Probably the easiest way to do this is to increase the value of
|
That works. Thanks so much!
…On Wed, Nov 2, 2022 at 12:49 PM Xiaotao Wang ***@***.***> wrote:
Probably the easiest way to do this is to increase the value of span when
you construct a Triangle object. For example, the following command will
extend the region by 1Mb on both sides of the local assembly::
>>> vis = Triangle(clr, assembly, n_rows=5, figsize=(7, 6), track_partition=[5, 0.8, 0.8, 0.2, 0.5], correct='weight', span=1000000, space=0.08)
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANEBFVSZW4NKSYGAYMWZ63DWGKSTTANCNFSM54GBYVIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi Xiaotao,
Our sever is offline. Would be possible to download all pre-trained Peakachu models for neoloop-caller locally? I tried the https://dl.dropboxusercontent.com, but it seems not accessible.
Thank you.
Bo
The text was updated successfully, but these errors were encountered: