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

Run depth tool without any filter #191

Closed
mbootwalla opened this issue Feb 29, 2016 · 1 comment
Closed

Run depth tool without any filter #191

mbootwalla opened this issue Feb 29, 2016 · 1 comment
Milestone

Comments

@mbootwalla
Copy link

Hi,

In the depth tool documentation it says that the tool runs with a default filter of 'mapping_quality > 0 and not duplicate and not failed_quality_control'. How do I run the depth tool with no filter at all? I want to get the per base depth using all of the reads without any filtering. I have noticed that for certain regions the per base depth is not reported even when using the -z option due to which the output from sambamba depth and samtools depth differs. I want to use sambamba depth tool for coverage analysis since it is a lot faster than samtools depth. Would appreciate any insights.

Thanks,

Moiz

@lomereiter lomereiter modified the milestone: v0.6.1 Mar 18, 2016
lomereiter pushed a commit that referenced this issue Mar 27, 2016
-F "" can be used to disable filtering
@lomereiter
Copy link
Contributor

Hi,
Empty filter specified through -F indeed didn't work, it's fixed now.

pjotrp pushed a commit to pjotrp/sambamba that referenced this issue Dec 13, 2016
-F "" can be used to disable filtering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants