-
Notifications
You must be signed in to change notification settings - Fork 24
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
smudgeplot.py hetmers not producing kmerpairs_text.smu (.trim.ktab only) #179
Comments
Hi Gemma, the expected log looks like this:
Yours is missing
I am not sure why, but I suspect it's something wrong with the k-mer database. If you make a k-mer histogram (that should take just seconds), does it look sane? Something like this should do the job...
|
Hi Kamil, I tried your suggestion: Do you have any further suggestions what I could try, to generate the .smu file? So far I have these intermediate files in the dir: Fastk_Table.hist .Fastk_Table.ktab.2 ..symx.ktab.1 |
@gemmacol That's puzzing. With Gene we can't think of a good reason this could/should happen. Did you by any chance have anything streamed to the stderr? @thegenemyers thinks there should be something, it should not crush silently. Would you be able to upload for us the |
I have re-created the issue this time with a single slurm script and here provide the two files you asked for as well as the script and the log files gathered after re-running it:
And here a screenshot of the resulting files in time-reversed order (.smu still missing): Many thanks, |
I am afraid the hidden files are needed for the full k-mer table. @thegenemyers? |
Here are the hidden files as a google drive link: https://drive.google.com/drive/folders/12keGxYN5jkY8t--Rksq_sZ3FrcXXnDuj?usp=sharing |
hetmers step has completed, but not resulting in .smu file?
smudgeplot.py hetmers -L 12 -t 4 -o kmerpairs -tmp $TMP --verbose Fastk_Table
This outputs a file called: .symx.ktab
But not the .smu file that I was expecting.
I thought maybe we don't have the coverage for the -L 12 option so tried also -L 6 and same result.
Any suggestions why I am not generating the .smu file?
Options used for prior step:
FastK -v -t4 -k21 -M16 -T4 -P$TMP -c AXG_novaseq_R*.fq -NFastk_Table
The text was updated successfully, but these errors were encountered: