Skip to content

Commit

Permalink
apply a coverage filter for pPCP1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Mar 1, 2021
1 parent 8ad86bb commit 9c86378
Show file tree
Hide file tree
Showing 18 changed files with 297,245 additions and 5,844 deletions.
109,287 changes: 109,287 additions & 0 deletions auspice/plague-phylogeography_locus-coverage.json

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions config/auspice_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,61 @@
"key": "ufboot",
"title": "Ultrafast Bootstrap",
"type": "continuous"
},
{
"key": "chrom_cov",
"title": "Chromosome Coverage",
"type": "continuous"
},
{
"key": "pcd1_cov",
"title": "pCD1 Coverage",
"type": "continuous"
},
{
"key": "pmt1_cov",
"title": "pMT1 Coverage",
"type": "continuous"
},
{
"key": "ppcp1_cov",
"title": "pPCP1 Coverage",
"type": "continuous"
},
{
"key": "pla_cov",
"title": "pla Coverage",
"type": "continuous"
},
{
"key": "chrom_dep",
"title": "Chromosome Depth",
"type": "continuous"
},
{
"key": "pcd1_dep",
"title": "pCD1 Depth",
"type": "continuous"
},
{
"key": "pmt1_dep",
"title": "pMT1 Depth",
"type": "continuous"
},
{
"key": "ppcp1_dep",
"title": "pPCP1 Depth",
"type": "continuous"
},
{
"key": "pla_dep",
"title": "pla Depth",
"type": "continuous"
},
{
"key": "ppcp1_pla_dep_ratio",
"title": "pPCP1 pla Depth Ratio",
"type": "continuous"
}
],
"filters": [
Expand Down
3 changes: 3 additions & 0 deletions docs/notes/Notes_Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
1. Create gene by gene coverage.
1. Analyze both coverage and depth of loci.
1. Compare gene to plasmid coverage (pla, pPCP1)
1. Apply a coverage filter for pPCP1 plasmid.
1. Add locus coverage info to nexus tree.

## TO-DO

1. Add locus coverage output to report
1. Check if multiqc still runs without eager output dir...
1. Add latvia samples to database!
1. Maybe write a function to condense exporting.
37 changes: 37 additions & 0 deletions results/auspice/nextstrain_map_1.ORI.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,066 changes: 1,066 additions & 0 deletions results/locus_coverage/all/locus_coverage.tsv

Large diffs are not rendered by default.

Loading

0 comments on commit 9c86378

Please sign in to comment.