-
Notifications
You must be signed in to change notification settings - Fork 0
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
Clarification on usage #2
Comments
Hi again, currently However, I think For your specific execution, it seems that it's failing because ~Nicola |
Ah thank you. I did eventually realize my mistake, and I went to install vcf2multialign, but then ran into another issue when following their build instructions. At that point I grew a bit weary and gave up. Do you think your speed advantage is mainly in the construction of the graph? In other words, should I expect to beat GraphAligner with SRFAligner, without using an EFG? |
Instead of marking explicitly the dependency on GNU awk 4.1.0 or later versions, I now work around the problem in commit 93b1087 by using a temp file, so your original command should now fully work.
Let me know if you have any other question! |
I have attempted to use SRFAligner on some of my own graphs, which are generated by some arbitrary third party tool. When I run SRFAligner I get the following output:
And then when I look at the output GAF, I see that there are only 144 lines, which does not correspond to the 293 input sequences.
I see that stderr/stdout has the following concerning messages:
and
unaligned_reads_19749.gaf
is empty.Maybe there is some mistake in my usage? If so, could you clarify the intended usage?
Thanks
The text was updated successfully, but these errors were encountered: