├── BWA └── bwa.md ├── FastQC └── fastqc.md ├── GATK └── resource_bundle.md ├── Picard ├── collectInsertSizeMetrics.md ├── picard.md └── samtofastq.md ├── Pindel └── pindel.md ├── README.md ├── SAMtools ├── 0-intro.md ├── 1-view.md ├── 2-index.md ├── 3-sort.md ├── flagstat.md └── idxstats.md ├── file_formats ├── example_files │ ├── exampleBAM.bam │ ├── exampleBAM.bam.bai.gz │ ├── exampleBAM.bam.bai.gz.md5 │ ├── exampleBAM.bam.md5 │ └── exampleSAM.sam └── sam.md └── img ├── fastqc ├── dup_levels_new.png └── dup_levels_old.png └── picard └── insert_size_hist.png /BWA/bwa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/BWA/bwa.md -------------------------------------------------------------------------------- /FastQC/fastqc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/FastQC/fastqc.md -------------------------------------------------------------------------------- /GATK/resource_bundle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/GATK/resource_bundle.md -------------------------------------------------------------------------------- /Picard/collectInsertSizeMetrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/Picard/collectInsertSizeMetrics.md -------------------------------------------------------------------------------- /Picard/picard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/Picard/picard.md -------------------------------------------------------------------------------- /Picard/samtofastq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/Picard/samtofastq.md -------------------------------------------------------------------------------- /Pindel/pindel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/Pindel/pindel.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/README.md -------------------------------------------------------------------------------- /SAMtools/0-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/SAMtools/0-intro.md -------------------------------------------------------------------------------- /SAMtools/1-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/SAMtools/1-view.md -------------------------------------------------------------------------------- /SAMtools/2-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/SAMtools/2-index.md -------------------------------------------------------------------------------- /SAMtools/3-sort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/SAMtools/3-sort.md -------------------------------------------------------------------------------- /SAMtools/flagstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/SAMtools/flagstat.md -------------------------------------------------------------------------------- /SAMtools/idxstats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/SAMtools/idxstats.md -------------------------------------------------------------------------------- /file_formats/example_files/exampleBAM.bam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/file_formats/example_files/exampleBAM.bam -------------------------------------------------------------------------------- /file_formats/example_files/exampleBAM.bam.bai.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/file_formats/example_files/exampleBAM.bam.bai.gz -------------------------------------------------------------------------------- /file_formats/example_files/exampleBAM.bam.bai.gz.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/file_formats/example_files/exampleBAM.bam.bai.gz.md5 -------------------------------------------------------------------------------- /file_formats/example_files/exampleBAM.bam.md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/file_formats/example_files/exampleBAM.bam.md5 -------------------------------------------------------------------------------- /file_formats/example_files/exampleSAM.sam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/file_formats/example_files/exampleSAM.sam -------------------------------------------------------------------------------- /file_formats/sam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/file_formats/sam.md -------------------------------------------------------------------------------- /img/fastqc/dup_levels_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/img/fastqc/dup_levels_new.png -------------------------------------------------------------------------------- /img/fastqc/dup_levels_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/img/fastqc/dup_levels_old.png -------------------------------------------------------------------------------- /img/picard/insert_size_hist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahlolab/bioinfotools/HEAD/img/picard/insert_size_hist.png --------------------------------------------------------------------------------