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

Create read mapping and variant calling snakefile #46

Open
brooksph opened this issue Feb 8, 2018 · 1 comment
Open

Create read mapping and variant calling snakefile #46

brooksph opened this issue Feb 8, 2018 · 1 comment
Assignees

Comments

@brooksph
Copy link
Contributor

brooksph commented Feb 8, 2018

Expected behavior

Call variants from metagenomic samples using bwf and samtools.

Actual behavior

Steps to reproduce the behavior

@brooksph brooksph self-assigned this Feb 12, 2018
@brooksph
Copy link
Contributor Author

brooksph commented Feb 24, 2018

written and working:

  • Create rule to index contigs
  • Create rule to convert SAM to BAM
  • Create rule to sort BAM file
  • Create rule to Index BAM file
  • Create rule to create bcf
  • Create rule to convert bcf to vcf
  • Create rule to calculate stats
  • Create rule to filter variants

debugging:

  • Create rule to map reads to contigs
    • Encountering error when running on subsampled datasets
      [mem_sam_pe] paired reads have different names: "SRR606249.1.", "SRR606249.32014193."

to do:

Notes:

  • Determine if indexing and subsequent steps should be combined or find a way to point to indexed files.
  • In newer versions variant calling can be done with bcf mpileup and bcf call (no longer samtools mpileup and alone (see http://www.htslib.org/workflow/)

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

1 participant