Changes between Version 19 and Version 20 of SOPs/miningSAMBAM


Ignore:
Timestamp:
11/17/14 10:36:55 (10 years ago)
Author:
thiruvil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/miningSAMBAM

    v19 v20  
    113113unset DISPLAY  #needed for submitting to cluster
    114114bsub "qualimap bamqc -bam myFile.bam -outdir output_qualimap"
     115
    115116#rnaseq qc
    116117bsub "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)
     120qualimap 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
     123HMLE1   HMLE    totalCounts.txt 2
     124HMLE2   HMLE    totalCounts.txt 3
     125HMLE3   HMLE    totalCounts.txt 4
     126N81     N8      totalCounts.txt 5
     127N82     N8      totalCounts.txt 6
     128N83     N8      totalCounts.txt 7
     129
    117130}}}
    118131
     
    162175
    163176}}}
     177
     178