Skip to content
Snippets Groups Projects
Commit 6cd1c5e3 authored by Holger Brandl's avatar Holger Brandl
Browse files

added feature counts to star workflow

parent ffa075d2
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ export PATH=/home/brandl/bin/deepTools/bin:$PATH
export PATH=/projects/bioinfo/holger/bin/FastQC_0.11.2:$PATH
export PATH=/projects/bioinfo/holger/bin/bedtools-2.23.0/bin/:$PATH
export PATH=/home/brandl/bin/spinr:$PATH
export PATH=/home/brandl/bin/subread-1.4.6-p3-Linux-x86_64/bin:$PATH
# which tophat; which bowtie2; which cuffdiff
......
......@@ -92,9 +92,18 @@ done
wait4jobs .tophatjobs
dge_bam_correlate . &
## estimate expresssion with http://bioinf.wehi.edu.au/featureCounts/
##Summarize multiple datasets at the same time:
#featureCounts -t exon -g gene_id -a annotation.gtf -o counts.txt library1.bam library2.bam library3.bam
#bamFile=control_3.bam
#featureCounts -t exon -g gene_id -a ${gtfFile} -o feature_counts.txt ${bamFile} -T 5
mysub "${project}__feature_counts" "featureCounts -t exon -g gene_id -a ${gtfFile} -o gene_counts.txt $(ls *bam) -T 5" | blockScript
dge_bam_correlate . &
## create tophat mapping report
## todo adjust report to STAR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment