jtlovell / GENESPACE

Other
180 stars 24 forks source link

Step 3. 'Combining and annotating blast files' #147

Closed plhm closed 2 months ago

plhm commented 5 months ago

Hello there, jtlovell. Thank you so much for GENESPACE. This is really a handy piece of software. I'm messaging you because GENESPACE has been stuck at Step 3 for almost 10 hours. It quickly went through steps 1 and 2, but has since gotten stuck at Step3, after the following message: | Generating dotplots for all hits ... I am performing the analysis across 5 diploid vertebrates with a haploid genome size between 1.5 and 2Gb. Is this a common waiting time for this step? Is there any way I can multithread GENESPACE to speed up this process? Best, P

jtlovell commented 5 months ago

I think its likely related to plotting ... do you have a lot of scaffolds or something? You can try re-running with init_windows(..., dotplots = "never")

plhm commented 5 months ago

Hi, John.

Thanks for the message. I appreciate it.

Here are the functions I ran:

`print("Initialize genespace.") gpar <- init_genespace( wd = wd, path2mcscanx = path2mcscanx)

print("Run genespace.") out <- run_genespace(gpar, overwrite = T)`

Could I do init_genespace(...,dotplots="never") instead?

P

On Tue, Mar 26, 2024 at 11:33 AM John Lovell @.***> wrote:

I think its likely related to plotting ... do you have a lot of scaffolds or something? You can try re-running with init_windows(..., dotplots = "never")

— Reply to this email directly, view it on GitHub https://github.com/jtlovell/GENESPACE/issues/147#issuecomment-2020758152, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACB2N3JYSW3OIHGYJ6NAW43Y2GIK5AVCNFSM6AAAAABFHW3KFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRQG42TQMJVGI . You are receiving this because you authored the thread.Message ID: @.***>

-- Pietro Longo Hollanda de Mello, PhD UVa Rising Scholar Postdoctoral Fellow University of Virginia Parichy Lab, 336 PLSB Charlottesville, VA E-mail: hollandademello (at) gmail.com / longomello (at) ku.edu

jtlovell commented 5 months ago

yes - see ?init_genespace there are lots of parameters that can be modified, including dotplots