We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, We are hoping to use the pipeline for comparison of different methods for plant pangenome construction.
However we get stuck at this step:
#needs special branch of mgutils.js {{ vg convert -r 0 -g {input.gfa} -f ; paste {input.paths} | mgutils.js path <(echo -e "{params.samples}") - | sed 's/s//g' ; }} > {output}
It appears that a special brach of mgutils.js is required, but it is not specified where to find it.
Would you be able to help?
All the best, Agnieszka
The text was updated successfully, but these errors were encountered:
I'm also interested in this. Did you find out which version of mgutils is needed @agolicz ?
Sorry, something went wrong.
I think I found it, it should be this one that indeed has the command "path": https://github.com/ASLeonard/minigraph/blob/master/misc/mgutils.js#L1408
No branches or pull requests
Hi,
We are hoping to use the pipeline for comparison of different methods for plant pangenome construction.
However we get stuck at this step:
#needs special branch of mgutils.js
{{ vg convert -r 0 -g {input.gfa} -f ; paste {input.paths} | mgutils.js path <(echo -e "{params.samples}") - | sed 's/s//g' ; }} > {output}
It appears that a special brach of mgutils.js is required, but it is not specified where to find it.
Would you be able to help?
All the best,
Agnieszka
The text was updated successfully, but these errors were encountered: