Rui:Hap analysis on HL108: Difference between revisions
Jump to navigation
Jump to search
>RuiLiu m (Created page with '==Hap analysis on HL108 11.14.11== * Dr. Zhang's notes on 11.12.11 [http://genome-tech.ucsd.edu/LabNotes/index.php/Kun:LabNotes/Haplotyping/2011-11-12] * Dr. Zhang's message on 1…') |
>RuiLiu m (→fastq2bam.pl) |
||
Line 9: | Line 9: | ||
cp ~/HL108_seq/*.txt ./ | cp ~/HL108_seq/*.txt ./ | ||
* test fastq2bam.pl scrip (hg18) | * test fastq2bam.pl scrip (hg18) - seting up a folder is unnecessary | ||
nohup /home/kunzhang/bin/fastq2bam.pl Indx74.txt > Indx74.log& | |||
nohup /home/kunzhang/bin/fastq2bam.pl Indx75.txt > Indx75.log& | |||
nohup /home/kunzhang/bin/fastq2bam.pl ../ | nohup /home/kunzhang/bin/fastq2bam.pl Indx76.txt > Indx76.log& | ||
nohup /home/kunzhang/bin/fastq2bam.pl Indx77.txt > Indx77.log& | |||
nohup /home/kunzhang/bin/fastq2bam.pl Indx78.txt > Indx78.log& | |||
nohup /home/kunzhang/bin/fastq2bam.pl Indx79.txt > Indx79.log& | |||
nohup /home/kunzhang/bin/fastq2bam.pl Indx80.txt > Indx80.log& |
Revision as of 21:24, 14 November 2011
Hap analysis on HL108 11.14.11
- Dr. Zhang's notes on 11.12.11 [1]
- Dr. Zhang's message on 11.12.11: Some numbers we would like to see include: # raw reads, # mappable reads, # clonal reads, total bps covered. We also need to look at the distribution of read depth using histograms.
- Each library needs a unique ID in a well-define format that can be found both in the sequencing log and the wiki page describing the experiment.
fastq2bam.pl
- copy seq files under own directory, otherwise the writing permission will be denied.
ln -s /home/kunzhang/haplotyping/Data/HL108 ~/HL108_seq cp ~/HL108_seq/*.txt ./
- test fastq2bam.pl scrip (hg18) - seting up a folder is unnecessary
nohup /home/kunzhang/bin/fastq2bam.pl Indx74.txt > Indx74.log& nohup /home/kunzhang/bin/fastq2bam.pl Indx75.txt > Indx75.log& nohup /home/kunzhang/bin/fastq2bam.pl Indx76.txt > Indx76.log& nohup /home/kunzhang/bin/fastq2bam.pl Indx77.txt > Indx77.log& nohup /home/kunzhang/bin/fastq2bam.pl Indx78.txt > Indx78.log& nohup /home/kunzhang/bin/fastq2bam.pl Indx79.txt > Indx79.log& nohup /home/kunzhang/bin/fastq2bam.pl Indx80.txt > Indx80.log&