-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from rbutleriii/pandas_update
bugfixes for dependencies py3.7
- Loading branch information
Showing
6 changed files
with
49 additions
and
10 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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pandas | ||
biopython | ||
biopython>=1.73 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VID CVVT rsID CVAL vcfmatch CVCS CVSZ CVNA CVDS CVLE CTRS CTAA CTPS CTRR | ||
7 Haplotype 200401432 A ['200401432|A', '118161496|C'] Pathogenic 1 1 Mitochondrial complex I deficiency(P) 2017-09-01 . 1.0 . . | ||
7 Haplotype 118161496 C ['200401432|A', '118161496|C'] Pathogenic 1 1 Mitochondrial complex I deficiency(P) 2017-09-01 . 1.0 . . | ||
13979 Simple 180177040 C . Pathogenic 3 7 Cardio-facio-cutaneous syndrome(P);Cardio-facio-cutaneous syndrome(P);Inborn genetic diseases(P);Cardiofaciocutaneous syndrome 1(P);not provided(P);Cardio-facio-cutaneous syndrome(P);Rasopathy(P) 2017-04-03 37.74 2.0 Pathogenic 0 | ||
50317 Simple 118161496 C . Conflicting interpretations of pathogenicity 1 5 not provided(P);Inborn genetic diseases(P);not provided(US);not provided(US);Mitochondrial complex I deficiency(LP) 2017-08-14 12.36 2.2 Pathogenic/Likely pathogenic 3 | ||
55794 Simple 180177040 G . Likely pathogenic 0 0 . 2016-05-31 . . . . | ||
211895 Simple 766877230 T . Uncertain significance 2 2 not specified(US);not specified(US) 2016-11-02 -0.48 3.0 Uncertain significance 0 | ||
262232 Simple 34376836 A . Benign 2 2 Brown-Vialetto-Van Laere syndrome 1(B);not specified(B) 2017-11-08 -12.0 1.0 Benign/Likely benign 1 |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
##fileformat=VCFv4.3 | ||
##fileDate=20090805 | ||
##source=myImputationProgramV3.1 | ||
##reference=file:///seq/references/1000GenomesPilot-NCBI36.fasta | ||
##contig=<ID=20,length=62435964,assembly=B36,md5=f126cdf8a6e0c7f379d618ff66beb2da,species="Homo sapiens",taxonomy=x> | ||
##phasing=partial | ||
##annotation=CLINOTATORv1.2.3_run_2019-05-08 | ||
##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of Samples With Data"> | ||
##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth"> | ||
##INFO=<ID=AF,Number=A,Type=Float,Description="Allele Frequency"> | ||
##INFO=<ID=AA,Number=1,Type=String,Description="Ancestral Allele"> | ||
##INFO=<ID=DB,Number=0,Type=Flag,Description="dbSNP membership, build 129"> | ||
##INFO=<ID=H2,Number=0,Type=Flag,Description="HapMap2 membership"> | ||
##INFO=<ID=VID,Number=1,Type=Integer,Description="ClinVar variation ID"> | ||
##INFO=<ID=CVVT,Number=A,Type=String,Description="ClinVar variant type"> | ||
##INFO=<ID=CVAL,Number=A,Type=String,Description="ClinVar alternate allele"> | ||
##INFO=<ID=CVCS,Number=A,Type=String,Description="ClinVar clinical significance"> | ||
##INFO=<ID=CVSZ,Number=A,Type=Integer,Description="ClinVar stars"> | ||
##INFO=<ID=CVNA,Number=A,Type=Integer,Description="ClinVar number of clinical assertions"> | ||
##INFO=<ID=CVDS,Number=A,Type=String,Description="ClinVar conditions"> | ||
##INFO=<ID=CVLE,Number=A,Type=String,Description="ClinVar last evaluated"> | ||
##INFO=<ID=CTRS,Number=A,Type=Float,Description="Clinotator raw score"> | ||
##INFO=<ID=CTAA,Number=A,Type=Float,Description="Clinotator average clinical assertion age"> | ||
##INFO=<ID=CTPS,Number=A,Type=String,Description="Clinotator predicted significance"> | ||
##INFO=<ID=CTRR,Number=A,Type=String,Description="Clinotator reclassification recommendation"> | ||
##FILTER=<ID=q10,Description="Quality below 10"> | ||
##FILTER=<ID=s50,Description="Less than 50% of samples have data"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Quality"> | ||
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth"> | ||
##FORMAT=<ID=HQ,Number=2,Type=Integer,Description="Haplotype Quality"> |