Changes between Version 13 and Version 14 of SOPs/SAMBAMqc
- Timestamp:
- 08/17/16 13:21:05 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/SAMBAMqc
v13 v14 101 101 bam_stat.py -i myFile.bam 102 102 # Or run on a folder of BAMs 103 for bamFile in `/bin/ls *.bam`; do bsub -e $bamFile.bam_stat.txt bam_stat.py -i $bamFile; done103 for bamFile in `/bin/ls *.bam`; do bsub "bam_stat.py -i $bamFile > $bamFile.bam_stat.txt"; done 104 104 }}} 105 105 ==== infer_experiment.py from RseQC package: Check if/how your RNA-seq reads are stranded. ====