lh3 / minimap

This repo is DEPRECATED. Please use minimap2, the successor of minimap.
https://github.com/lh3/minimap2
MIT License
106 stars 29 forks source link

file name length issues between minimap & miniasm? #11

Open judzen opened 7 years ago

judzen commented 7 years ago

Hi there-- I am working w/version 0.2-r124-dirty and wondered if FASTQ file name length is still an issue.

I am attempting to take ONT base-called reads and create a Self-vs-Self mapping for miniasm (de novo assembly).

When I follow the miniasm commands for assembly, it does not seem to be able to find any reads in the *paf.gz output file (from minimap):

[M::main] ===> Step 1: reading read mappings <=== [M::ma_hit_read::0.180*1.00] read 0 hits; stored 0 hits and 0 sequences (0 bp)

I reviewed a previous ticket/issue and file name lengths had previously been an issue; I was wondering if this could potentially be an issue still.

minimap writes an output "reads.pf.gz" using the default flags on the github page, but (as shows above) they do not seem to get passed to miniasm (version 0.2-r168-dirty).

Any assistance in resolving this issue would be greatly appreciated.

Thank you!