quinlan-lab / pathoscore

pathoscore evaluates variant pathogenicity tools and scores.
MIT License
21 stars 8 forks source link

add phylop #27

Closed qingl0331 closed 7 years ago

qingl0331 commented 7 years ago

add readme

qingl0331 commented 7 years ago

sure~

2017-09-01 14:49 GMT-06:00 Brent Pedersen notifications@github.com:

@brentp commented on this pull request.

In score-sets/GRCh37/sift/make.sh https://github.com/quinlan-lab/pathoscore/pull/27#discussion_r136662826:

@@ -0,0 +1,11 @@ +mkdir -p sift +cd sift +wget ftp://ftp.jcvi.org/pub/data/sift/Human_db_37_ensembl_63/Humansqlite.gz +gunzip gz +set -euo pipefail +(echo -e "#chrom\tpos\tref\talt\tsiftScore"; +for f in ls -v ./Human_CHR*.sqlite; do

  • set -e
  • perl query.pl $f | sort --temporary-directory=. -k1,1 -k2,2n +done ) | bgzip -c > sift.txt.gz +tabix -b2 -e2 sift.txt.gz

could you cleanup *.sqlite at the end?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#pullrequestreview-60239307, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo7y7pojgxCBbteJYu9PcIItfRzMPks5seG3lgaJpZM4PJiOy .

jimhavrilla commented 7 years ago

for getting phyloP you can use http://hgdownload.cse.ucsc.edu/goldenpath/hg19/phyloP46way/primates/ to get the chromosome scores for phyloP in Wig format then use wigtoBigWig and bigWigtoBedGraph

jimhavrilla commented 7 years ago

additionally there is a newer, more up-to-date SIFT than the one on craig venter's website at http://sift.bii.a-star.edu.sg/sift4g/public/Homo_sapiens/GRCh37.74/ paper is here: http://sift.bii.a-star.edu.sg/www/nprot2016_vaser.pdf

qingl0331 commented 7 years ago

Actually I have contacted the developer and they suggested us to use the latest mammalian scores

2017-09-01 15:20 GMT-06:00 Jim Havrilla notifications@github.com:

for getting phyloP you can use http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/primates/ to get the chromosome scores for phyloP in Wig format then use wigtoBigWig and bigWigtoBedGraph

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326686195, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo3VZQg4v98U8Bx3aUJt4UBy0a6Rkks5seHUEgaJpZM4PJiOy .

jimhavrilla commented 7 years ago

you mean the placentalmammal scores?

qingl0331 commented 7 years ago

yep

2017-09-01 15:25 GMT-06:00 Jim Havrilla notifications@github.com:

you mean the placentalmammal scores?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326687216, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo6KQtuSLFz1LyQFE963Him2V9VWBks5seHZOgaJpZM4PJiOy .

jimhavrilla commented 7 years ago

then you can use the wigs in http://hgdownload.cse.ucsc.edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

Craig Venter's that you use in your make.sh is from ENSEMBL 63. The latest version is updated and is for ENSEMBL 74.

qingl0331 commented 7 years ago

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla notifications@github.com:

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo807niL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

jimhavrilla commented 7 years ago

Really? Odd since they put out a new SIFT software last year...sqlite is way faster no doubt though

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:35 PM, qingl0331 notifications@github.com wrote:

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla notifications@github.com:

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/ AHwJo807niL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326688838, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQ8BGc5Ou0qtLrWlaBYaSZMY5hYr60Qks5seHiYgaJpZM4PJiOy .

jimhavrilla commented 7 years ago

Did you push your make.sh for phyloP?

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:36 PM, Jim Havrilla semjaavria@gmail.com wrote:

Really? Odd since they put out a new SIFT software last year...sqlite is way faster no doubt though

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:35 PM, qingl0331 notifications@github.com wrote:

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla notifications@github.com:

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo807n iL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326688838, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQ8BGc5Ou0qtLrWlaBYaSZMY5hYr60Qks5seHiYgaJpZM4PJiOy .

qingl0331 commented 7 years ago

Not yet, , trying to figure out how to do it in a separate branch

