Closed mmpust closed 4 months ago
Hi @mmpust,
Thanks for reaching out! Just a few follow-up questions to help me understand what the issue is, so I can help you better.
minimap2
do you have installed?treatedM06day00_nanopore.trimmed.filt.tigmint-long.params.tsv
? Thank you for your interest in LongStitch! Lauren
Hi Lauren, Thank you for the quick reply!
minimap2 --version
2.14-r883
If I run ./run_longstitch_demo.sh
, I get the same IndexError error but the pipeline still continues. I attach the log file here:
LOGrun.txt
I dont have the file (treatedM06day00_nanopore.trimmed.filt.tigmint-long.params.tsv
) anymore. Let me reproduce.
Thanks again! Marie
Hi Marie,
Thanks for that information! Good to know that the demo also throws that error - that does suggest an issue with your environment itself.
As a first try, could you try updating your minimap2 version in your conda environment? Looking at the minimap2 release notes, that version is from 2018, so potentially older than what we have tested LongStitch with. Ideally, update to the most recent version (2.28), but any update 2.20+ would be good to try.
Thanks! Lauren
This solved the problem! Thank you so much, Lauren!
Excellent - I'm so glad to hear that fixed it!
Dear developers, I would like to correct/break a scaffold after running ragtag with nanopore long reads. I have installed LongStitch and dependencies with mamba.
This is my input directory
I am running
and get the following error message
I think the problem is that the distauto.bed file is empty?
Any idea what is causing this? Thanks for developing LongStitch!