Skip to content
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

Example of --frag=yes #41

Closed
sjackman opened this issue Oct 24, 2017 · 2 comments
Closed

Example of --frag=yes #41

sjackman opened this issue Oct 24, 2017 · 2 comments
Labels

Comments

@sjackman
Copy link

Is -x sr --sr --frag=yes intended for paired-end short reads? Could you please give an example of its use?

@lh3 lh3 added the question label Oct 25, 2017
@lh3
Copy link
Owner

lh3 commented Oct 25, 2017

See examples here:

minimap2 -ax sr ref.fa reads-se.fq > aln.sam           # single-end alignment
minimap2 -ax sr ref.fa read1.fq read2.fq > aln.sam     # paired-end alignment
minimap2 -ax sr ref.fa reads-interleaved.fq > aln.sam  # paired-end alignment

-x sr automatically applies both --frag=yes and --sr.

@lh3 lh3 closed this as completed Oct 25, 2017
@sjackman
Copy link
Author

Thanks for the explanation, Heng.

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

No branches or pull requests

2 participants