2017-09-01 15:37 GMT-06:00 Jim Havrilla notifications@github.com:

Did you push your make.sh for phyloP?

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:36 PM, Jim Havrilla semjaavria@gmail.com wrote:

Really? Odd since they put out a new SIFT software last year...sqlite is way faster no doubt though

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:35 PM, qingl0331 notifications@github.com wrote:

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla notifications@github.com:

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo807n iL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326688838, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGQ8BGc5Ou0qtLrWlaBYaSZMY5hYr60Qks5seHiYgaJpZM4PJiOy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326689153, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo78iAPAifszPg5gASxc25OtD_q_6ks5seHkRgaJpZM4PJiOy .

jimhavrilla commented 7 years ago

It's pretty hard since you made all those commits in master. Best thing to do is rebase all the commits into one. Then make your new branch. Then hard reset the HEAD to the last commit brent made in master, then checkout to your new branch and it should have all those commits in one commit. Then push that branch and create a pull request on it. I think that should cover you.

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:39 PM, qingl0331 notifications@github.com wrote:

Not yet, , trying to figure out how to do it in a separate branch

2017-09-01 15:37 GMT-06:00 Jim Havrilla notifications@github.com:

Did you push your make.sh for phyloP?

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:36 PM, Jim Havrilla semjaavria@gmail.com wrote:

Really? Odd since they put out a new SIFT software last year...sqlite is way faster no doubt though

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:35 PM, qingl0331 notifications@github.com wrote:

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla notifications@github.com:

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo807n iL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326688838, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGQ8BGc5Ou0qtLrWlaBYaSZMY5hYr60Qks5seHiYgaJpZM4PJiOy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326689153, or mute the thread https://github.com/notifications/unsubscribe-auth/ AHwJo78iAPAifszPg5gASxc25OtD_q_6ks5seHkRgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326689515, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQ8BCiDrYE0b1kU1MYL6sD2NWpkBXltks5seHmigaJpZM4PJiOy .

jimhavrilla commented 7 years ago

Refer to this: https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git And this: https://stackoverflow.com/questions/1628563/move-the-most-recent-commits-to-a-new-branch-with-git

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:42 PM, Jim Havrilla semjaavria@gmail.com wrote:

It's pretty hard since you made all those commits in master. Best thing to do is rebase all the commits into one. Then make your new branch. Then hard reset the HEAD to the last commit brent made in master, then checkout to your new branch and it should have all those commits in one commit. Then push that branch and create a pull request on it. I think that should cover you.

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:39 PM, qingl0331 notifications@github.com wrote:

Not yet, , trying to figure out how to do it in a separate branch

2017-09-01 15:37 GMT-06:00 Jim Havrilla notifications@github.com:

Did you push your make.sh for phyloP?

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:36 PM, Jim Havrilla semjaavria@gmail.com wrote:

Really? Odd since they put out a new SIFT software last year...sqlite is way faster no doubt though

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:35 PM, qingl0331 notifications@github.com wrote:

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla notifications@github.com:

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo807n iL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326688838, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGQ8BGc5Ou0qtLrWlaBYaSZMY5hYr60Qks5seHiYgaJpZM4PJiOy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326689153, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo78iA PAifszPg5gASxc25OtD_q_6ks5seHkRgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326689515, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQ8BCiDrYE0b1kU1MYL6sD2NWpkBXltks5seHmigaJpZM4PJiOy .

qingl0331 commented 7 years ago

cool! thnx! 👍

2017-09-01 15:43 GMT-06:00 Jim Havrilla notifications@github.com:

Refer to this: https://stackoverflow.com/questions/5189560/squash-my- last-x-commits-together-using-git And this: https://stackoverflow.com/questions/1628563/move-the- most-recent-commits-to-a-new-branch-with-git

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:42 PM, Jim Havrilla semjaavria@gmail.com wrote:

It's pretty hard since you made all those commits in master. Best thing to do is rebase all the commits into one. Then make your new branch. Then hard reset the HEAD to the last commit brent made in master, then checkout to your new branch and it should have all those commits in one commit. Then push that branch and create a pull request on it. I think that should cover you.

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:39 PM, qingl0331 notifications@github.com wrote:

