-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature/upgrade delly wf (#753) * Upgrade delly to 0.8.2 and create new Docker containing bcftools and delly together to remove burden from Delly-Manta merging steps * added ps to Docker file and soft-linked delly to /usr/bin * fixed hard-coded reference to delly location, reverted softlink to delly to /usr/local/bin as this was in PATH all along * moved up output of delly in DAG to avoid nextflow failure * fixed publishing of delly calls into results folder * removed originally delly container and insured publish of delly files * including auxiliary Docker files such as ._Dockerfile * removed ._Dockerfile files Co-authored-by: gongyixiao <[email protected]> Co-authored-by: Anne Marie Noronha <[email protected]> * add watchPath * fix bamFiles channel empty * bamMapping.tsv produce absolute path * skip header * standardize aggregate channel names * combine with cohort channel * add watch params * aggregate tag and cohort dir * fix QcBamAggregate combine * add pdf.* in .gitignore * fix comma to semicolon in into * use params.watch and put watchPath in Utils * remove params.watchPath from nextflow.config * remove switches in pipeline.nf * remove switches in pipeline.nf 2 * move watchPath functions into pipeline.nf * remove changes in tempoutils * add support for aggregate cohort tsv * add support for watch aggregate tsv * align * test for aggregate tsv only * support for watch * add switches to aggregate * remove duplciated line * remove duplicated lines2 * add back QcBamAggregate support * Update running-the-pipeline.md * Update running-the-pipeline.md * Update outputs.md * Update outputs.md * Update running-the-pipeline.md * use splitCsv * change cohortSize to be integer * remove duplicates * use splitCsv for watchPath * add pairingQc switch for QcConpair and aggregate * add unique after the groupKey * remove the possibility of duplicate * move RunNeoantigen before SomaticFacetsAnnotation * change max time to 31 days * update containers only * change the max time to 500 hours * fix bug when two final mafs in one germline combined_mutations folder * fix GermlineAggregateSv duplicates * fix index * fix the facets-suite version * install facets-suite * add back install facets * change DoFacets to use wrapper * change summarize_project.py path * facets suite container fix * update annotate-withzygocity scripts * make SomaticFacetsAnnotation work * fix missed change in annotate with zygosity somatic R * remove _em * change output channels for arm gene level * pipeline.nf * change MetaDataParser to be compatible with facets-suite 2.0 * change metadataparser container version in conf * fix SomaticAggregateFacets * make facets output structure compatibale with facets-preview * Revert "move RunNeoantigen before SomaticFacetsAnnotation" * add back changes from PR 758 * docs changes * fix resource genome config * fix wgs different values * fix wgd 2 * fix bugs in QcBamAggregate and Facets * fix 756 * fix bug when _L001_R1_001 and _L001_R1_002 are in fastq files * add check for R1 and R2 order when merging two channels * update container * change geneLevel.R in pipeline.nf * fix typo * add data folder * fix typo * remove mkdir data * change directory * improve splitLanes * initialize pairingQc variable and set pairingQc to true when --QC parameter is indicated * fix facets seed random error (#782) * fix facets seed random error * added retry limit for DoFacets within script chunk to try up to 4 different seeds in one task attempt * fixed typo in DoFacets bash script for calling a bash variable * raise resource usage on DoFacets process to avoid failure due to memory limit * changed the resources for do facets to 1 cpu x 20 Gb mem for juno and aws profiles Co-authored-by: Anne Marie Noronha <[email protected]> * fixed bam truncation bug by using beforeScript and catch_USR2 (#767) * fixed bam truncation bug by using beforeScript and catch_USR2 * move beforeScript into juno.config to fix travis * fix close brace after beforeScript * a working solution for catch USR2 * Bugfix/final touchup1.3 (#790) * double Neoantigen retry memory increase * disable lohhla by default * docs revise * added similar note on disabling of lohhla to "bioinformatic-components.md" * fixed redundant text in "variant-annotation-and-filtering.md" Co-authored-by: Anne Marie Noronha <[email protected]> Co-authored-by: anoronh4 <[email protected]> Co-authored-by: anoronh4 <[email protected]> Co-authored-by: Anne Marie Noronha <[email protected]>
- Loading branch information
1 parent
94e134a
commit 6d3990f
Showing
34 changed files
with
822 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ nf.* | |
*.txt | ||
*.txt.* | ||
*.pdf.* | ||
*.gz | ||
*.bam.* | ||
Result/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ FROM halllab/bcftools:v1.9 | |
|
||
LABEL maintainer="C. Allan Bolipata ([email protected])" \ | ||
contributor="Philip Jonsson ([email protected])" \ | ||
version.image="1.2.0" \ | ||
version.image="1.2.1" \ | ||
version.vt="0.57721" \ | ||
version.filter-vcf="0.2.0" \ | ||
version.filter-vcf="0.2.1" \ | ||
version.pysam="0.15.2" \ | ||
source.getBaseCountsMultiSample="https://github.com/zengzheng123/GetBaseCountsMultiSample/releases/tag/v1.2.2" \ | ||
version.getBaseCountsMultiSample="1.2.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ | |
""" | ||
|
||
__author__ = "Philip Jonsson" | ||
__email__ = "[email protected]" | ||
__version__ = "0.2.0" | ||
__contributor__ = "Yixiao Gong" | ||
__email__ = "[email protected]; [email protected]" | ||
__version__ = "0.2.1" | ||
__status__ = "Dev" | ||
|
||
import sys, os | ||
|
@@ -75,13 +76,14 @@ | |
'C': var.samples[tumor]['CU'], | ||
'G': var.samples[tumor]['GU'], | ||
'T': var.samples[tumor]['TU'] | ||
} | ||
tier1_other = sum([alleles[a][0] for a in alleles if a not in [alt, ref]]) | ||
tier2_other = sum([alleles[a][1] for a in alleles if a not in [alt, ref]]) | ||
alt_reads = alleles[alt][0] | ||
|
||
if (tier1_other + tier2_other) >= alt_reads * 0.5: | ||
new_flags.append('multiallelic2') | ||
} | ||
valid_alleles = [key for key in alleles.keys() if all(isinstance(item,int) for item in alleles[key])] | ||
tier1_other = sum([alleles[a][0] for a in valid_alleles if a not in [alt, ref]]) | ||
tier2_other = sum([alleles[a][1] for a in valid_alleles if a not in [alt, ref]]) | ||
if alt in valid_alleles: | ||
alt_reads = alleles[alt][0] | ||
if (tier1_other + tier2_other) >= alt_reads * 0.5: | ||
new_flags.append('multiallelic2') | ||
|
||
## Add an additional strand-bias filer | ||
## Only MuTect2 provides sufficient variant information for this | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.