-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add samtools ampliconstats feature #53
Conversation
Add instructions for teh use of samtools-ampliconstats feature
Since this requires special installation for dev samtools, if that can't be integrated cleanly into this repo, ampliconstats will need to be made an option, so it doesn't break the existing tests. |
Add an option to run ampliconstats (samtools development branch)
Run ampliconstats (samtools developement branch) if passed as a parameter (--ampliconstats)
Added a parameter under illumina conf to run ampliconstats (samtools development branch) if "--ampliconstats" flag is passed. |
Thanks @ac55-sanger . Unfortunately the tests are now failing for some reason that doesn't seem related to your changes? It's failing the installation of nextflow using conda. Can you try and replicate this by running
|
@sb10 Followed the steps and it fails due to multiple conflicts. @m-bull 's commit fixes it, just tested: $NXF_VER=20.03.0-edge nextflow -version |
Add --ampliconstats flag info
d3758b5
to
b81e316
Compare
Added support to run ampliconstats on all the files in one got under: |
This feature of samtools is only available in it's development branch, hence it cannot be directly used. I have created a separate repo and updated the info in README.md file on how to build and use conda packages for htslib and samtools from their development branch.
This pull request also generates ampliconstats per file basis. Will soon add support to run it against all the files in one go.