Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Minimap2 will not run #5

Open
peradastra opened this issue Nov 28, 2018 · 4 comments
Open

Minimap2 will not run #5

peradastra opened this issue Nov 28, 2018 · 4 comments

Comments

@peradastra
Copy link

Hello RA team,

Installed RA following instructions without error.
However when i try to run the following command...
python ../../scripts/ra/build/bin/ra -t 16 -x pb pacbio.fasta
I get the following error...
[Ra::run] preconstruction overlap stage
[Ra::run] error: unable to run minimap2!
[Ra::exit] warning: unable to clean work directory!

Any advice?
I've tried changing how Minimap2 is called but it's still not working.

Brian

@rvaser
Copy link
Owner

rvaser commented Nov 29, 2018

Hello Brian,
can you please run head -n 20 ../../scripts/ra/build/bin/ra and paste the output here?

Best regards,
Robert

@peradastra
Copy link
Author

peradastra commented Nov 29, 2018 via email

@peradastra
Copy link
Author

peradastra commented Dec 2, 2018 via email

@rvaser
Copy link
Owner

rvaser commented Dec 2, 2018

Hi Brian,
ra prints the assembly (constructed contigs) to stdout (i.e. you should have run it with python /home/brian/scripts/ra/build/bin/ra -t 32 -x pb pacbio_all.fasta > ra_assembly.fasta). File rala_assembly_graph.gfa is output from the layout stage in which the sequences are not polished (hopefully I will incorporate gfa into racon somehow soon). You should either re-run the whole pipeline or just polish the sequences from the gfa file manually (two iterations).

Best regards,
Robert

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants