Changes between Version 19 and Version 20 of SOPs/miningSAMBAM
- Timestamp:
- 11/17/14 10:36:55 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/miningSAMBAM
v19 v20 113 113 unset DISPLAY #needed for submitting to cluster 114 114 bsub "qualimap bamqc -bam myFile.bam -outdir output_qualimap" 115 115 116 #rnaseq qc 116 117 bsub "qualimap rnaseq -bam myFile.bam -gtf Homo_sapiens.GRCh37.72.canonical.gtf -outdir output_qualimap_rnaseq -protocol non-strand-specific" 118 119 #counts qc (after using htseq-count or similar program to generate a matrix of counts) 120 qualimap counts -d countsqc_input.txt -c -s HUMAN -outdir counts_qc 121 #Format of countsqc_input.txt (below), totalCounts.txt is a matrix of counts; header lines must be commented "#" and species is human or mouse only. 122 #Sample Condition Path Column 123 HMLE1 HMLE totalCounts.txt 2 124 HMLE2 HMLE totalCounts.txt 3 125 HMLE3 HMLE totalCounts.txt 4 126 N81 N8 totalCounts.txt 5 127 N82 N8 totalCounts.txt 6 128 N83 N8 totalCounts.txt 7 129 117 130 }}} 118 131 … … 162 175 163 176 }}} 177 178