Not yet, , trying to figure out how to do it in a separate branch

2017-09-01 15:37 GMT-06:00 Jim Havrilla notifications@github.com:

Did you push your make.sh for phyloP?

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:36 PM, Jim Havrilla semjaavria@gmail.com wrote:

Really? Odd since they put out a new SIFT software last year...sqlite is way faster no doubt though

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:35 PM, qingl0331 <notifications@github.com

wrote:

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla <notifications@github.com :

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo807n iL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326688838, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGQ8BGc5Ou0qtLrWlaBYaSZMY5hYr60Qks5seHiYgaJpZM4PJiOy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326689153, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo78iA PAifszPg5gASxc25OtD_q_6ks5seHkRgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326689515, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGQ8BCiDrYE0b1kU1MYL6sD2NWpkBXltks5seHmigaJpZM4PJiOy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326690189, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo5gJsBQnuqfF24E_GbdMZ1cJsrnQks5seHqTgaJpZM4PJiOy .

jimhavrilla commented 7 years ago

Sure, git is a pain

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:44 PM, qingl0331 notifications@github.com wrote:

cool! thnx! 👍

2017-09-01 15:43 GMT-06:00 Jim Havrilla notifications@github.com:

Refer to this: https://stackoverflow.com/questions/5189560/squash-my- last-x-commits-together-using-git And this: https://stackoverflow.com/questions/1628563/move-the- most-recent-commits-to-a-new-branch-with-git

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:42 PM, Jim Havrilla semjaavria@gmail.com wrote:

It's pretty hard since you made all those commits in master. Best thing to do is rebase all the commits into one. Then make your new branch. Then hard reset the HEAD to the last commit brent made in master, then checkout to your new branch and it should have all those commits in one commit. Then push that branch and create a pull request on it. I think that should cover you.

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:39 PM, qingl0331 notifications@github.com wrote:

Not yet, , trying to figure out how to do it in a separate branch

2017-09-01 15:37 GMT-06:00 Jim Havrilla notifications@github.com:

Did you push your make.sh for phyloP?

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:36 PM, Jim Havrilla semjaavria@gmail.com wrote:

Really? Odd since they put out a new SIFT software last year...sqlite is way faster no doubt though

Jim Havrilla PhD Candidate in Human Genetics, University of Utah Accelerated BS/MS in Biomedical Engineering, Drexel University '12, Concentration: Bioinformatics "Memory, comprehension, communication, motivation"

On Fri, Sep 1, 2017 at 3:35 PM, qingl0331 < notifications@github.com

wrote:

Yep, I am done with the wigs~ thnx! For SIFT, I was also directed by the developer of SIFT to get the link , so I guess they are the same as sqlite3...? I can spot check some to make sure they are the same. Actually sqlite3 is much smaller in size to handle ~ I prefer that one~

2017-09-01 15:30 GMT-06:00 Jim Havrilla < notifications@github.com :

then you can use the wigs in http://hgdownload.cse.ucsc. edu/goldenpath/hg19/phyloP46way/placentalMammals/ instead of primates and do the same thing unless there is a newer than 2009 one. did you see the SIFT 4G link above?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326688093, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo807n iL5Nzt83GgJk3KXxSB_Fp-xks5seHeGgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326688838, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGQ8BGc5Ou0qtLrWlaBYaSZMY5hYr60Qks5seHiYgaJpZM4PJiOy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomm ent-326689153, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo78iA PAifszPg5gASxc25OtD_q_6ks5seHkRgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326689515, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGQ8BCiDrYE0b1kU1MYL6sD2NWpkBXltks5seHmigaJpZM4PJiOy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27# issuecomment-326690189, or mute the thread https://github.com/notifications/unsubscribe-auth/AHwJo5gJsBQnuqfF24E_ GbdMZ1cJsrnQks5seHqTgaJpZM4PJiOy .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quinlan-lab/pathoscore/pull/27#issuecomment-326690352, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQ8BGm62EY448w_OZK9_Z_4wWqfK65pks5seHrFgaJpZM4PJiOy .