Skip to content

Demonstration of analysis of human

Akio Miyao edited this page Oct 23, 2019 · 4 revisions
git clone https://github.com/akiomiyao/ped.git
cd ped
# for computer cluster
perl qsub_mkref.pl hg38
perl download.pl ERR194146 # Father
perl download.pl ERR194147 # Mother
## perl download.pl ERR194152 # Son
perl qsub_bidirectional.pl ERR194146 default hg38
perl qsub_bidirectional.pl ERR194147 default hg38
## perl qsub_bidirectional.pl ERR194152 default hg38
## Fastq files of ERR194152 have been lost in NCBI/SRA.

# for standalone machine
perl mkref.pl hg38
perl download.pl ERR194146 # Father
perl download.pl ERR194147 # Mother
## perl download.pl ERR194152 # Son
perl bidirectional.pl ERR194146 default hg38
perl bidirectional.pl ERR194147 default hg38
## perl bidirectional.pl ERR194152 default hg38