Skip to content
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

ploidyplot never finishes #141

Open
AlcaArctica opened this issue Feb 12, 2024 · 2 comments
Open

ploidyplot never finishes #141

AlcaArctica opened this issue Feb 12, 2024 · 2 comments
Labels
potential_problems for potential problems given different scenarios (How does XXX infulence sumdgeplot?)

Comments

@AlcaArctica
Copy link

I have a weird issue with ploidyplot. It was working fine before:

PloidyPlot -e12 -k -v -T38 -o/smudgeplot/kmerpairs /smudgeplot/FastK_Table
        
Activating conda environment: .snakemake/conda/5e1128158bcbbb147df4df6f3dcfa370_

  The input table is untrimmed and not symmetric

  Trimming k-mers in table with count < 12

  Making trimmed table symmetric

  Starting to count covariant pairs

  Count complete, plotting

  About to save stuff

  Saving stuff

but for a while now I cant get beyond Trimming k-mers in table with count < 12, like in this example, even though nothing in my commands changed:

PloidyPlot -e12 -k -v -T38 -o/smudgeplot/kmerpairs /smudgeplot/FastK_Table

Activating conda environment: .snakemake/conda/5e1128158bcbbb147df4df6f3dcfa370_

  The input table is untrimmed and not symmetric

  Trimming k-mers in table with count < 12

So, I can let the command run many hours, but it does not produce any output and eventually the slurm scheduler cancels it due to a time limit (before it would rarely exceed one hour). I really do not understand why it worked before but not anymore. Have you ever observed anything similar? Is there some smart way to debug this problem? Thank you very much for any hints.

@AlcaArctica AlcaArctica added the potential_problems for potential problems given different scenarios (How does XXX infulence sumdgeplot?) label Feb 12, 2024
@KamilSJaron
Copy link
Owner

Uh, that is new. So far all the runs completed just fine even on my laptop. Are you sure the input data looks ok? When you make the FastK kmer database, are you able to retrieve a reasonably looking histogram? Can you post it and perhaps add what L you chose?

How big is the dataset? I wonder how impractical it would be to share it for debugging purposes.

@KamilSJaron KamilSJaron added 0.3.0 Oriel Upcoming version of smudgeplot and removed 0.3.0 Oriel Upcoming version of smudgeplot labels Mar 19, 2024
@KamilSJaron
Copy link
Owner

Is there a chance of getting a bit more info here? I would like to debug this problem if I could reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential_problems for potential problems given different scenarios (How does XXX infulence sumdgeplot?)
Projects
None yet
Development

No branches or pull requests

2 participants